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

Side by Side Diff: build/gn_migration.gypi

Issue 1827163002: build: enable some dependencies in mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: these lines are gn labels - just remove it - they have been ported already Created 4 years, 9 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 | 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 #"//ui/snapshot", 476 #"//ui/snapshot",
477 #"//ui/surface", 477 #"//ui/surface",
478 ], 478 ],
479 'dependencies!': [ 479 'dependencies!': [
480 #"//chrome", # TODO(GYP) 480 #"//chrome", # TODO(GYP)
481 #"//chrome/test:browser_tests", # TODO(GYP) 481 #"//chrome/test:browser_tests", # TODO(GYP)
482 #"//chrome/test:interactive_ui_tests", # TODO(GYP) 482 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
483 #"//chrome/test:sync_integration_tests", # TODO(GYP) 483 #"//chrome/test:sync_integration_tests", # TODO(GYP)
484 #"//chrome/test:unit_tests", # TODO(GYP) 484 #"//chrome/test:unit_tests", # TODO(GYP)
485 #"//components:components_unittests", # TODO(GYP) 485 #"//components:components_unittests", # TODO(GYP)
486 #"//content/test:content_browsertests", # TODO(GYP)
tfarina 2016/03/24 20:42:39 Does this make sense? I'm trying to understand wha
487 #"//content/test:content_perftests", # TODO(GYP)
488 #"//content/test:content_unittests", # TODO(GYP)
489 #"//extensions:extensions_browsertests", # TODO(GYP) 486 #"//extensions:extensions_browsertests", # TODO(GYP)
490 #"//extensions:extensions_unittests", # TODO(GYP) 487 #"//extensions:extensions_unittests", # TODO(GYP)
491 #"//net:net_unittests", # TODO(GYP) 488 #"//net:net_unittests", # TODO(GYP)
492 #"//third_party/usrsctp", # TODO(GYP) 489 #"//third_party/usrsctp", # TODO(GYP)
493 #"//ui/app_list:app_list_unittests", # TODO(GYP) 490 #"//ui/app_list:app_list_unittests", # TODO(GYP)
494 #"//ui/gfx:gfx_unittests", # TODO(GYP) 491 #"//ui/gfx:gfx_unittests", # TODO(GYP)
495 ], 492 ],
496 }], 493 }],
497 ['OS=="win"', { 494 ['OS=="win"', {
498 'dependencies': [ 495 'dependencies': [
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 }], 775 }],
779 ['OS=="android" and target_arch != "x64"', { 776 ['OS=="android" and target_arch != "x64"', {
780 'dependencies': [ 777 'dependencies': [
781 '../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'
782 ], 779 ],
783 }], 780 }],
784 ], 781 ],
785 }, 782 },
786 ] 783 ]
787 } 784 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698