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

Side by Side Diff: components/BUILD.gn

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT 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 | components/components_tests.gyp » ('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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "//components/variations", 105 "//components/variations",
106 "//components/visitedlink/browser", 106 "//components/visitedlink/browser",
107 "//components/visitedlink/common", 107 "//components/visitedlink/common",
108 "//components/visitedlink/renderer", 108 "//components/visitedlink/renderer",
109 "//components/wallpaper", 109 "//components/wallpaper",
110 "//components/web_cache/browser", 110 "//components/web_cache/browser",
111 "//components/web_cache/common", 111 "//components/web_cache/common",
112 "//components/web_cache/renderer", 112 "//components/web_cache/renderer",
113 "//components/web_modal", 113 "//components/web_modal",
114 "//components/web_resource", 114 "//components/web_resource",
115 "//components/webcrypto",
115 "//components/webdata/common", 116 "//components/webdata/common",
116 "//components/webui_generator", 117 "//components/webui_generator",
117 "//components/wifi", 118 "//components/wifi",
118 "//components/wifi_sync", 119 "//components/wifi_sync",
119 ] 120 ]
120 121
121 if (!enable_configuration_policy) { 122 if (!enable_configuration_policy) {
122 deps -= [ "//components/policy" ] 123 deps -= [ "//components/policy" ]
123 } 124 }
124 125
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "//components/invalidation:unittests", 259 "//components/invalidation:unittests",
259 "//components/login:unit_tests", 260 "//components/login:unit_tests",
260 "//components/metrics:unit_tests", 261 "//components/metrics:unit_tests",
261 "//components/omnibox:unit_tests", 262 "//components/omnibox:unit_tests",
262 "//components/ownership:unit_tests", 263 "//components/ownership:unit_tests",
263 "//components/packed_ct_ev_whitelist:unit_tests", 264 "//components/packed_ct_ev_whitelist:unit_tests",
264 "//components/proximity_auth:unit_tests", 265 "//components/proximity_auth:unit_tests",
265 "//components/update_client:unit_tests", 266 "//components/update_client:unit_tests",
266 "//components/variations:unit_tests", 267 "//components/variations:unit_tests",
267 "//components/web_resource:unit_tests", 268 "//components/web_resource:unit_tests",
269 "//components/webcrypto:unit_tests",
268 "//components/webdata/common:unit_tests", 270 "//components/webdata/common:unit_tests",
269 271
270 # These are the deps required by the code in this target. 272 # These are the deps required by the code in this target.
271 "//base", 273 "//base",
272 "//base/test:test_support", 274 "//base/test:test_support",
273 "//content/test:test_support", 275 "//content/test:test_support",
274 "//ui/base", 276 "//ui/base",
275 ] 277 ]
276 data_deps = [ ":components_tests_pak" ] 278 data_deps = [ ":components_tests_pak" ]
277 279
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 370 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
369 371
370 deps = [ 372 deps = [
371 "//base", 373 "//base",
372 "//base/test:test_support_perf", 374 "//base/test:test_support_perf",
373 "//testing/gtest", 375 "//testing/gtest",
374 "//content/test:test_support", 376 "//content/test:test_support",
375 "//components/visitedlink/browser", 377 "//components/visitedlink/browser",
376 ] 378 ]
377 } 379 }
OLDNEW
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698