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

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

Powered by Google App Engine
This is Rietveld 408576698