| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 '../rlz/rlz.gyp:rlz', | 510 '../rlz/rlz.gyp:rlz', |
| 511 '../sandbox/sandbox.gyp:pocdll', | 511 '../sandbox/sandbox.gyp:pocdll', |
| 512 '../sandbox/sandbox.gyp:sandbox_poc', | 512 '../sandbox/sandbox.gyp:sandbox_poc', |
| 513 '../sandbox/sandbox.gyp:sbox_integration_tests', | 513 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 514 '../sandbox/sandbox.gyp:sbox_unittests', | 514 '../sandbox/sandbox.gyp:sbox_unittests', |
| 515 '../sandbox/sandbox.gyp:sbox_validation_tests', | 515 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| 516 '../testing/gtest.gyp:gtest_main', | 516 '../testing/gtest.gyp:gtest_main', |
| 517 '../third_party/codesighs/codesighs.gyp:msdump2symdb', | 517 '../third_party/codesighs/codesighs.gyp:msdump2symdb', |
| 518 '../third_party/codesighs/codesighs.gyp:msmap2tsv', | 518 '../third_party/codesighs/codesighs.gyp:msmap2tsv', |
| 519 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', | 519 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', |
| 520 '../win8/win8.gyp:metro_viewer', |
| 520 ], | 521 ], |
| 521 }], | 522 }], |
| 522 ['chromecast==1', { | 523 ['chromecast==1', { |
| 523 'dependencies': [ | 524 'dependencies': [ |
| 524 '../chromecast/chromecast.gyp:cast_shell', | 525 '../chromecast/chromecast.gyp:cast_shell', |
| 525 ], | 526 ], |
| 526 }], | 527 }], |
| 527 ['use_openh264==1', { | 528 ['use_openh264==1', { |
| 528 'dependencies': [ | 529 'dependencies': [ |
| 529 '../third_party/openh264/openh264.gyp:openh264_common', | 530 '../third_party/openh264/openh264.gyp:openh264_common', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 }], | 776 }], |
| 776 ['OS=="android" and target_arch != "x64"', { | 777 ['OS=="android" and target_arch != "x64"', { |
| 777 'dependencies': [ | 778 'dependencies': [ |
| 778 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 779 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 779 ], | 780 ], |
| 780 }], | 781 }], |
| 781 ], | 782 ], |
| 782 }, | 783 }, |
| 783 ] | 784 ] |
| 784 } | 785 } |
| OLD | NEW |