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

Side by Side Diff: build/gn_migration.gypi

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 years, 11 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 | « ash/test/ash_test_base.cc ('k') | chrome/browser/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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
521 ], 520 ],
522 }], 521 }],
523 ['chromecast==1', { 522 ['chromecast==1', {
524 'dependencies': [ 523 'dependencies': [
525 '../chromecast/chromecast.gyp:cast_shell', 524 '../chromecast/chromecast.gyp:cast_shell',
526 ], 525 ],
527 }], 526 }],
528 ['use_openh264==1', { 527 ['use_openh264==1', {
529 'dependencies': [ 528 'dependencies': [
530 '../third_party/openh264/openh264.gyp:openh264_common', 529 '../third_party/openh264/openh264.gyp:openh264_common',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 }], 775 }],
777 ['OS=="android" and target_arch != "x64"', { 776 ['OS=="android" and target_arch != "x64"', {
778 'dependencies': [ 777 'dependencies': [
779 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 778 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
780 ], 779 ],
781 }], 780 }],
782 ], 781 ],
783 }, 782 },
784 ] 783 ]
785 } 784 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698