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

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

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 4 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/extensions/api/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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "//chrome") 246 "//chrome")
247 247
248 deps += [ 248 deps += [
249 "//apps", 249 "//apps",
250 "//cc", 250 "//cc",
251 "//chrome/app:generated_resources_map", 251 "//chrome/app:generated_resources_map",
252 "//chrome/app/theme:theme_resources", 252 "//chrome/app/theme:theme_resources",
253 "//chrome/browser/devtools", 253 "//chrome/browser/devtools",
254 "//chrome/browser/resources:component_extension_resources", 254 "//chrome/browser/resources:component_extension_resources",
255 "//chrome/installer/util", 255 "//chrome/installer/util",
256 "//components/about_handler",
256 "//components/app_modal", 257 "//components/app_modal",
257 "//components/autofill/content/browser", 258 "//components/autofill/content/browser",
258 "//components/browsing_data", 259 "//components/browsing_data",
259 "//components/data_reduction_proxy/content/browser", 260 "//components/data_reduction_proxy/content/browser",
260 "//components/devtools_discovery", 261 "//components/devtools_discovery",
261 "//components/devtools_http_handler", 262 "//components/devtools_http_handler",
262 "//components/dom_distiller/content:content_browser", 263 "//components/dom_distiller/content:content_browser",
263 "//components/favicon/content", 264 "//components/favicon/content",
264 "//components/history/content/browser", 265 "//components/history/content/browser",
265 "//components/keyed_service/content", 266 "//components/keyed_service/content",
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1219 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1219 deps = [ 1220 deps = [
1220 "//components/google/core/browser", 1221 "//components/google/core/browser",
1221 "//components/omnibox/browser", 1222 "//components/omnibox/browser",
1222 "//components/rlz", 1223 "//components/rlz",
1223 "//components/search_engines", 1224 "//components/search_engines",
1224 "//rlz:rlz_lib", 1225 "//rlz:rlz_lib",
1225 ] 1226 ]
1226 } 1227 }
1227 } 1228 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698