| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 #"//components/sync_driver:test_support", | 305 #"//components/sync_driver:test_support", |
| 306 #"//components/user_manager", | 306 #"//components/user_manager", |
| 307 #"//components/wallpaper", | 307 #"//components/wallpaper", |
| 308 | 308 |
| 309 '../content/content_shell_and_tests.gyp:content_shell_apk', | 309 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 310 | 310 |
| 311 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', | 311 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_heap_unittests_apk', |
| 312 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', | 312 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin
k_platform_unittests_apk', |
| 313 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', | 313 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap
k', |
| 314 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', | 314 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', |
| 315 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom_tab
s_client_example_apk', |
| 315 # TODO(GYP): Are these needed, or will they be pulled in automatical
ly? | 316 # TODO(GYP): Are these needed, or will they be pulled in automatical
ly? |
| 316 #"//third_party/android_tools:android_gcm_java", | 317 #"//third_party/android_tools:android_gcm_java", |
| 317 #"//third_party/android_tools:uiautomator_java", | 318 #"//third_party/android_tools:uiautomator_java", |
| 318 #"//third_party/android_tools:android_support_v13_java", | 319 #"//third_party/android_tools:android_support_v13_java", |
| 319 #"//third_party/android_tools:android_support_v7_appcompat_java", | 320 #"//third_party/android_tools:android_support_v7_appcompat_java", |
| 320 #"//third_party/android_tools:android_support_v7_mediarouter_java", | 321 #"//third_party/android_tools:android_support_v7_mediarouter_java", |
| 321 #"//third_party/mesa", | 322 #"//third_party/mesa", |
| 322 #"//third_party/mockito:mockito_java", | 323 #"//third_party/mockito:mockito_java", |
| 323 #"//third_party/openmax_dl/dl", | 324 #"//third_party/openmax_dl/dl", |
| 324 #"//ui/android:ui_java", | 325 #"//ui/android:ui_java", |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'dependencies': [ | 704 'dependencies': [ |
| 704 # TODO(GYP): All of these targets need to be ported over. | 705 # TODO(GYP): All of these targets need to be ported over. |
| 705 '../components/components.gyp:policy_win64', | 706 '../components/components.gyp:policy_win64', |
| 706 ] | 707 ] |
| 707 }], | 708 }], |
| 708 ], | 709 ], |
| 709 }, | 710 }, |
| 710 ] | 711 ] |
| 711 } | 712 } |
| 712 | 713 |
| OLD | NEW |