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

Side by Side Diff: build/gn_migration.gypi

Issue 1311623002: Add more components_unittests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 4 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 | « BUILD.gn ('k') | chromeos/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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 ['OS=="mac"', { 412 ['OS=="mac"', {
413 'dependencies': [ 413 'dependencies': [
414 '../breakpad/breakpad.gyp:crash_inspector', 414 '../breakpad/breakpad.gyp:crash_inspector',
415 '../breakpad/breakpad.gyp:dump_syms', 415 '../breakpad/breakpad.gyp:dump_syms',
416 '../breakpad/breakpad.gyp:symupload', 416 '../breakpad/breakpad.gyp:symupload',
417 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 417 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
418 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 418 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
419 419
420 # TODO(GYP): remove these when the corresponding root targets work. 420 # TODO(GYP): remove these when the corresponding root targets work.
421 #"//cc/blink", 421 #"//cc/blink",
422 #"//components/ui/zoom:ui_zoom", 422 #"//components/ui/zoom",
423 #"//content", 423 #"//content",
424 #"//content/test:test_support", 424 #"//content/test:test_support",
425 #"//device/battery", 425 #"//device/battery",
426 #"//device/bluetooth", 426 #"//device/bluetooth",
427 #"//device/nfc", 427 #"//device/nfc",
428 #"//device/usb", 428 #"//device/usb",
429 #"//device/vibration", 429 #"//device/vibration",
430 #"//media/blink", 430 #"//media/blink",
431 #"//pdf", 431 #"//pdf",
432 #"//storage/browser", 432 #"//storage/browser",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'dependencies': [ 697 'dependencies': [
698 # TODO(GYP): All of these targets need to be ported over. 698 # TODO(GYP): All of these targets need to be ported over.
699 '../components/components.gyp:policy_win64', 699 '../components/components.gyp:policy_win64',
700 ] 700 ]
701 }], 701 }],
702 ], 702 ],
703 }, 703 },
704 ] 704 ]
705 } 705 }
706 706
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698