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

Side by Side Diff: content/common/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("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "//gpu/skia_bindings", 374 "//gpu/skia_bindings",
375 "//ipc", 375 "//ipc",
376 "//ipc:mojom", 376 "//ipc:mojom",
377 "//media", 377 "//media",
378 "//media:shared_memory_support", 378 "//media:shared_memory_support",
379 "//media/base/ipc", 379 "//media/base/ipc",
380 "//media/capture", 380 "//media/capture",
381 "//media/gpu/ipc/client", 381 "//media/gpu/ipc/client",
382 "//media/gpu/ipc/common", 382 "//media/gpu/ipc/common",
383 "//media/midi", 383 "//media/midi",
384 "//media/midi:mojo_cpp_sources",
384 "//mojo/common:common_base", 385 "//mojo/common:common_base",
385 "//mojo/edk/system", 386 "//mojo/edk/system",
386 "//net", 387 "//net",
387 "//sandbox", 388 "//sandbox",
388 "//services/shell", 389 "//services/shell",
389 "//services/shell/public/cpp", 390 "//services/shell/public/cpp",
390 "//services/shell/public/interfaces", 391 "//services/shell/public/interfaces",
391 "//services/shell/runner/common", 392 "//services/shell/runner/common",
392 "//services/ui/public/interfaces", 393 "//services/ui/public/interfaces",
393 "//services/video_capture/public/interfaces", 394 "//services/video_capture/public/interfaces",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "//ui/gfx/geometry/mojo", 595 "//ui/gfx/geometry/mojo",
595 "//ui/gfx/mojo", 596 "//ui/gfx/mojo",
596 "//url/mojo:url_mojom_gurl", 597 "//url/mojo:url_mojom_gurl",
597 "//url/mojo:url_mojom_origin", 598 "//url/mojo:url_mojom_origin",
598 ] 599 ]
599 600
600 export_class_attribute = "CONTENT_EXPORT" 601 export_class_attribute = "CONTENT_EXPORT"
601 export_define = "CONTENT_IMPLEMENTATION=1" 602 export_define = "CONTENT_IMPLEMENTATION=1"
602 export_header = "content/common/content_export.h" 603 export_header = "content/common/content_export.h"
603 } 604 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698