diff options
author | mihaip@chromium.org <mihaip@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-09-13 16:05:17 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-09-13 16:05:17 +0000 |
commit | 912c99fc8e315d96a3bea9c2cfbf10f8e3c80b12 (patch) | |
tree | 3acf8fc7b6c7f650f986cd9f1f51930026afc8c0 /src/client/windows/build | |
parent | Fix 64-bit literals in test data (diff) | |
download | breakpad-912c99fc8e315d96a3bea9c2cfbf10f8e3c80b12.tar.xz |
Remove javascript_engine GYP variable.
(it's no longer needed in Chromium as of http://crrev.com/100692)
Review URL: http://breakpad.appspot.com/303001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@834 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/build')
-rwxr-xr-x | src/client/windows/build/common.gypi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/windows/build/common.gypi b/src/client/windows/build/common.gypi index fb4e6d89..2860224a 100755 --- a/src/client/windows/build/common.gypi +++ b/src/client/windows/build/common.gypi @@ -191,10 +191,6 @@ # Currently ignored on Windows. 'coverage%': 0, - # Overridable specification for potential use of alternative - # JavaScript engines. - 'javascript_engine%': 'v8', - # Although base/allocator lets you select a heap library via an # environment variable, the libcmt shim it uses sometimes gets in # the way. To disable it entirely, and switch to normal msvcrt, do e.g. @@ -272,7 +268,7 @@ # Enable new NPDevice API. 'enable_new_npdevice_api%': 0, - + 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { # This will set gcc_version to XY if you are running gcc X.Y.*. |