Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 5c0eb36a5d09a083489c580985b6b8a891867cfb..eed9f39d73b700be1204e42c8878454ee221b08d 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -48,7 +48,6 @@ |
| '../third_party/npapi/npapi.gyp:*', |
| '../third_party/ots/ots.gyp:*', |
| '../third_party/sqlite/sqlite.gyp:*', |
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:*', |
|
tony
2012/01/19 00:21:46
Should we pull in all the targets in DumpRenderTre
Dirk Pranke
2012/01/19 03:16:04
My thinking here was that webkit/webkit.gyp:* shou
|
| '../third_party/zlib/zlib.gyp:*', |
| '../v8/tools/gyp/v8.gyp:*', |
| '../webkit/support/webkit_support.gyp:*', |
| @@ -208,7 +207,7 @@ |
| '../sandbox/sandbox.gyp:sbox_integration_tests', |
| '../sandbox/sandbox.gyp:sbox_unittests', |
| '../sandbox/sandbox.gyp:sbox_validation_tests', |
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', |
| + '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| '../ui/views/views.gyp:views_unittests', |
| # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| # This should: |
| @@ -253,7 +252,7 @@ |
| '../chrome/chrome.gyp:gpu_tests', |
| '../chrome/chrome.gyp:performance_browser_tests', |
| '../chrome/chrome.gyp:performance_ui_tests', |
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree', |
| + '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| ], |
| }, # target_name: chromium_gpu_builder |
| { |
| @@ -425,7 +424,7 @@ |
| '../sql/sql.gyp:sql_unittests', |
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', |
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', |
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', |
| + '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| '../ui/views/views.gyp:views_unittests', |
| # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| # This should: |