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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. 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 | « content/app/content_main_runner.cc ('k') | content/browser/child_process_launcher.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "//media/mojo/interfaces", 93 "//media/mojo/interfaces",
94 "//mojo/common", 94 "//mojo/common",
95 "//mojo/edk/system", 95 "//mojo/edk/system",
96 "//mojo/public/cpp/bindings", 96 "//mojo/public/cpp/bindings",
97 "//mojo/public/js", 97 "//mojo/public/js",
98 "//net", 98 "//net",
99 "//net:extras", 99 "//net:extras",
100 "//net:http_server", 100 "//net:http_server",
101 "//ppapi/features", 101 "//ppapi/features",
102 "//printing/features", 102 "//printing/features",
103 "//services/catalog:constants",
104 "//services/catalog/public/cpp",
103 "//services/catalog/public/interfaces:constants", 105 "//services/catalog/public/interfaces:constants",
104 "//services/device:lib", 106 "//services/device:lib",
105 "//services/device/public/interfaces:constants", 107 "//services/device/public/interfaces:constants",
106 "//services/file:lib", 108 "//services/file:lib",
107 "//services/file/public/interfaces", 109 "//services/file/public/interfaces",
108 "//services/service_manager", 110 "//services/service_manager",
109 "//services/service_manager/public/cpp", 111 "//services/service_manager/public/cpp",
110 "//services/service_manager/public/interfaces", 112 "//services/service_manager/public/interfaces",
111 "//services/service_manager/runner/common", 113 "//services/service_manager/runner/common",
112 "//services/service_manager/runner/host:lib", 114 "//services/service_manager/runner/host:lib",
(...skipping 1902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2017 if (!is_component_build) {
2016 public_deps = [ 2018 public_deps = [
2017 ":browser", 2019 ":browser",
2018 ] 2020 ]
2019 } else { 2021 } else {
2020 public_deps = [ 2022 public_deps = [
2021 "//third_party/leveldatabase", 2023 "//third_party/leveldatabase",
2022 ] 2024 ]
2023 } 2025 }
2024 } 2026 }
OLDNEW
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/child_process_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698