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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//mojo/edk/system", 86 "//mojo/edk/system",
87 "//mojo/public/cpp/bindings", 87 "//mojo/public/cpp/bindings",
88 "//mojo/public/js", 88 "//mojo/public/js",
89 "//net", 89 "//net",
90 "//net:extras", 90 "//net:extras",
91 "//net:http_server", 91 "//net:http_server",
92 "//ppapi/features", 92 "//ppapi/features",
93 "//services/file:lib", 93 "//services/file:lib",
94 "//services/file/public/cpp", 94 "//services/file/public/cpp",
95 "//services/file/public/interfaces", 95 "//services/file/public/interfaces",
96 "//services/shell", 96 "//services/service_manager",
97 "//services/shell/public/cpp", 97 "//services/service_manager/public/cpp",
98 "//services/shell/public/interfaces", 98 "//services/service_manager/public/interfaces",
99 "//services/shell/runner/common", 99 "//services/service_manager/runner/common",
100 "//services/shell/runner/host:lib", 100 "//services/service_manager/runner/host:lib",
101 "//skia", 101 "//skia",
102 "//sql", 102 "//sql",
103 "//storage/browser", 103 "//storage/browser",
104 "//storage/common", 104 "//storage/common",
105 "//third_party/WebKit/public:blink_headers", 105 "//third_party/WebKit/public:blink_headers",
106 "//third_party/WebKit/public:image_resources", 106 "//third_party/WebKit/public:image_resources",
107 "//third_party/WebKit/public:mojo_bindings", 107 "//third_party/WebKit/public:mojo_bindings",
108 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 108 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
109 "//third_party/WebKit/public:resources", 109 "//third_party/WebKit/public:resources",
110 "//third_party/angle:angle_common", 110 "//third_party/angle:angle_common",
(...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 if (!is_component_build) { 1942 if (!is_component_build) {
1943 public_deps = [ 1943 public_deps = [
1944 ":browser", 1944 ":browser",
1945 ] 1945 ]
1946 } else { 1946 } else {
1947 public_deps = [ 1947 public_deps = [
1948 "//third_party/leveldatabase", 1948 "//third_party/leveldatabase",
1949 ] 1949 ]
1950 } 1950 }
1951 } 1951 }
OLDNEW
« no previous file with comments | « content/app/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698