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

Side by Side Diff: build/gn_migration.gypi

Issue 1379693002: GN: Remove irrelevant targets for Cast Android build (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') | no next file » | 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 '../gpu/tools/tools.gyp:compositor_model_bench', 282 '../gpu/tools/tools.gyp:compositor_model_bench',
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 '../chrome/chrome.gyp:chrome_public_apk',
293 '../chrome/chrome.gyp:chrome_public_test_apk',
294 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
295 #"//clank" TODO(GYP) - conditional somehow? 292 #"//clank" TODO(GYP) - conditional somehow?
296 '../tools/imagediff/image_diff.gyp:image_diff#host', 293 '../tools/imagediff/image_diff.gyp:image_diff#host',
297 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 294 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
298 295
299 # TODO(GYP): Remove these when the components_unittests work. 296 # TODO(GYP): Remove these when the components_unittests work.
300 #"//components/history/core/test:test", 297 #"//components/history/core/test:test",
301 #"//components/policy:policy_component_test_support", 298 #"//components/policy:policy_component_test_support",
302 #"//components/policy:test_support", 299 #"//components/policy:test_support",
303 #"//components/rappor:test_support", 300 #"//components/rappor:test_support",
304 #"//components/signin/core/browser:test_support", 301 #"//components/signin/core/browser:test_support",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 344 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
348 '../tools/gn/gn.gyp:gn', 345 '../tools/gn/gn.gyp:gn',
349 '../tools/gn/gn.gyp:gn_unittests', 346 '../tools/gn/gn.gyp:gn_unittests',
350 '../tools/imagediff/image_diff.gyp:image_diff', 347 '../tools/imagediff/image_diff.gyp:image_diff',
351 '../tools/gn/gn.gyp:gn', 348 '../tools/gn/gn.gyp:gn',
352 '../tools/gn/gn.gyp:gn_unittests', 349 '../tools/gn/gn.gyp:gn_unittests',
353 '../ui/app_list/app_list.gyp:app_list_unittests', 350 '../ui/app_list/app_list.gyp:app_list_unittests',
354 '../url/url.gyp:url_unittests', 351 '../url/url.gyp:url_unittests',
355 ], 352 ],
356 }], 353 }],
354 ['OS=="android" and chromecast==0', {
355 'dependencies': [
356 '../chrome/chrome.gyp:chrome_public_apk',
357 '../chrome/chrome.gyp:chrome_public_test_apk',
358 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
359 ],
360 }],
357 ['OS=="android" or OS=="linux"', { 361 ['OS=="android" or OS=="linux"', {
358 'dependencies': [ 362 'dependencies': [
359 '../net/net.gyp:disk_cache_memory_test', 363 '../net/net.gyp:disk_cache_memory_test',
360 ], 364 ],
361 }], 365 }],
362 ['chromeos==1', { 366 ['chromeos==1', {
363 'dependencies': [ 367 'dependencies': [
364 '../chromeos/chromeos.gyp:chromeos_unittests', 368 '../chromeos/chromeos.gyp:chromeos_unittests',
365 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', 369 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
366 ] 370 ]
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'dependencies': [ 707 'dependencies': [
704 # TODO(GYP): All of these targets need to be ported over. 708 # TODO(GYP): All of these targets need to be ported over.
705 '../components/components.gyp:policy_win64', 709 '../components/components.gyp:policy_win64',
706 ] 710 ]
707 }], 711 }],
708 ], 712 ],
709 }, 713 },
710 ] 714 ]
711 } 715 }
712 716
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698