| 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 five targets that we are using to track the progress of the | 5 # This file defines five targets that we are using to track the progress of the |
| 6 # GYP->GN migration: | 6 # GYP->GN migration: |
| 7 # | 7 # |
| 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should | 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should |
| 9 # match the 'both_gn_and_gyp' target in //BUILD.gn. | 9 # match the 'both_gn_and_gyp' target in //BUILD.gn. |
| 10 # | 10 # |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '../sql/sql.gyp:sql_unittests', | 80 '../sql/sql.gyp:sql_unittests', |
| 81 '../sync/sync.gyp:sync_unit_tests', | 81 '../sync/sync.gyp:sync_unit_tests', |
| 82 '../testing/gmock.gyp:gmock_main', | 82 '../testing/gmock.gyp:gmock_main', |
| 83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', | 83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', |
| 84 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', | 84 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', |
| 85 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', | 85 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', |
| 86 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', | 86 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', |
| 87 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', | 87 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', |
| 88 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit
tests', | 88 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit
tests', |
| 89 '../third_party/smhasher/smhasher.gyp:pmurhash', | 89 '../third_party/smhasher/smhasher.gyp:pmurhash', |
| 90 '../tools/battor_agent/battor_agent.gyp:battor_agent', | |
| 91 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 90 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
| 92 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 91 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 93 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 92 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 94 '../ui/display/display.gyp:display_unittests', | 93 '../ui/display/display.gyp:display_unittests', |
| 95 '../ui/events/events_unittests.gyp:events_unittests', | 94 '../ui/events/events_unittests.gyp:events_unittests', |
| 96 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 95 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 97 '../ui/gl/gl_tests.gyp:gl_unittests', | 96 '../ui/gl/gl_tests.gyp:gl_unittests', |
| 98 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 97 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 99 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes
ts', | 98 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes
ts', |
| 100 '../url/url.gyp:url_unittests', | 99 '../url/url.gyp:url_unittests', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '../mojo/mojo_base.gyp:mojo_common_unittests', | 359 '../mojo/mojo_base.gyp:mojo_common_unittests', |
| 361 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', | 360 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', |
| 362 '../skia/skia.gyp:filter_fuzz_stub', | 361 '../skia/skia.gyp:filter_fuzz_stub', |
| 363 '../skia/skia.gyp:image_operations_bench', | 362 '../skia/skia.gyp:image_operations_bench', |
| 364 '../sync/tools/sync_tools.gyp:sync_client', | 363 '../sync/tools/sync_tools.gyp:sync_client', |
| 365 '../sync/tools/sync_tools.gyp:sync_listen_notifications', | 364 '../sync/tools/sync_tools.gyp:sync_listen_notifications', |
| 366 '../third_party/codesighs/codesighs.gyp:codesighs', | 365 '../third_party/codesighs/codesighs.gyp:codesighs', |
| 367 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', | 366 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', |
| 368 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', | 367 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', |
| 369 '../third_party/pdfium/samples/samples.gyp:pdfium_test', | 368 '../third_party/pdfium/samples/samples.gyp:pdfium_test', |
| 369 '../tools/battor_agent/battor_agent.gyp:battor_agent', |
| 370 '../tools/gn/gn.gyp:gn', | 370 '../tools/gn/gn.gyp:gn', |
| 371 '../tools/gn/gn.gyp:gn_unittests', | 371 '../tools/gn/gn.gyp:gn_unittests', |
| 372 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', | 372 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste
m_cache', |
| 373 '../ui/message_center/message_center.gyp:message_center_unittests', | 373 '../ui/message_center/message_center.gyp:message_center_unittests', |
| 374 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 374 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 375 ], | 375 ], |
| 376 }], | 376 }], |
| 377 ['media_use_ffmpeg==1 and OS!="android"', { | 377 ['media_use_ffmpeg==1 and OS!="android"', { |
| 378 'dependencies': [ | 378 'dependencies': [ |
| 379 '../media/media.gyp:ffmpeg_regression_tests', | 379 '../media/media.gyp:ffmpeg_regression_tests', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 }], | 775 }], |
| 776 ['OS=="android" and target_arch != "x64"', { | 776 ['OS=="android" and target_arch != "x64"', { |
| 777 'dependencies': [ | 777 'dependencies': [ |
| 778 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 778 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 779 ], | 779 ], |
| 780 }], | 780 }], |
| 781 ], | 781 ], |
| 782 }, | 782 }, |
| 783 ] | 783 ] |
| 784 } | 784 } |
| OLD | NEW |