diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:34:35 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:34:35 +0000 |
commit | 47f16765d51098c1562d7ad304f8554c66f603ed (patch) | |
tree | 1ebd6e60746d455f50ddecab787efc5475293ad5 /build/common.gypi | |
parent | 4bf2e4003851f94c36f4540231572539f10f3596 (diff) | |
download | chromium_src-47f16765d51098c1562d7ad304f8554c66f603ed.zip chromium_src-47f16765d51098c1562d7ad304f8554c66f603ed.tar.gz chromium_src-47f16765d51098c1562d7ad304f8554c66f603ed.tar.bz2 |
remove build_webkit_exes_from_webkit_gyp flag
R=tony@chromium.org
BUG=105823
TEST=everything stays green
Review URL: https://chromiumcodereview.appspot.com/9254040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index c2cc6d4..684d39b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -655,12 +655,6 @@ # The Java Bridge is not compiled in by default. 'java_bridge%': 0, - # TODO(dpranke): This determines whether we should attempt to build DRT - # et al. from WebKit/Source/WebKit.gyp or Tools/Tools.gyp. This - # flag should only be needed temporarily. See - # https://bugs.webkit.org/show_bug.cgi?id=68463. - 'build_webkit_exes_from_webkit_gyp%': 0, - # This flag is only used when disable_nacl==0 and disables all those # subcomponents which would require the installation of a native_client # untrusted toolchain. |