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

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

Issue 2405093003: [WIP] Mojo native bindings interface.
Patch Set: cleanup 2 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
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("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "//media", 430 "//media",
431 "//media/blink", 431 "//media/blink",
432 "//media/capture", 432 "//media/capture",
433 "//media/gpu", 433 "//media/gpu",
434 "//media/gpu/ipc/client", 434 "//media/gpu/ipc/client",
435 "//media/gpu/ipc/common", 435 "//media/gpu/ipc/common",
436 "//media/midi", 436 "//media/midi",
437 "//media/midi:mojo_cpp_sources", 437 "//media/midi:mojo_cpp_sources",
438 "//media/mojo/interfaces:remoting", 438 "//media/mojo/interfaces:remoting",
439 "//mojo/common", 439 "//mojo/common",
440 "//mojo/edk/js",
441 "//mojo/public/cpp/bindings", 440 "//mojo/public/cpp/bindings",
442 "//mojo/public/js", 441 "//mojo/public/js",
443 "//net", 442 "//net",
444 "//ppapi/features", 443 "//ppapi/features",
445 "//sandbox", 444 "//sandbox",
446 "//services/service_manager/public/cpp", 445 "//services/service_manager/public/cpp",
447 "//services/service_manager/public/interfaces", 446 "//services/service_manager/public/interfaces",
448 "//skia", 447 "//skia",
449 "//storage/common", 448 "//storage/common",
450 "//third_party/WebKit/public:blink", 449 "//third_party/WebKit/public:blink",
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 # For the defines in mojo_media_config. 908 # For the defines in mojo_media_config.
910 public_configs = [ "//media/mojo/services:mojo_media_config" ] 909 public_configs = [ "//media/mojo/services:mojo_media_config" ]
911 } 910 }
912 911
913 if (!is_component_build) { 912 if (!is_component_build) {
914 public_deps = [ 913 public_deps = [
915 ":renderer", 914 ":renderer",
916 ] 915 ]
917 } 916 }
918 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698