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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../sql/sql.gyp:sql_unittests_apk', | 226 '../sql/sql.gyp:sql_unittests_apk', |
227 '../sync/sync.gyp:sync_unit_tests_apk', | 227 '../sync/sync.gyp:sync_unit_tests_apk', |
228 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 228 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
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/android/android_tools.gyp:push_apps_to_background', |
236 '../tools/imagediff/image_diff.gyp:image_diff#host', | 237 '../tools/imagediff/image_diff.gyp:image_diff#host', |
237 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', | 238 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', |
238 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 239 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
239 '../ui/android/ui_android.gyp:ui_junit_tests', | 240 '../ui/android/ui_android.gyp:ui_junit_tests', |
240 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 241 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
241 '../ui/events/events_unittests.gyp:events_unittests_apk', | 242 '../ui/events/events_unittests.gyp:events_unittests_apk', |
242 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 243 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
243 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | 244 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
244 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 245 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
245 | 246 |
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 }], | 782 }], |
782 ['OS=="android" and target_arch != "x64"', { | 783 ['OS=="android" and target_arch != "x64"', { |
783 'dependencies': [ | 784 'dependencies': [ |
784 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 785 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
785 ], | 786 ], |
786 }], | 787 }], |
787 ], | 788 ], |
788 }, | 789 }, |
789 ] | 790 ] |
790 } | 791 } |
OLD | NEW |