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

Side by Side Diff: components/BUILD.gn

Issue 1341923002: Create a component for SSL error handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update iOS grit whitelist Created 5 years, 3 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/common/localized_error.cc ('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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "//components/query_parser", 97 "//components/query_parser",
98 "//components/rappor", 98 "//components/rappor",
99 "//components/renderer_context_menu", 99 "//components/renderer_context_menu",
100 "//components/resources:components_resources", 100 "//components/resources:components_resources",
101 "//components/search", 101 "//components/search",
102 "//components/search_engines", 102 "//components/search_engines",
103 "//components/search_provider_logos", 103 "//components/search_provider_logos",
104 "//components/security_interstitials/core", 104 "//components/security_interstitials/core",
105 "//components/sessions", 105 "//components/sessions",
106 "//components/signin/core/browser", 106 "//components/signin/core/browser",
107 "//components/ssl_errors",
107 "//components/startup_metric_utils", 108 "//components/startup_metric_utils",
108 "//components/strings", 109 "//components/strings",
109 "//components/sync_driver", 110 "//components/sync_driver",
110 "//components/syncable_prefs", 111 "//components/syncable_prefs",
111 "//components/tracing", 112 "//components/tracing",
112 "//components/tracing:startup_tracing", 113 "//components/tracing:startup_tracing",
113 "//components/translate/content/browser", 114 "//components/translate/content/browser",
114 "//components/translate/content/common", 115 "//components/translate/content/common",
115 "//components/translate/content/renderer", 116 "//components/translate/content/renderer",
116 "//components/translate/core/browser", 117 "//components/translate/core/browser",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 593
593 deps = [ 594 deps = [
594 "//base", 595 "//base",
595 "//base/test:test_support_perf", 596 "//base/test:test_support_perf",
596 "//testing/gtest", 597 "//testing/gtest",
597 "//testing/perf", 598 "//testing/perf",
598 "//content/test:test_support", 599 "//content/test:test_support",
599 "//components/visitedlink/browser", 600 "//components/visitedlink/browser",
600 ] 601 ]
601 } 602 }
OLDNEW
« no previous file with comments | « chrome/common/localized_error.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698