Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: build/gn_migration.gypi

Issue 1369153002: Port most of the remainder of //tools/android from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | tools/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ], 283 ],
284 }], 284 }],
285 ], 285 ],
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 #"//clank" TODO(GYP) - conditional somehow? 292 #"//clank" TODO(GYP) - conditional somehow?
293 '../tools/android/heap_profiler/heap_profiler_unittests_apk',
293 '../tools/imagediff/image_diff.gyp:image_diff#host', 294 '../tools/imagediff/image_diff.gyp:image_diff#host',
294 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 295 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
295 296
296 # TODO(GYP): Remove these when the components_unittests work. 297 # TODO(GYP): Remove these when the components_unittests work.
297 #"//components/history/core/test:test", 298 #"//components/history/core/test:test",
298 #"//components/policy:policy_component_test_support", 299 #"//components/policy:policy_component_test_support",
299 #"//components/policy:test_support", 300 #"//components/policy:test_support",
300 #"//components/rappor:test_support", 301 #"//components/rappor:test_support",
301 #"//components/signin/core/browser:test_support", 302 #"//components/signin/core/browser:test_support",
302 #"//components/sync_driver:test_support", 303 #"//components/sync_driver:test_support",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'dependencies': [ 715 'dependencies': [
715 # TODO(GYP): All of these targets need to be ported over. 716 # TODO(GYP): All of these targets need to be ported over.
716 '../components/components.gyp:policy_win64', 717 '../components/components.gyp:policy_win64',
717 ] 718 ]
718 }], 719 }],
719 ], 720 ],
720 }, 721 },
721 ] 722 ]
722 } 723 }
723 724
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | tools/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698