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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 }], | 286 }], |
287 ['OS=="android"', { | 287 ['OS=="android"', { |
288 'dependencies': [ | 288 'dependencies': [ |
289 '../base/base.gyp:chromium_android_linker', | 289 '../base/base.gyp:chromium_android_linker', |
290 '../breakpad/breakpad.gyp:dump_syms', | 290 '../breakpad/breakpad.gyp:dump_syms', |
291 '../build/android/rezip.gyp:rezip_apk_jar', | 291 '../build/android/rezip.gyp:rezip_apk_jar', |
292 '../chrome/chrome.gyp:chrome_public_apk', | 292 '../chrome/chrome.gyp:chrome_public_apk', |
293 '../chrome/chrome.gyp:chrome_public_test_apk', | 293 '../chrome/chrome.gyp:chrome_public_test_apk', |
294 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 294 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
295 #"//clank" TODO(GYP) - conditional somehow? | 295 #"//clank" TODO(GYP) - conditional somehow? |
| 296 '../tools/android/heap_profiler/heap_profiler_unittests_apk', |
296 '../tools/imagediff/image_diff.gyp:image_diff#host', | 297 '../tools/imagediff/image_diff.gyp:image_diff#host', |
297 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 298 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
298 | 299 |
299 # TODO(GYP): Remove these when the components_unittests work. | 300 # TODO(GYP): Remove these when the components_unittests work. |
300 #"//components/history/core/test:test", | 301 #"//components/history/core/test:test", |
301 #"//components/policy:policy_component_test_support", | 302 #"//components/policy:policy_component_test_support", |
302 #"//components/policy:test_support", | 303 #"//components/policy:test_support", |
303 #"//components/rappor:test_support", | 304 #"//components/rappor:test_support", |
304 #"//components/signin/core/browser:test_support", | 305 #"//components/signin/core/browser:test_support", |
305 #"//components/sync_driver:test_support", | 306 #"//components/sync_driver:test_support", |
(...skipping 397 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 |