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

Side by Side Diff: components/BUILD.gn

Issue 1684153002: Web restrictions component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use source_set for test_support Created 4 years, 10 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 | components/OWNERS » ('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_overrides/webrtc.gni") 7 import("//build_overrides/webrtc.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 isolate_file = "components_unittests.isolate" 162 isolate_file = "components_unittests.isolate"
163 163
164 deps += [ 164 deps += [
165 "//components/invalidation/impl", 165 "//components/invalidation/impl",
166 "//components/invalidation/impl:java", 166 "//components/invalidation/impl:java",
167 "//components/safe_json", 167 "//components/safe_json",
168 "//components/safe_json/android:safe_json_java", 168 "//components/safe_json/android:safe_json_java",
169 "//components/signin/core/browser", 169 "//components/signin/core/browser",
170 "//components/signin/core/browser/android:java", 170 "//components/signin/core/browser/android:java",
171 "//components/variations/android:variations_java", 171 "//components/variations/android:variations_java",
172 "//components/web_restrictions:test_support",
173 "//components/web_restrictions:test_support_java",
174 "//components/web_restrictions:unit_tests",
172 "//content/public/android:content_java", 175 "//content/public/android:content_java",
173 "//content/public/android:content_java", 176 "//content/public/android:content_java",
174 "//content/public/browser", 177 "//content/public/browser",
175 "//net", 178 "//net",
176 "//ui/android:ui_java", 179 "//ui/android:ui_java",
177 "//ui/base", 180 "//ui/base",
178 "//ui/gfx", 181 "//ui/gfx",
179 ] 182 ]
180 183
181 if (enable_configuration_policy) { 184 if (enable_configuration_policy) {
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 if (!is_ios) { 441 if (!is_ios) {
439 deps += [ 442 deps += [
440 "//base", 443 "//base",
441 "//base/test:test_support_perf", 444 "//base/test:test_support_perf",
442 "//components/scheduler", 445 "//components/scheduler",
443 "//components/visitedlink/browser", 446 "//components/visitedlink/browser",
444 "//content/test:test_support", 447 "//content/test:test_support",
445 ] 448 ]
446 } 449 }
447 } 450 }
OLDNEW
« no previous file with comments | « no previous file | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698