| 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 19 matching lines...) Expand all Loading... |
| 30 'targets': [ | 30 'targets': [ |
| 31 { | 31 { |
| 32 # This target should mirror the structure of //:gn_all | 32 # This target should mirror the structure of //:gn_all |
| 33 # as closely as possible, for ease of comparison. | 33 # as closely as possible, for ease of comparison. |
| 34 'target_name': 'gn_all', | 34 'target_name': 'gn_all', |
| 35 'type': 'none', | 35 'type': 'none', |
| 36 'dependencies': [ | 36 'dependencies': [ |
| 37 '../base/base.gyp:base_i18n_perftests', | 37 '../base/base.gyp:base_i18n_perftests', |
| 38 '../base/base.gyp:base_perftests', | 38 '../base/base.gyp:base_perftests', |
| 39 '../base/base.gyp:base_unittests', | 39 '../base/base.gyp:base_unittests', |
| 40 '../base/base.gyp:build_utf8_validator_tables', | 40 '../base/base.gyp:build_utf8_validator_tables#host', |
| 41 '../base/base.gyp:check_example', | 41 '../base/base.gyp:check_example', |
| 42 '../base/base.gyp:protect_file_posix', | 42 '../base/base.gyp:protect_file_posix', |
| 43 '../breakpad/breakpad.gyp:core-2-minidump', | 43 '../breakpad/breakpad.gyp:core-2-minidump', |
| 44 '../breakpad/breakpad.gyp:microdump_stackwalk', | 44 '../breakpad/breakpad.gyp:microdump_stackwalk', |
| 45 '../breakpad/breakpad.gyp:minidump_dump', | 45 '../breakpad/breakpad.gyp:minidump_dump', |
| 46 '../breakpad/breakpad.gyp:minidump_stackwalk', | 46 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 47 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer', | 47 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer', |
| 48 '../cc/cc_tests.gyp:cc_perftests', | 48 '../cc/cc_tests.gyp:cc_perftests', |
| 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', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', | 146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', |
| 147 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', | 147 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', |
| 148 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 148 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
| 149 '../third_party/smhasher/smhasher.gyp:pmurhash', | 149 '../third_party/smhasher/smhasher.gyp:pmurhash', |
| 150 '../third_party/sqlite/sqlite.gyp:sqlite_shell', | 150 '../third_party/sqlite/sqlite.gyp:sqlite_shell', |
| 151 '../tools/gn/gn.gyp:gn', | 151 '../tools/gn/gn.gyp:gn', |
| 152 '../tools/gn/gn.gyp:generate_test_gn_data', | 152 '../tools/gn/gn.gyp:generate_test_gn_data', |
| 153 '../tools/gn/gn.gyp:gn_unittests', | 153 '../tools/gn/gn.gyp:gn_unittests', |
| 154 '../tools/imagediff/image_diff.gyp:image_diff', | 154 '../tools/imagediff/image_diff.gyp:image_diff', |
| 155 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca
che', | 155 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca
che', |
| 156 '../tools/telemetry/telemetry.gyp:bitmaptools', | 156 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
| 157 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 157 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 158 '../ui/app_list/app_list.gyp:app_list_unittests', | 158 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 159 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 159 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 160 '../ui/compositor/compositor.gyp:compositor_unittests', | 160 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 161 '../ui/display/display.gyp:display_unittests', | 161 '../ui/display/display.gyp:display_unittests', |
| 162 '../ui/events/events.gyp:events_unittests', | 162 '../ui/events/events.gyp:events_unittests', |
| 163 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 163 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 164 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 164 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 165 '../ui/message_center/message_center.gyp:message_center_unittests', | 165 '../ui/message_center/message_center.gyp:message_center_unittests', |
| 166 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 166 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 '../extensions/extensions_tests.gyp:extensions_unittests', | 278 '../extensions/extensions_tests.gyp:extensions_unittests', |
| 279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 280 '../ipc/ipc.gyp:ipc_tests', | 280 '../ipc/ipc.gyp:ipc_tests', |
| 281 '../jingle/jingle.gyp:jingle_unittests', | 281 '../jingle/jingle.gyp:jingle_unittests', |
| 282 '../net/net.gyp:net_unittests', | 282 '../net/net.gyp:net_unittests', |
| 283 #"//ppapi/examples", | 283 #"//ppapi/examples", |
| 284 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 284 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
| 285 '../tools/gn/gn.gyp:gn', | 285 '../tools/gn/gn.gyp:gn', |
| 286 '../tools/gn/gn.gyp:gn_unittests', | 286 '../tools/gn/gn.gyp:gn_unittests', |
| 287 '../tools/imagediff/image_diff.gyp:image_diff', | 287 '../tools/imagediff/image_diff.gyp:image_diff', |
| 288 '../tools/telemetry/telemetry.gyp:bitmaptools', | |
| 289 '../tools/gn/gn.gyp:gn', | 288 '../tools/gn/gn.gyp:gn', |
| 290 '../tools/gn/gn.gyp:gn_unittests', | 289 '../tools/gn/gn.gyp:gn_unittests', |
| 291 '../ui/app_list/app_list.gyp:app_list_unittests', | 290 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 292 '../url/url.gyp:url_unittests', | 291 '../url/url.gyp:url_unittests', |
| 293 ], | 292 ], |
| 294 }], | 293 }], |
| 295 ['OS=="linux"', { | 294 ['OS=="linux"', { |
| 296 'dependencies': [ | 295 'dependencies': [ |
| 297 '../breakpad/breakpad.gyp:breakpad_unittests', | 296 '../breakpad/breakpad.gyp:breakpad_unittests', |
| 298 '../breakpad/breakpad.gyp:dump_syms', | 297 '../breakpad/breakpad.gyp:dump_syms', |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'chromium_builder_perf', | 542 'chromium_builder_perf', |
| 544 'chromium_builder_tests', | 543 'chromium_builder_tests', |
| 545 'chromium_builder_webrtc', | 544 'chromium_builder_webrtc', |
| 546 'chromium_gpu_builder', | 545 'chromium_gpu_builder', |
| 547 'chromium_gpu_debug_builder', | 546 'chromium_gpu_debug_builder', |
| 548 ], | 547 ], |
| 549 }, | 548 }, |
| 550 ] | 549 ] |
| 551 } | 550 } |
| 552 | 551 |
| OLD | NEW |