| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |