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

Side by Side Diff: components/BUILD.gn

Issue 1405463006: Componentize CookieOSCryptoDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding OWNERS Created 5 years, 2 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_browser.gypi ('k') | components/components.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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "//components/bubble", 53 "//components/bubble",
54 "//components/captive_portal", 54 "//components/captive_portal",
55 "//components/cdm/browser", 55 "//components/cdm/browser",
56 "//components/cdm/common", 56 "//components/cdm/common",
57 "//components/cdm/renderer", 57 "//components/cdm/renderer",
58 "//components/cloud_devices/common", 58 "//components/cloud_devices/common",
59 "//components/chrome_apps", 59 "//components/chrome_apps",
60 "//components/compression", 60 "//components/compression",
61 "//components/content_settings/core/browser", 61 "//components/content_settings/core/browser",
62 "//components/content_settings/core/common", 62 "//components/content_settings/core/common",
63 "//components/cookie_config",
63 "//components/crash/content/app", 64 "//components/crash/content/app",
64 "//components/crash/content/browser", 65 "//components/crash/content/browser",
65 "//components/crx_file", 66 "//components/crx_file",
66 "//components/data_reduction_proxy/core/browser", 67 "//components/data_reduction_proxy/core/browser",
67 "//components/data_reduction_proxy/core/common", 68 "//components/data_reduction_proxy/core/common",
68 "//components/device_event_log", 69 "//components/device_event_log",
69 "//components/devtools_discovery", 70 "//components/devtools_discovery",
70 "//components/devtools_http_handler", 71 "//components/devtools_http_handler",
71 "//components/dom_distiller/core", 72 "//components/dom_distiller/core",
72 "//components/domain_reliability", 73 "//components/domain_reliability",
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 597 ]
597 if (!is_ios) { 598 if (!is_ios) {
598 deps += [ 599 deps += [
599 "//base", 600 "//base",
600 "//base/test:test_support_perf", 601 "//base/test:test_support_perf",
601 "//content/test:test_support", 602 "//content/test:test_support",
602 "//components/visitedlink/browser", 603 "//components/visitedlink/browser",
603 ] 604 ]
604 } 605 }
605 } 606 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698