Descriptionbuild 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=118366
Patch Set 1 #Patch Set 2 : fix target dependency in chrome_tests.gypi #Patch Set 3 : pull the entire Tools/ directory in DEPS so that we get Tools.gyp #Patch Set 4 : revamp, clean up #
Total comments: 5
Patch Set 5 : 'all' target should pull in All.gyp in WebKit' #Patch Set 6 : fix sorting, also merge to HEAD #
Total comments: 1
Patch Set 7 : add comment in conditional #
Messages
Total messages: 6 (0 generated)
|