summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-04 09:47:43 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-04 09:47:43 +0000
commit71a18f0e60c42cee617c6f0aa22bf6f669d5effd (patch)
tree8be831a390a437f07b11e3a7c4625e4bc5aa1d9b /build/isolate.gypi
parent4b28dea47db59d61d6f1ab7e94af6bf57eaf0714 (diff)
downloadchromium_src-71a18f0e60c42cee617c6f0aa22bf6f669d5effd.zip
chromium_src-71a18f0e60c42cee617c6f0aa22bf6f669d5effd.tar.gz
chromium_src-71a18f0e60c42cee617c6f0aa22bf6f669d5effd.tar.bz2
Stop sending chromeos variable to isolate.py.
This is a temporary workaround until the variable support is implemented. R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13483006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 1500d88..b4201cb 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -69,7 +69,6 @@
'--outdir', '<(PRODUCT_DIR)/ ',
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
'--variable', 'OS', '<(OS)',
- '--variable', 'chromeos', '<(chromeos)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],
@@ -84,7 +83,6 @@
# the following arguments.
'--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
'--variable', 'OS', '<(OS)',
- '--variable', 'chromeos', '<(chromeos)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],