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/telemetry/telemetry.gyp:bitmaptools#host', | 90 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', |
91 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 91 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
92 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 92 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
93 '../ui/display/display.gyp:display_unittests', | 93 '../ui/display/display.gyp:display_unittests', |
94 '../ui/events/events_unittests.gyp:events_unittests', | 94 '../ui/events/events_unittests.gyp:events_unittests', |
95 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 95 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
96 '../ui/gl/gl_tests.gyp:gl_unittests', | 96 '../ui/gl/gl_tests.gyp:gl_unittests', |
97 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 97 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
98 '../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', |
99 '../url/url.gyp:url_unittests', | 99 '../url/url.gyp:url_unittests', |
100 '../v8/tools/gyp/v8.gyp:v8_snapshot', | 100 '../v8/tools/gyp/v8.gyp:v8_snapshot', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../sync/sync.gyp:sync_unit_tests_apk', | 226 '../sync/sync.gyp:sync_unit_tests_apk', |
227 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 227 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
228 '../third_party/smhasher/smhasher.gyp:murmurhash3', | 228 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
229 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', | 229 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', |
230 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', | 230 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', |
231 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', | 231 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', |
232 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', | 232 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', |
233 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 233 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
234 '../tools/android/android_tools.gyp:memconsumer', | 234 '../tools/android/android_tools.gyp:memconsumer', |
235 '../tools/imagediff/image_diff.gyp:image_diff#host', | 235 '../tools/imagediff/image_diff.gyp:image_diff#host', |
236 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 236 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', |
237 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 237 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
238 '../ui/android/ui_android.gyp:ui_junit_tests', | 238 '../ui/android/ui_android.gyp:ui_junit_tests', |
239 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 239 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
240 '../ui/events/events_unittests.gyp:events_unittests_apk', | 240 '../ui/events/events_unittests.gyp:events_unittests_apk', |
241 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 241 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
242 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | 242 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
243 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 243 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
244 | 244 |
245 #"//third_party/android_tools:uiautomator_java", | 245 #"//third_party/android_tools:uiautomator_java", |
246 ], | 246 ], |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 }], | 776 }], |
777 ['OS=="android" and target_arch != "x64"', { | 777 ['OS=="android" and target_arch != "x64"', { |
778 'dependencies': [ | 778 'dependencies': [ |
779 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 779 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
780 ], | 780 ], |
781 }], | 781 }], |
782 ], | 782 ], |
783 }, | 783 }, |
784 ] | 784 ] |
785 } | 785 } |
OLD | NEW |