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

Side by Side Diff: BUILD.gn

Issue 1038323002: Implement components_browsertests in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_up_gyp_remaining
Patch Set: do not build components_browsertests on mac Created 5 years, 8 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 | build/gn_migration.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 27 matching lines...) Expand all
38 38
39 deps = [ 39 deps = [
40 "//base:base_unittests", 40 "//base:base_unittests",
41 "//cc:cc_unittests", 41 "//cc:cc_unittests",
42 "//chrome", 42 "//chrome",
43 "//chrome/test:browser_tests", 43 "//chrome/test:browser_tests",
44 "//chrome/test:interactive_ui_tests", 44 "//chrome/test:interactive_ui_tests",
45 "//chrome/test:sync_integration_tests", 45 "//chrome/test:sync_integration_tests",
46 "//chrome/test:unit_tests", 46 "//chrome/test:unit_tests",
47 "//chrome/test/chromedriver:chromedriver_unittests", 47 "//chrome/test/chromedriver:chromedriver_unittests",
48 "//components:components_browsertests",
48 "//components:components_unittests", 49 "//components:components_unittests",
49 "//components/policy:policy_templates", 50 "//components/policy:policy_templates",
50 "//content/shell:content_shell", 51 "//content/shell:content_shell",
51 "//content/test:content_browsertests", 52 "//content/test:content_browsertests",
52 "//content/test:content_perftests", 53 "//content/test:content_perftests",
53 "//content/test:content_unittests", 54 "//content/test:content_unittests",
54 "//crypto:crypto_unittests", 55 "//crypto:crypto_unittests",
55 "//extensions:extensions_browsertests", 56 "//extensions:extensions_browsertests",
56 "//extensions:extensions_unittests", 57 "//extensions:extensions_unittests",
57 "//google_apis/gcm:gcm_unit_tests", 58 "//google_apis/gcm:gcm_unit_tests",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "//ui/surface", 416 "//ui/surface",
416 ] 417 ]
417 418
418 # TODO(dpranke): These are as-yet untriaged but need at least the above. 419 # TODO(dpranke): These are as-yet untriaged but need at least the above.
419 deps -= [ 420 deps -= [
420 "//chrome", # TODO(GYP) 421 "//chrome", # TODO(GYP)
421 "//chrome/test:browser_tests", # TODO(GYP) 422 "//chrome/test:browser_tests", # TODO(GYP)
422 "//chrome/test:interactive_ui_tests", # TODO(GYP) 423 "//chrome/test:interactive_ui_tests", # TODO(GYP)
423 "//chrome/test:sync_integration_tests", # TODO(GYP) 424 "//chrome/test:sync_integration_tests", # TODO(GYP)
424 "//chrome/test:unit_tests", # TODO(GYP) 425 "//chrome/test:unit_tests", # TODO(GYP)
426 "//components:components_browsertests", # TODO(GYP)
425 "//components:components_unittests", # TODO(GYP) 427 "//components:components_unittests", # TODO(GYP)
426 "//content/test:content_browsertests", # TODO(GYP) 428 "//content/test:content_browsertests", # TODO(GYP)
427 "//content/test:content_perftests", # TODO(GYP) 429 "//content/test:content_perftests", # TODO(GYP)
428 "//content/test:content_unittests", # TODO(GYP) 430 "//content/test:content_unittests", # TODO(GYP)
429 "//extensions:extensions_browsertests", # TODO(GYP) 431 "//extensions:extensions_browsertests", # TODO(GYP)
430 "//extensions:extensions_unittests", # TODO(GYP) 432 "//extensions:extensions_unittests", # TODO(GYP)
431 "//net:net_unittests", # TODO(GYP) 433 "//net:net_unittests", # TODO(GYP)
432 "//ui/app_list:app_list_unittests", # TODO(GYP) 434 "//ui/app_list:app_list_unittests", # TODO(GYP)
433 "//ui/gfx:gfx_unittests", # TODO(GYP) 435 "//ui/gfx:gfx_unittests", # TODO(GYP)
434 ] 436 ]
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 653 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
652 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 654 "//ui/views:views_unittests", # PASSES (*) 2/25/2015
653 "//ui/wm:wm_unittests", # PASSES 2/25/2015 655 "//ui/wm:wm_unittests", # PASSES 2/25/2015
654 "//url:url_unittests", # PASSES 2/25/2015 656 "//url:url_unittests", # PASSES 2/25/2015
655 657
656 # Note: 658 # Note:
657 # (*) Fails but failures match GYP build at time of testing. 659 # (*) Fails but failures match GYP build at time of testing.
658 ] 660 ]
659 } 661 }
660 } 662 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698