| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 # This file defines three targets that we are using to | 5 # This file defines three targets that we are using to |
| 6 # track the progress of the GYP->GN migration: | 6 # track the progress of the GYP->GN migration: |
| 7 # | 7 # |
| 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then | 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then |
| 9 # run 'ninja', the second ninja invocation should do nothing. This | 9 # run 'ninja', the second ninja invocation should do nothing. This |
| 10 # indicates that everything built by a ninja build is in fact | 10 # indicates that everything built by a ninja build is in fact |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '../cc/cc_tests.gyp:cc_unittests', | 49 '../cc/cc_tests.gyp:cc_unittests', |
| 50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 51 '../chrome/chrome.gyp:chrome', | 51 '../chrome/chrome.gyp:chrome', |
| 52 '../chrome/chrome.gyp:browser_tests', | 52 '../chrome/chrome.gyp:browser_tests', |
| 53 '../chrome/chrome.gyp:chrome_app_unittests', | 53 '../chrome/chrome.gyp:chrome_app_unittests', |
| 54 '../chrome/chrome.gyp:chromedriver', | 54 '../chrome/chrome.gyp:chromedriver', |
| 55 '../chrome/chrome.gyp:chromedriver_tests', | 55 '../chrome/chrome.gyp:chromedriver_tests', |
| 56 '../chrome/chrome.gyp:chromedriver_unittests', | 56 '../chrome/chrome.gyp:chromedriver_unittests', |
| 57 '../chrome/chrome.gyp:interactive_ui_tests', | 57 '../chrome/chrome.gyp:interactive_ui_tests', |
| 58 '../chrome/chrome.gyp:load_library_perf_tests', | 58 '../chrome/chrome.gyp:load_library_perf_tests', |
| 59 '../chrome/chrome.gyp:performance_browser_tests', |
| 59 '../chrome/chrome.gyp:service_discovery_sniffer', | 60 '../chrome/chrome.gyp:service_discovery_sniffer', |
| 60 '../chrome/chrome.gyp:sync_integration_tests', | 61 '../chrome/chrome.gyp:sync_integration_tests', |
| 61 '../chrome/chrome.gyp:sync_performance_tests', | 62 '../chrome/chrome.gyp:sync_performance_tests', |
| 62 '../chrome/chrome.gyp:unit_tests', | 63 '../chrome/chrome.gyp:unit_tests', |
| 63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', | 64 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', |
| 64 '../components/components.gyp:network_hints_browser', | 65 '../components/components.gyp:network_hints_browser', |
| 65 '../components/components.gyp:policy_templates', | 66 '../components/components.gyp:policy_templates', |
| 66 '../components/components.gyp:webui_generator', | 67 '../components/components.gyp:webui_generator', |
| 67 '../components/components_tests.gyp:components_browsertests', | 68 '../components/components_tests.gyp:components_browsertests', |
| 68 '../components/components_tests.gyp:components_perftests', | 69 '../components/components_tests.gyp:components_perftests', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 #"//chrome/test:test_support_unit", | 287 #"//chrome/test:test_support_unit", |
| 287 #"//third_party/smhasher:murmurhash3", | 288 #"//third_party/smhasher:murmurhash3", |
| 288 #"//ui/message_center:test_support", | 289 #"//ui/message_center:test_support", |
| 289 ], | 290 ], |
| 290 'dependencies!': [ | 291 'dependencies!': [ |
| 291 '../breakpad/breakpad.gyp:symupload', | 292 '../breakpad/breakpad.gyp:symupload', |
| 292 '../chrome/chrome.gyp:browser_tests', | 293 '../chrome/chrome.gyp:browser_tests', |
| 293 '../chrome/chrome.gyp:chromedriver', | 294 '../chrome/chrome.gyp:chromedriver', |
| 294 '../chrome/chrome.gyp:chromedriver_unitests', | 295 '../chrome/chrome.gyp:chromedriver_unitests', |
| 295 '../chrome/chrome.gyp:interactive_ui_tests', | 296 '../chrome/chrome.gyp:interactive_ui_tests', |
| 297 '../chrome/chrome.gyp:performance_browser_tests', |
| 296 '../chrome/chrome.gyp:sync_integration_tests', | 298 '../chrome/chrome.gyp:sync_integration_tests', |
| 297 '../chrome/chrome.gyp:unit_tests', | 299 '../chrome/chrome.gyp:unit_tests', |
| 298 '../extensions/extensions_tests.gyp:extensions_browsertests', | 300 '../extensions/extensions_tests.gyp:extensions_browsertests', |
| 299 '../extensions/extensions_tests.gyp:extensions_unittests', | 301 '../extensions/extensions_tests.gyp:extensions_unittests', |
| 300 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 302 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 301 '../ipc/ipc.gyp:ipc_tests', | 303 '../ipc/ipc.gyp:ipc_tests', |
| 302 '../jingle/jingle.gyp:jingle_unittests', | 304 '../jingle/jingle.gyp:jingle_unittests', |
| 303 '../net/net.gyp:net_unittests', | 305 '../net/net.gyp:net_unittests', |
| 304 #"//ppapi/examples", | 306 #"//ppapi/examples", |
| 305 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 307 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 ], | 410 ], |
| 409 }], | 411 }], |
| 410 ], | 412 ], |
| 411 }, | 413 }, |
| 412 { | 414 { |
| 413 'target_name': 'gyp_remaining', | 415 'target_name': 'gyp_remaining', |
| 414 'type': 'none', | 416 'type': 'none', |
| 415 'conditions': [ | 417 'conditions': [ |
| 416 ['OS=="linux"', { | 418 ['OS=="linux"', { |
| 417 'dependencies': [ | 419 'dependencies': [ |
| 418 '../chrome/chrome.gyp:performance_browser_tests', | |
| 419 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 420 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 420 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', | 421 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', |
| 421 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', | 422 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
| 422 | 423 |
| 423 # TODO(GYP) - list all of the examples explicitly. | 424 # TODO(GYP) - list all of the examples explicitly. |
| 424 '../ppapi/ppapi_internal.gyp:*', | 425 '../ppapi/ppapi_internal.gyp:*', |
| 425 ], | 426 ], |
| 426 'conditions': [ | 427 'conditions': [ |
| 427 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 428 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 428 'dependencies': [ | 429 'dependencies': [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'chromium_builder_perf', | 497 'chromium_builder_perf', |
| 497 'chromium_builder_tests', | 498 'chromium_builder_tests', |
| 498 'chromium_builder_webrtc', | 499 'chromium_builder_webrtc', |
| 499 'chromium_gpu_builder', | 500 'chromium_gpu_builder', |
| 500 'chromium_gpu_debug_builder', | 501 'chromium_gpu_debug_builder', |
| 501 ], | 502 ], |
| 502 }, | 503 }, |
| 503 ] | 504 ] |
| 504 } | 505 } |
| 505 | 506 |
| OLD | NEW |