OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 30 matching lines...) Expand all Loading... | |
41 '../third_party/libpng/libpng.gyp:*', | 41 '../third_party/libpng/libpng.gyp:*', |
42 '../third_party/libwebp/libwebp.gyp:*', | 42 '../third_party/libwebp/libwebp.gyp:*', |
43 '../third_party/libxml/libxml.gyp:*', | 43 '../third_party/libxml/libxml.gyp:*', |
44 '../third_party/libxslt/libxslt.gyp:*', | 44 '../third_party/libxslt/libxslt.gyp:*', |
45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
46 '../third_party/mesa/mesa.gyp:*', | 46 '../third_party/mesa/mesa.gyp:*', |
47 '../third_party/modp_b64/modp_b64.gyp:*', | 47 '../third_party/modp_b64/modp_b64.gyp:*', |
48 '../third_party/npapi/npapi.gyp:*', | 48 '../third_party/npapi/npapi.gyp:*', |
49 '../third_party/ots/ots.gyp:*', | 49 '../third_party/ots/ots.gyp:*', |
50 '../third_party/sqlite/sqlite.gyp:*', | 50 '../third_party/sqlite/sqlite.gyp:*', |
51 '../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
| |
52 '../third_party/zlib/zlib.gyp:*', | 51 '../third_party/zlib/zlib.gyp:*', |
53 '../v8/tools/gyp/v8.gyp:*', | 52 '../v8/tools/gyp/v8.gyp:*', |
54 '../webkit/support/webkit_support.gyp:*', | 53 '../webkit/support/webkit_support.gyp:*', |
55 '../webkit/webkit.gyp:*', | 54 '../webkit/webkit.gyp:*', |
56 'util/build_util.gyp:*', | 55 'util/build_util.gyp:*', |
57 'temp_gyp/googleurl.gyp:*', | 56 'temp_gyp/googleurl.gyp:*', |
58 '<(libjpeg_gyp_path):*', | 57 '<(libjpeg_gyp_path):*', |
59 ], | 58 ], |
60 'conditions': [ | 59 'conditions': [ |
61 ['os_posix==1 and OS!="android"', { | 60 ['os_posix==1 and OS!="android"', { |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
201 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 200 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
202 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 201 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
203 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 202 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
204 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 203 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
205 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 204 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
206 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 205 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
207 '../courgette/courgette.gyp:courgette_unittests', | 206 '../courgette/courgette.gyp:courgette_unittests', |
208 '../sandbox/sandbox.gyp:sbox_integration_tests', | 207 '../sandbox/sandbox.gyp:sbox_integration_tests', |
209 '../sandbox/sandbox.gyp:sbox_unittests', | 208 '../sandbox/sandbox.gyp:sbox_unittests', |
210 '../sandbox/sandbox.gyp:sbox_validation_tests', | 209 '../sandbox/sandbox.gyp:sbox_validation_tests', |
211 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', | 210 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
212 '../ui/views/views.gyp:views_unittests', | 211 '../ui/views/views.gyp:views_unittests', |
213 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 212 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
214 # This should: | 213 # This should: |
215 # 1) not be the case. OR. | 214 # 1) not be the case. OR. |
216 # 2) be expressed in the ui tests dependencies. | 215 # 2) be expressed in the ui tests dependencies. |
217 '../webkit/webkit.gyp:test_shell_common', | 216 '../webkit/webkit.gyp:test_shell_common', |
218 ], | 217 ], |
219 }], | 218 }], |
220 ], | 219 ], |
221 }, # target_name: chromium_builder_tests | 220 }, # target_name: chromium_builder_tests |
(...skipping 24 matching lines...) Expand all Loading... | |
246 '../chrome/chrome.gyp:ui_tests', | 245 '../chrome/chrome.gyp:ui_tests', |
247 ], | 246 ], |
248 }, # target_name: chromium_builder_perf | 247 }, # target_name: chromium_builder_perf |
249 { | 248 { |
250 'target_name': 'chromium_gpu_builder', | 249 'target_name': 'chromium_gpu_builder', |
251 'type': 'none', | 250 'type': 'none', |
252 'dependencies': [ | 251 'dependencies': [ |
253 '../chrome/chrome.gyp:gpu_tests', | 252 '../chrome/chrome.gyp:gpu_tests', |
254 '../chrome/chrome.gyp:performance_browser_tests', | 253 '../chrome/chrome.gyp:performance_browser_tests', |
255 '../chrome/chrome.gyp:performance_ui_tests', | 254 '../chrome/chrome.gyp:performance_ui_tests', |
256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , | 255 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
257 ], | 256 ], |
258 }, # target_name: chromium_gpu_builder | 257 }, # target_name: chromium_gpu_builder |
259 { | 258 { |
260 'target_name': 'chromium_builder_qa', | 259 'target_name': 'chromium_builder_qa', |
261 'type': 'none', | 260 'type': 'none', |
262 'dependencies': [ | 261 'dependencies': [ |
263 '../chrome/chrome.gyp:chromedriver', | 262 '../chrome/chrome.gyp:chromedriver', |
264 ], | 263 ], |
265 'conditions': [ | 264 'conditions': [ |
266 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', { | 265 ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', { |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
418 '../ui/ui.gyp:gfx_unittests', | 417 '../ui/ui.gyp:gfx_unittests', |
419 '../gpu/gpu.gyp:gpu_unittests', | 418 '../gpu/gpu.gyp:gpu_unittests', |
420 '../ipc/ipc.gyp:ipc_tests', | 419 '../ipc/ipc.gyp:ipc_tests', |
421 '../jingle/jingle.gyp:jingle_unittests', | 420 '../jingle/jingle.gyp:jingle_unittests', |
422 '../media/media.gyp:media_unittests', | 421 '../media/media.gyp:media_unittests', |
423 '../printing/printing.gyp:printing_unittests', | 422 '../printing/printing.gyp:printing_unittests', |
424 '../remoting/remoting.gyp:remoting_unittests', | 423 '../remoting/remoting.gyp:remoting_unittests', |
425 '../sql/sql.gyp:sql_unittests', | 424 '../sql/sql.gyp:sql_unittests', |
426 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 425 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
427 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 426 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
428 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', | 427 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
429 '../ui/views/views.gyp:views_unittests', | 428 '../ui/views/views.gyp:views_unittests', |
430 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 429 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
431 # This should: | 430 # This should: |
432 # 1) not be the case. OR. | 431 # 1) not be the case. OR. |
433 # 2) be expressed in the ui tests dependencies. | 432 # 2) be expressed in the ui tests dependencies. |
434 '../webkit/webkit.gyp:test_shell_common', | 433 '../webkit/webkit.gyp:test_shell_common', |
435 'temp_gyp/googleurl.gyp:googleurl_unittests', | 434 'temp_gyp/googleurl.gyp:googleurl_unittests', |
436 ], | 435 ], |
437 }, | 436 }, |
438 { | 437 { |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
604 '../sql/sql.gyp:sql_unittests', | 603 '../sql/sql.gyp:sql_unittests', |
605 '../ui/ui.gyp:gfx_unittests', | 604 '../ui/ui.gyp:gfx_unittests', |
606 ], | 605 ], |
607 }], | 606 }], |
608 ], | 607 ], |
609 }, | 608 }, |
610 ], # targets | 609 ], # targets |
611 }], # "use_aura==1" | 610 }], # "use_aura==1" |
612 ], # conditions | 611 ], # conditions |
613 } | 612 } |
OLD | NEW |