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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: More clean-up. 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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "//media/mojo/interfaces", 96 "//media/mojo/interfaces",
97 "//mojo/common", 97 "//mojo/common",
98 "//mojo/edk/system", 98 "//mojo/edk/system",
99 "//mojo/public/cpp/bindings", 99 "//mojo/public/cpp/bindings",
100 "//mojo/public/js", 100 "//mojo/public/js",
101 "//net", 101 "//net",
102 "//net:extras", 102 "//net:extras",
103 "//net:http_server", 103 "//net:http_server",
104 "//ppapi/features", 104 "//ppapi/features",
105 "//printing/features", 105 "//printing/features",
106 "//services/catalog/public/cpp",
106 "//services/catalog/public/interfaces:constants", 107 "//services/catalog/public/interfaces:constants",
107 "//services/device:lib", 108 "//services/device:lib",
108 "//services/device/public/interfaces", 109 "//services/device/public/interfaces",
109 "//services/file:lib", 110 "//services/file:lib",
110 "//services/file/public/interfaces", 111 "//services/file/public/interfaces",
111 "//services/service_manager", 112 "//services/service_manager",
112 "//services/service_manager/public/cpp", 113 "//services/service_manager/public/cpp",
113 "//services/service_manager/public/interfaces", 114 "//services/service_manager/public/interfaces",
114 "//services/service_manager/runner/common", 115 "//services/service_manager/runner/common",
115 "//services/service_manager/runner/host:lib", 116 "//services/service_manager/runner/host:lib",
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 if (!is_component_build) { 2005 if (!is_component_build) {
2005 public_deps = [ 2006 public_deps = [
2006 ":browser", 2007 ":browser",
2007 ] 2008 ]
2008 } else { 2009 } else {
2009 public_deps = [ 2010 public_deps = [
2010 "//third_party/leveldatabase", 2011 "//third_party/leveldatabase",
2011 ] 2012 ]
2012 } 2013 }
2013 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698