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

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

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a few more missing dependencies to the new component's BUILD.gn rules for our renderer sectio… Created 5 years 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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "//chrome/app/theme:theme_resources", 311 "//chrome/app/theme:theme_resources",
312 "//chrome/browser/devtools", 312 "//chrome/browser/devtools",
313 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 313 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
314 "//chrome/browser/resources:component_extension_resources", 314 "//chrome/browser/resources:component_extension_resources",
315 "//chrome/common/net", 315 "//chrome/common/net",
316 "//chrome/installer/util", 316 "//chrome/installer/util",
317 "//components/about_handler", 317 "//components/about_handler",
318 "//components/app_modal", 318 "//components/app_modal",
319 "//components/autofill/content/browser", 319 "//components/autofill/content/browser",
320 "//components/browsing_data", 320 "//components/browsing_data",
321 "//components/contextual_search:browser",
321 "//components/data_reduction_proxy/content/browser", 322 "//components/data_reduction_proxy/content/browser",
322 "//components/data_use_measurement/content", 323 "//components/data_use_measurement/content",
323 "//components/devtools_discovery", 324 "//components/devtools_discovery",
324 "//components/devtools_http_handler", 325 "//components/devtools_http_handler",
325 "//components/dom_distiller/content/browser", 326 "//components/dom_distiller/content/browser",
326 "//components/error_page/common", 327 "//components/error_page/common",
327 "//components/favicon/content", 328 "//components/favicon/content",
328 "//components/history/content/browser", 329 "//components/history/content/browser",
329 "//components/keyed_service/content", 330 "//components/keyed_service/content",
330 "//components/navigation_interception", 331 "//components/navigation_interception",
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1321 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1321 deps = [ 1322 deps = [
1322 "//components/google/core/browser", 1323 "//components/google/core/browser",
1323 "//components/omnibox/browser", 1324 "//components/omnibox/browser",
1324 "//components/rlz", 1325 "//components/rlz",
1325 "//components/search_engines", 1326 "//components/search_engines",
1326 "//rlz:rlz_lib", 1327 "//rlz:rlz_lib",
1327 ] 1328 ]
1328 } 1329 }
1329 } 1330 }
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