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

Side by Side Diff: build/gn_migration.gypi

Issue 2292703002: chromeos: Remove unused NFC D-Bus client library (Closed)
Patch Set: rebase Created 4 years, 3 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 | « no previous file | chrome/app/chromeos_strings.grdp » ('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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 446 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
447 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 447 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
448 448
449 # TODO(GYP): remove these when the corresponding root targets work. 449 # TODO(GYP): remove these when the corresponding root targets work.
450 #"//cc/blink", 450 #"//cc/blink",
451 #"//components/ui/zoom", 451 #"//components/ui/zoom",
452 #"//content", 452 #"//content",
453 #"//content/test:test_support", 453 #"//content/test:test_support",
454 #"//device/battery", 454 #"//device/battery",
455 #"//device/bluetooth", 455 #"//device/bluetooth",
456 #"//device/nfc",
457 #"//device/usb", 456 #"//device/usb",
458 #"//device/vibration", 457 #"//device/vibration",
459 #"//media/blink", 458 #"//media/blink",
460 #"//pdf", 459 #"//pdf",
461 #"//storage/browser", 460 #"//storage/browser",
462 #"//third_party/brotli", 461 #"//third_party/brotli",
463 #"//third_party/flac", 462 #"//third_party/flac",
464 #"//third_party/hunspell", 463 #"//third_party/hunspell",
465 #//third_party/iccjpeg", 464 #//third_party/iccjpeg",
466 #"//third_party/libphonenumber", 465 #"//third_party/libphonenumber",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 }], 754 }],
756 ['OS=="android" and target_arch != "x64"', { 755 ['OS=="android" and target_arch != "x64"', {
757 'dependencies': [ 756 'dependencies': [
758 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 757 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
759 ], 758 ],
760 }], 759 }],
761 ], 760 ],
762 }, 761 },
763 ] 762 ]
764 } 763 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698