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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Response to reviews Created 4 years 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/DEPS » ('j') | content/child/blink_platform_impl.cc » ('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("//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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "//device/bluetooth", 71 "//device/bluetooth",
72 "//device/gamepad", 72 "//device/gamepad",
73 "//device/generic_sensor", 73 "//device/generic_sensor",
74 "//device/geolocation", 74 "//device/geolocation",
75 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
76 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
77 "//device/power_monitor", 77 "//device/power_monitor",
78 "//device/power_save_blocker", 78 "//device/power_save_blocker",
79 "//device/screen_orientation/public/interfaces", 79 "//device/screen_orientation/public/interfaces",
80 "//device/sensors/public/cpp", 80 "//device/sensors/public/cpp",
81 "//device/time_zone_monitor",
82 "//device/time_zone_monitor/public/interfaces",
83 "//device/vibration", 81 "//device/vibration",
84 "//device/wake_lock", 82 "//device/wake_lock",
85 "//gin", 83 "//gin",
86 "//google_apis", 84 "//google_apis",
87 "//gpu", 85 "//gpu",
88 "//gpu/command_buffer/client:gles2_implementation", 86 "//gpu/command_buffer/client:gles2_implementation",
89 "//gpu/command_buffer/client:gles2_interface", 87 "//gpu/command_buffer/client:gles2_interface",
90 "//gpu/ipc/host", 88 "//gpu/ipc/host",
91 "//ipc", 89 "//ipc",
92 "//ipc:mojom", 90 "//ipc:mojom",
93 "//media", 91 "//media",
94 "//media/capture", 92 "//media/capture",
95 "//media/capture/mojo:image_capture", 93 "//media/capture/mojo:image_capture",
96 "//media/gpu/ipc/client", 94 "//media/gpu/ipc/client",
97 "//media/midi", 95 "//media/midi",
98 "//media/midi:mojo_cpp_sources", 96 "//media/midi:mojo_cpp_sources",
99 "//media/mojo/interfaces", 97 "//media/mojo/interfaces",
100 "//mojo/common", 98 "//mojo/common",
101 "//mojo/edk/system", 99 "//mojo/edk/system",
102 "//mojo/public/cpp/bindings", 100 "//mojo/public/cpp/bindings",
103 "//mojo/public/js", 101 "//mojo/public/js",
104 "//net", 102 "//net",
105 "//net:extras", 103 "//net:extras",
106 "//net:http_server", 104 "//net:http_server",
107 "//ppapi/features", 105 "//ppapi/features",
108 "//printing/features", 106 "//printing/features",
109 "//services/catalog/public/interfaces:constants", 107 "//services/catalog/public/interfaces:constants",
110 "//services/device:lib", 108 "//services/device:lib",
111 "//services/device/public/cpp", 109 "//services/device/public/interfaces",
112 "//services/file:lib", 110 "//services/file:lib",
113 "//services/file/public/interfaces", 111 "//services/file/public/interfaces",
114 "//services/service_manager", 112 "//services/service_manager",
115 "//services/service_manager/public/cpp", 113 "//services/service_manager/public/cpp",
116 "//services/service_manager/public/interfaces", 114 "//services/service_manager/public/interfaces",
117 "//services/service_manager/runner/common", 115 "//services/service_manager/runner/common",
118 "//services/service_manager/runner/host:lib", 116 "//services/service_manager/runner/host:lib",
119 "//skia", 117 "//skia",
120 "//sql", 118 "//sql",
121 "//storage/browser", 119 "//storage/browser",
(...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 if (!is_component_build) { 1982 if (!is_component_build) {
1985 public_deps = [ 1983 public_deps = [
1986 ":browser", 1984 ":browser",
1987 ] 1985 ]
1988 } else { 1986 } else {
1989 public_deps = [ 1987 public_deps = [
1990 "//third_party/leveldatabase", 1988 "//third_party/leveldatabase",
1991 ] 1989 ]
1992 } 1990 }
1993 } 1991 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/child/blink_platform_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698