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

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

Issue 2651953002: Revert of [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: Created 3 years, 10 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/app/mash/mash_runner.cc ('k') | chrome/browser/browser_resources.grd » ('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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4117 matching lines...) Expand 10 before | Expand all | Expand 10 after
4128 rebase_path(additional_modules_list_file, root_build_dir), 4128 rebase_path(additional_modules_list_file, root_build_dir),
4129 "-E", 4129 "-E",
4130 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 4130 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
4131 ] 4131 ]
4132 4132
4133 deps = [ 4133 deps = [
4134 ":chrome_internal_resources_gen", 4134 ":chrome_internal_resources_gen",
4135 4135
4136 # Depend only on the generated mojo bindings since we read the .mojom.js 4136 # Depend only on the generated mojo bindings since we read the .mojom.js
4137 # file, rather than the whole mojo target which will link the C++ bindings. 4137 # file, rather than the whole mojo target which will link the C++ bindings.
4138 "//chrome/app:chrome_content_manifest_overlays", 4138 "//chrome/app:chrome_content_browser_manifest_overlay",
4139 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 4139 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
4140 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 4140 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
4141 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", 4141 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
4142 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", 4142 "//device/bluetooth/public/interfaces:experimental_interfaces__generator",
4143 "//device/bluetooth/public/interfaces:interfaces__generator", 4143 "//device/bluetooth/public/interfaces:interfaces__generator",
4144 "//url/mojo:url_mojom_gurl__generator", 4144 "//url/mojo:url_mojom_gurl__generator",
4145 "//url/mojo:url_mojom_origin__generator", 4145 "//url/mojo:url_mojom_origin__generator",
4146 ] 4146 ]
4147 4147
4148 if (safe_browsing_mode > 0) { 4148 if (safe_browsing_mode > 0) {
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 "media/pepper_cdm_test_constants.cc", 4486 "media/pepper_cdm_test_constants.cc",
4487 "media/pepper_cdm_test_constants.h", 4487 "media/pepper_cdm_test_constants.h",
4488 ] 4488 ]
4489 } 4489 }
4490 } 4490 }
4491 4491
4492 service_manifest("preferences_manifest") { 4492 service_manifest("preferences_manifest") {
4493 name = "preferences" 4493 name = "preferences"
4494 source = "prefs/preferences_manifest.json" 4494 source = "prefs/preferences_manifest.json"
4495 } 4495 }
OLDNEW
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698