Chromium Code Reviews| Index: webkit/webkit.gyp |
| diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp |
| index 81dd6b86a1b8eab6ff643a4b7230ef5f629cd369..9ef3503961673ea8594779d0b993166fdd656094 100644 |
| --- a/webkit/webkit.gyp |
| +++ b/webkit/webkit.gyp |
| @@ -24,12 +24,19 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'pull_in_copy_TestNetscapePlugIn', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNestcapePlugIn' |
| + ], |
| + }, |
| + { |
| 'target_name': 'pull_in_DumpRenderTree', |
| 'type': 'none', |
| 'dependencies': [ |
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' |
| ], |
| - } |
| + }, |
| ], |
| }, { |
|
tony
2012/01/19 18:22:05
Nit: Please add a comment here that this is build_
|
| 'targets': [ |
| @@ -37,16 +44,23 @@ |
| 'target_name': 'pull_in_webkit_unit_tests', |
| 'type': 'none', |
| 'dependencies': [ |
| - '../third_party/WebKit/Source/WebKit/chromium/WebKitTest.gyp:webkit_unit_tests' |
| + '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests' |
| + ], |
| + }, |
| + { |
| + 'target_name': 'pull_in_copy_TestNetscapePlugIn', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:copy_TestNetscapePlugIn' |
| ], |
| }, |
| { |
| 'target_name': 'pull_in_DumpRenderTree', |
| 'type': 'none', |
| 'dependencies': [ |
| - '../third_party/WebKit/Tools/Tools.gyp:DumpRenderTree' |
| + '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree' |
| ], |
| - } |
| + }, |
| ], |
| }] |
| ], # targets |