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

Side by Side Diff: content/common/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("//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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "//gpu/skia_bindings", 379 "//gpu/skia_bindings",
380 "//ipc", 380 "//ipc",
381 "//ipc:mojom", 381 "//ipc:mojom",
382 "//media", 382 "//media",
383 "//media:shared_memory_support", 383 "//media:shared_memory_support",
384 "//media/base/ipc", 384 "//media/base/ipc",
385 "//media/capture", 385 "//media/capture",
386 "//media/gpu/ipc/client", 386 "//media/gpu/ipc/client",
387 "//media/gpu/ipc/common", 387 "//media/gpu/ipc/common",
388 "//media/midi", 388 "//media/midi",
389 "//media/midi:mojo_cpp_sources",
389 "//mojo/common:common_base", 390 "//mojo/common:common_base",
390 "//mojo/edk/system", 391 "//mojo/edk/system",
391 "//net", 392 "//net",
392 "//sandbox", 393 "//sandbox",
393 "//services/shell", 394 "//services/shell",
394 "//services/shell/public/cpp", 395 "//services/shell/public/cpp",
395 "//services/shell/public/interfaces", 396 "//services/shell/public/interfaces",
396 "//services/shell/runner/common", 397 "//services/shell/runner/common",
397 "//services/ui/public/interfaces", 398 "//services/ui/public/interfaces",
398 "//skia", 399 "//skia",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "//ui/gfx/geometry/mojo", 591 "//ui/gfx/geometry/mojo",
591 "//ui/gfx/mojo", 592 "//ui/gfx/mojo",
592 "//url/mojo:url_mojom_gurl", 593 "//url/mojo:url_mojom_gurl",
593 "//url/mojo:url_mojom_origin", 594 "//url/mojo:url_mojom_origin",
594 ] 595 ]
595 596
596 export_class_attribute = "CONTENT_EXPORT" 597 export_class_attribute = "CONTENT_EXPORT"
597 export_define = "CONTENT_IMPLEMENTATION=1" 598 export_define = "CONTENT_IMPLEMENTATION=1"
598 export_header = "content/common/content_export.h" 599 export_header = "content/common/content_export.h"
599 } 600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698