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

Side by Side Diff: BUILD.gn

Issue 1047463003: Add cloud_print_unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remoting_targets
Patch Set: merge to #322929 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') | cloud_print/BUILD.gn » ('J')
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 "//cloud_print:cloud_print_unittests",
48 "//components:components_browsertests", 49 "//components:components_browsertests",
49 "//components:components_unittests", 50 "//components:components_unittests",
50 "//components/policy:policy_templates", 51 "//components/policy:policy_templates",
51 "//content/shell:content_shell", 52 "//content/shell:content_shell",
52 "//content/test:content_browsertests", 53 "//content/test:content_browsertests",
53 "//content/test:content_perftests", 54 "//content/test:content_perftests",
54 "//content/test:content_unittests", 55 "//content/test:content_unittests",
55 "//crypto:crypto_unittests", 56 "//crypto:crypto_unittests",
56 "//extensions:extensions_browsertests", 57 "//extensions:extensions_browsertests",
57 "//extensions:extensions_unittests", 58 "//extensions:extensions_unittests",
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 657
657 # Note: 658 # Note:
658 # (*) Fails but failures match GYP build at time of testing. 659 # (*) Fails but failures match GYP build at time of testing.
659 ] 660 ]
660 661
661 if (enable_nacl) { 662 if (enable_nacl) {
662 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 663 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
663 } 664 }
664 } 665 }
665 } 666 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | cloud_print/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698