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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 '../third_party/smhasher/smhasher.gyp:murmurhash3', | 229 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
230 '../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_heap_unittests_apk', |
231 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', | 231 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', |
232 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', | 232 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', |
233 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', | 233 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', |
234 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 234 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
235 '../tools/android/android_tools.gyp:memconsumer', | 235 '../tools/android/android_tools.gyp:memconsumer', |
236 '../tools/imagediff/image_diff.gyp:image_diff#host', | 236 '../tools/imagediff/image_diff.gyp:image_diff#host', |
237 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 237 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
238 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 238 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
| 239 '../ui/android/ui_android.gyp:ui_junit_tests', |
239 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 240 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
240 '../ui/events/events_unittests.gyp:events_unittests_apk', | 241 '../ui/events/events_unittests.gyp:events_unittests_apk', |
241 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 242 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
242 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | 243 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
243 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 244 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
244 | 245 |
245 #"//third_party/android_tools:uiautomator_java", | 246 #"//third_party/android_tools:uiautomator_java", |
246 ], | 247 ], |
247 'dependencies!': [ | 248 'dependencies!': [ |
248 # TODO(GYP): All of these targets need to be ported over. | 249 # TODO(GYP): All of these targets need to be ported over. |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 }], | 776 }], |
776 ['OS=="android" and target_arch != "x64"', { | 777 ['OS=="android" and target_arch != "x64"', { |
777 'dependencies': [ | 778 'dependencies': [ |
778 '../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' |
779 ], | 780 ], |
780 }], | 781 }], |
781 ], | 782 ], |
782 }, | 783 }, |
783 ] | 784 ] |
784 } | 785 } |
OLD | NEW |