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

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

Issue 2404443002: Web MIDI: use midi_service.mojom for media::midi::Result (Closed)
Patch Set: fix layout test 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("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "//gpu", 423 "//gpu",
424 "//gpu/command_buffer/client:gles2_interface", 424 "//gpu/command_buffer/client:gles2_interface",
425 "//jingle:jingle_glue", 425 "//jingle:jingle_glue",
426 "//media", 426 "//media",
427 "//media/blink", 427 "//media/blink",
428 "//media/capture", 428 "//media/capture",
429 "//media/gpu", 429 "//media/gpu",
430 "//media/gpu/ipc/client", 430 "//media/gpu/ipc/client",
431 "//media/gpu/ipc/common", 431 "//media/gpu/ipc/common",
432 "//media/midi", 432 "//media/midi",
433 "//media/midi:mojo_cpp_sources",
433 "//media/mojo/interfaces:remoting", 434 "//media/mojo/interfaces:remoting",
434 "//mojo/common", 435 "//mojo/common",
435 "//mojo/edk/js", 436 "//mojo/edk/js",
436 "//mojo/public/cpp/bindings", 437 "//mojo/public/cpp/bindings",
437 "//mojo/public/js", 438 "//mojo/public/js",
438 "//net", 439 "//net",
439 "//sandbox", 440 "//sandbox",
440 "//services/shell/public/cpp", 441 "//services/shell/public/cpp",
441 "//services/shell/public/interfaces", 442 "//services/shell/public/interfaces",
442 "//skia", 443 "//skia",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 # For the defines in mojo_media_config. 900 # For the defines in mojo_media_config.
900 public_configs = [ "//media/mojo/services:mojo_media_config" ] 901 public_configs = [ "//media/mojo/services:mojo_media_config" ]
901 } 902 }
902 903
903 if (!is_component_build) { 904 if (!is_component_build) {
904 public_deps = [ 905 public_deps = [
905 ":renderer", 906 ":renderer",
906 ] 907 ]
907 } 908 }
908 } 909 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698