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

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

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | content/browser/browser_context.cc » ('j') | services/device/device_service.h » ('J')
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//media/mojo/interfaces", 85 "//media/mojo/interfaces",
86 "//media/mojo/interfaces:image_capture", 86 "//media/mojo/interfaces:image_capture",
87 "//mojo/common", 87 "//mojo/common",
88 "//mojo/edk/system", 88 "//mojo/edk/system",
89 "//mojo/public/cpp/bindings", 89 "//mojo/public/cpp/bindings",
90 "//mojo/public/js", 90 "//mojo/public/js",
91 "//net", 91 "//net",
92 "//net:extras", 92 "//net:extras",
93 "//net:http_server", 93 "//net:http_server",
94 "//ppapi/features", 94 "//ppapi/features",
95 "//services/device:lib",
96 "//services/device/public/cpp",
95 "//services/file:lib", 97 "//services/file:lib",
96 "//services/file/public/cpp", 98 "//services/file/public/cpp",
97 "//services/file/public/interfaces", 99 "//services/file/public/interfaces",
98 "//services/service_manager", 100 "//services/service_manager",
99 "//services/service_manager/public/cpp", 101 "//services/service_manager/public/cpp",
100 "//services/service_manager/public/interfaces", 102 "//services/service_manager/public/interfaces",
101 "//services/service_manager/runner/common", 103 "//services/service_manager/runner/common",
102 "//services/service_manager/runner/host:lib", 104 "//services/service_manager/runner/host:lib",
103 "//skia", 105 "//skia",
104 "//sql", 106 "//sql",
(...skipping 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1945 if (!is_component_build) {
1944 public_deps = [ 1946 public_deps = [
1945 ":browser", 1947 ":browser",
1946 ] 1948 ]
1947 } else { 1949 } else {
1948 public_deps = [ 1950 public_deps = [
1949 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1950 ] 1952 ]
1951 } 1953 }
1952 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_context.cc » ('j') | services/device/device_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698