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

Side by Side Diff: BUILD.gn

Issue 1271513006: Adding sync to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Editing_IOS_dependencies
Patch Set: 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 | « 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) 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 # The "both_gn_and_gyp" target should reflect every target that is built 59 # The "both_gn_and_gyp" target should reflect every target that is built
60 # in both the GN and GYP builds, and ideally it should match the 60 # in both the GN and GYP builds, and ideally it should match the
61 # "both_gn_and_gyp" target in build/gn_migration.gypi line-for-line. 61 # "both_gn_and_gyp" target in build/gn_migration.gypi line-for-line.
62 # 62 #
63 # TODO(GYP): Add build steps that check and enforce this on the bots. 63 # TODO(GYP): Add build steps that check and enforce this on the bots.
64 group("both_gn_and_gyp") { 64 group("both_gn_and_gyp") {
65 testonly = true 65 testonly = true
66 deps = [ 66 deps = [
67 "//base:base_unittests", 67 "//base:base_unittests",
68 "//sync:sync_unit_tests",
68 ] 69 ]
69 if (!is_ios) { 70 if (!is_ios) {
70 deps += [ 71 deps += [
71 "//cc:cc_unittests", 72 "//cc:cc_unittests",
72 "//chrome", 73 "//chrome",
73 "//chrome/test:browser_tests", 74 "//chrome/test:browser_tests",
74 "//chrome/test:interactive_ui_tests", 75 "//chrome/test:interactive_ui_tests",
75 "//chrome/test:sync_integration_tests", 76 "//chrome/test:sync_integration_tests",
76 "//chrome/test:unit_tests", 77 "//chrome/test:unit_tests",
77 "//chrome/test/chromedriver:chromedriver_unittests", 78 "//chrome/test/chromedriver:chromedriver_unittests",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "//ppapi/examples/stub", 127 "//ppapi/examples/stub",
127 "//ppapi/examples/threading", 128 "//ppapi/examples/threading",
128 "//ppapi/examples/url_loader", 129 "//ppapi/examples/url_loader",
129 "//ppapi/examples/video_capture", 130 "//ppapi/examples/video_capture",
130 "//ppapi/examples/video_decode", 131 "//ppapi/examples/video_decode",
131 "//ppapi/examples/video_effects", 132 "//ppapi/examples/video_effects",
132 "//ppapi/examples/video_encode", 133 "//ppapi/examples/video_encode",
133 "//printing:printing_unittests", 134 "//printing:printing_unittests",
134 "//skia:skia_unittests", 135 "//skia:skia_unittests",
135 "//sql:sql_unittests", 136 "//sql:sql_unittests",
136 "//sync:sync_unit_tests",
137 "//third_party/WebKit/Source/platform:heap_unittests", 137 "//third_party/WebKit/Source/platform:heap_unittests",
138 "//third_party/WebKit/Source/platform:platform_unittests", 138 "//third_party/WebKit/Source/platform:platform_unittests",
139 "//third_party/WebKit/Source/web:webkit_unit_tests", 139 "//third_party/WebKit/Source/web:webkit_unit_tests",
140 "//third_party/WebKit/Source/wtf:wtf_unittests", 140 "//third_party/WebKit/Source/wtf:wtf_unittests",
141 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 141 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
142 "//third_party/codesighs", 142 "//third_party/codesighs",
143 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", 143 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
144 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", 144 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
145 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", 145 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
146 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", 146 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 "//ui/views:views_unittests", # TooltipControllerTest failures 926 "//ui/views:views_unittests", # TooltipControllerTest failures
927 "//ui/wm:wm_unittests", # PASSES 4/21/2015 927 "//ui/wm:wm_unittests", # PASSES 4/21/2015
928 "//url:url_unittests", # PASSES 4/17/2015 928 "//url:url_unittests", # PASSES 4/17/2015
929 929
930 # TODO(GYP) nacl_integration 930 # TODO(GYP) nacl_integration
931 # TODO(GYP) telemetry_perf_unittests 931 # TODO(GYP) telemetry_perf_unittests
932 # TODO(GYP) telemetry_unittests 932 # TODO(GYP) telemetry_unittests
933 ] 933 ]
934 } 934 }
935 } 935 }
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