Commit 3c4788d3 authored by tfarina's avatar tfarina Committed by Commit bot

components: Remove grit_out_dir variable from components_tests.gyp

It should not be necessary to declare this variable at the top of this
gyp file. If it is necessary to declare this variable, this is not the
place to declare it anyway (which also looks pretty random).

BUG=None
TEST=components_unittests
R=blundell@chromium.org

Review URL: https://codereview.chromium.org/866553004

Cr-Commit-Position: refs/heads/master@{#315285}
parent 20559724
......@@ -8,7 +8,6 @@
# platforms to include source files on (e.g. files ending in
# _mac.h or _mac.cc are only compiled on MacOSX).
'chromium_code': 1,
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components',
},
'conditions': [
['android_webview_build == 0', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment