diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 21:51:36 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 21:51:36 +0000 |
commit | 739718036649572f5f97714b5c7feb0591645ebb (patch) | |
tree | 7954388a6cf345759aac3a084889d4cfb2857bf9 /build/common.gypi | |
parent | 60c1589ad7d5a3fd7ade98d4ecdbfbcd49acb2ed (diff) | |
download | chromium_src-739718036649572f5f97714b5c7feb0591645ebb.zip chromium_src-739718036649572f5f97714b5c7feb0591645ebb.tar.gz chromium_src-739718036649572f5f97714b5c7feb0591645ebb.tar.bz2 |
build DRT, webkit_unit_tests from individual gyp files.
This change toggles the build_webkit_exes_from_webkit_gyp file to 0,
so that we try to build DumpRenderTree and webkit_unit_tests from their
corresponding .gyp files (WebKitUnitTests.gyp and Tools.gyp) rather than
the old WebKit.gyp file. This breaks the circular dependencies between
the executables which depend on webkit_support, which depends on
WebKit.gyp. We now only use the 'webkit' target itself in WebKit.gyp.
R=tony@chromium.org
BUG=105826
TEST=waterfall stays green
Review URL: https://chromiumcodereview.appspot.com/8889039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-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 ee68d81..7a124b5 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -672,7 +672,7 @@ # 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%': 1, + '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 |