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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 5 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 | chrome/browser/DEPS » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "//components/mime_util", 122 "//components/mime_util",
123 "//components/navigation_metrics", 123 "//components/navigation_metrics",
124 "//components/network_time", 124 "//components/network_time",
125 "//components/offline_pages", 125 "//components/offline_pages",
126 "//components/omnibox", 126 "//components/omnibox",
127 "//components/os_crypt", 127 "//components/os_crypt",
128 "//components/packed_ct_ev_whitelist", 128 "//components/packed_ct_ev_whitelist",
129 "//components/password_manager/core/browser", 129 "//components/password_manager/core/browser",
130 "//components/password_manager/core/common", 130 "//components/password_manager/core/common",
131 "//components/policy:policy_component", 131 "//components/policy:policy_component",
132 "//components/proxy_config",
132 "//components/query_parser", 133 "//components/query_parser",
133 "//components/rappor", 134 "//components/rappor",
134 "//components/renderer_context_menu", 135 "//components/renderer_context_menu",
135 "//components/search", 136 "//components/search",
136 "//components/search_engines", 137 "//components/search_engines",
137 "//components/search_provider_logos", 138 "//components/search_provider_logos",
138 "//components/signin/core/browser", 139 "//components/signin/core/browser",
139 "//components/startup_metric_utils", 140 "//components/startup_metric_utils",
140 "//components/strings", 141 "//components/strings",
141 "//components/suggestions", 142 "//components/suggestions",
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 ] 1187 ]
1187 } 1188 }
1188 1189
1189 if (enable_wifi_bootstrapping) { 1190 if (enable_wifi_bootstrapping) {
1190 sources += [ 1191 sources += [
1191 "local_discovery/wifi/mock_wifi_manager.cc", 1192 "local_discovery/wifi/mock_wifi_manager.cc",
1192 "local_discovery/wifi/mock_wifi_manager.h", 1193 "local_discovery/wifi/mock_wifi_manager.h",
1193 ] 1194 ]
1194 } 1195 }
1195 } 1196 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698