diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 01:58:52 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 01:58:52 +0000 |
commit | c637ba992deae66085bdb2ae021a38e7fc30c0ef (patch) | |
tree | 863339a72a01137a7327f47077b97f5809dcc00f /build | |
parent | 75086963696a4bda5dac105815e872db3f9b20d6 (diff) | |
download | chromium_src-c637ba992deae66085bdb2ae021a38e7fc30c0ef.zip chromium_src-c637ba992deae66085bdb2ae021a38e7fc30c0ef.tar.gz chromium_src-c637ba992deae66085bdb2ae021a38e7fc30c0ef.tar.bz2 |
Turn off scripting by default. If this sticks, a later CL will delete all the dead code.
BUG=82606
TEST=trybots
Review URL: http://codereview.chromium.org/7345014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 99c1e07..4ed9fef 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -355,7 +355,7 @@ # TODO(dmichael): eliminate this when possible. # This flag, when 0, makes ppapi build without synchronous scripting # support in public interfaces. This is a temporary transitional option. - 'pepper_scripting%': 1, + 'pepper_scripting%': 0, # Needed for some of the largest modules. 'msvs_debug_link_nonincremental%': '1', |