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

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: Cleaning up for review 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
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/tracing", 111 "//components/tracing",
111 "//components/tracing:startup_tracing", 112 "//components/tracing:startup_tracing",
112 "//components/translate/content/browser", 113 "//components/translate/content/browser",
113 "//components/translate/content/common", 114 "//components/translate/content/common",
114 "//components/translate/content/renderer", 115 "//components/translate/content/renderer",
115 "//components/translate/core/browser", 116 "//components/translate/core/browser",
116 "//components/translate/core/common", 117 "//components/translate/core/common",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 591
591 deps = [ 592 deps = [
592 "//base", 593 "//base",
593 "//base/test:test_support_perf", 594 "//base/test:test_support_perf",
594 "//testing/gtest", 595 "//testing/gtest",
595 "//testing/perf", 596 "//testing/perf",
596 "//content/test:test_support", 597 "//content/test:test_support",
597 "//components/visitedlink/browser", 598 "//components/visitedlink/browser",
598 ] 599 ]
599 } 600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698