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

Side by Side Diff: chrome/test/BUILD.gn

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chrome/chrome_tests_unit.gypi ('k') | components/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # This target exists to reference other test executables to bring these files 10 # This target exists to reference other test executables to bring these files
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "//base/test:test_support", 88 "//base/test:test_support",
89 "//chrome:resources", 89 "//chrome:resources",
90 "//chrome:strings", 90 "//chrome:strings",
91 "//chrome/app:test_support", 91 "//chrome/app:test_support",
92 92
93 #"//chrome/app/theme:theme_resources", 93 #"//chrome/app/theme:theme_resources",
94 "//chrome/browser:test_support", 94 "//chrome/browser:test_support",
95 "//chrome/common:test_support", 95 "//chrome/common:test_support",
96 "//chrome/renderer:test_support", 96 "//chrome/renderer:test_support",
97 "//components/bookmarks/test", 97 "//components/bookmarks/test",
98 "//components/component_updater:test_support",
99 "//components/gcm_driver:test_support", 98 "//components/gcm_driver:test_support",
100 "//components/history/core/test:test", 99 "//components/history/core/test:test",
101 "//components/metrics:test_support", 100 "//components/metrics:test_support",
102 "//components/omnibox:test_support", 101 "//components/omnibox:test_support",
103 "//components/ownership", 102 "//components/ownership",
104 "//components/password_manager/core/browser:test_support", 103 "//components/password_manager/core/browser:test_support",
105 "//components/pref_registry:test_support", 104 "//components/pref_registry:test_support",
106 "//components/search_engines:test_support", 105 "//components/search_engines:test_support",
107 "//components/signin/core/browser:test_support", 106 "//components/signin/core/browser:test_support",
108 "//components/sync_driver:test_support", 107 "//components/sync_driver:test_support",
108 "//components/update_client:test_support",
109 "//content/public/app:both", 109 "//content/public/app:both",
110 "//ui/gfx:test_support", 110 "//ui/gfx:test_support",
111 "//net", 111 "//net",
112 "//net:test_support", 112 "//net:test_support",
113 "//skia", 113 "//skia",
114 "//sql", 114 "//sql",
115 "//sql:test_support", 115 "//sql:test_support",
116 "//sync", 116 "//sync",
117 "//testing/gmock", 117 "//testing/gmock",
118 "//testing/gtest", 118 "//testing/gtest",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 deps += [ 150 deps += [
151 "//chrome/common/extensions/api", 151 "//chrome/common/extensions/api",
152 "//extensions:test_support", 152 "//extensions:test_support",
153 ] 153 ]
154 } 154 }
155 155
156 if (is_linux) { 156 if (is_linux) {
157 deps += [ "//crypto:platform" ] 157 deps += [ "//crypto:platform" ]
158 } 158 }
159 if (is_win) { 159 if (is_win) {
160 deps += [ 160 deps += [ "//third_party/wtl" ]
161 "//third_party/wtl",
162 ]
163 if (use_aura) { 161 if (use_aura) {
164 deps += [ 162 deps += [
165 "//win8:test_registrar_constants", 163 "//win8:test_registrar_constants",
166 "//win8:test_support_win8", 164 "//win8:test_support_win8",
167 ] 165 ]
168 } 166 }
169 } 167 }
170 168
171 if (enable_plugins) { 169 if (enable_plugins) {
172 sources += [ 170 sources += [
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 # TODO(GYP) CDM adapter stuff. 1173 # TODO(GYP) CDM adapter stuff.
1176 #if (enable_pepper_cdms) { 1174 #if (enable_pepper_cdms) {
1177 # deps += [ 1175 # deps += [
1178 # "//media/cdm/ppapi:clearkeycdmadapter", 1176 # "//media/cdm/ppapi:clearkeycdmadapter",
1179 # "//ppapi:ppapi_cpp", 1177 # "//ppapi:ppapi_cpp",
1180 # "//third_party/widevine/cdm:adapter", 1178 # "//third_party/widevine/cdm:adapter",
1181 # ] 1179 # ]
1182 #} 1180 #}
1183 } 1181 }
1184 } 1182 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698