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