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

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

Issue 2404443002: Web MIDI: use midi_service.mojom for media::midi::Result (Closed)
Patch Set: yhirano@ review Created 4 years, 2 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
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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "//gpu", 425 "//gpu",
426 "//gpu/command_buffer/client:gles2_interface", 426 "//gpu/command_buffer/client:gles2_interface",
427 "//jingle:jingle_glue", 427 "//jingle:jingle_glue",
428 "//media", 428 "//media",
429 "//media/blink", 429 "//media/blink",
430 "//media/capture", 430 "//media/capture",
431 "//media/gpu", 431 "//media/gpu",
432 "//media/gpu/ipc/client", 432 "//media/gpu/ipc/client",
433 "//media/gpu/ipc/common", 433 "//media/gpu/ipc/common",
434 "//media/midi", 434 "//media/midi",
435 "//media/midi:mojo_cpp_sources",
435 "//media/mojo/interfaces:remoting", 436 "//media/mojo/interfaces:remoting",
436 "//mojo/common", 437 "//mojo/common",
437 "//mojo/edk/js", 438 "//mojo/edk/js",
438 "//mojo/public/cpp/bindings", 439 "//mojo/public/cpp/bindings",
439 "//mojo/public/js", 440 "//mojo/public/js",
440 "//net", 441 "//net",
441 "//ppapi/features", 442 "//ppapi/features",
442 "//sandbox", 443 "//sandbox",
443 "//services/shell/public/cpp", 444 "//services/shell/public/cpp",
444 "//services/shell/public/interfaces", 445 "//services/shell/public/interfaces",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 # For the defines in mojo_media_config. 907 # For the defines in mojo_media_config.
907 public_configs = [ "//media/mojo/services:mojo_media_config" ] 908 public_configs = [ "//media/mojo/services:mojo_media_config" ]
908 } 909 }
909 910
910 if (!is_component_build) { 911 if (!is_component_build) {
911 public_deps = [ 912 public_deps = [
912 ":renderer", 913 ":renderer",
913 ] 914 ]
914 } 915 }
915 } 916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698