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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/common/BUILD.gn » ('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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "//components/tracing", 226 "//components/tracing",
227 "//components/tracing:startup_tracing", 227 "//components/tracing:startup_tracing",
228 "//components/webcrypto", 228 "//components/webcrypto",
229 "//content/app/resources", 229 "//content/app/resources",
230 "//content/app/strings", 230 "//content/app/strings",
231 "//content/common", 231 "//content/common",
232 "//content/public/common:common_sources", 232 "//content/public/common:common_sources",
233 "//crypto:platform", 233 "//crypto:platform",
234 "//gpu/command_buffer/client", 234 "//gpu/command_buffer/client",
235 "//ipc", 235 "//ipc",
236 "//ipc:mojom",
237 "//media", 236 "//media",
238 "//mojo/common", 237 "//mojo/common",
239 "//mojo/edk/system", 238 "//mojo/edk/system",
240 "//net", 239 "//net",
241 "//services/device/public/cpp/power_monitor", 240 "//services/device/public/cpp/power_monitor",
242 "//services/device/public/interfaces:constants", 241 "//services/device/public/interfaces:constants",
243 "//services/service_manager/public/cpp", 242 "//services/service_manager/public/cpp",
244 "//services/service_manager/public/interfaces", 243 "//services/service_manager/public/interfaces",
245 "//services/service_manager/runner/common", 244 "//services/service_manager/runner/common",
246 "//skia", 245 "//skia",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 294
296 # See comment at the top of //content/BUILD.gn for how this works. 295 # See comment at the top of //content/BUILD.gn for how this works.
297 group("for_content_tests") { 296 group("for_content_tests") {
298 visibility = [ "//content/test/*" ] 297 visibility = [ "//content/test/*" ]
299 if (!is_component_build) { 298 if (!is_component_build) {
300 public_deps = [ 299 public_deps = [
301 ":child", 300 ":child",
302 ] 301 ]
303 } 302 }
304 } 303 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698