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

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

Issue 2422163002: Web MIDI: use midi_service.mojom for media::midi::PortState (Closed)
Patch Set: gn --check fix 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
« no previous file with comments | « content/renderer/media/midi_message_filter_unittest.cc ('k') | media/midi/midi_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 "//gpu", 1381 "//gpu",
1382 "//gpu:test_support", 1382 "//gpu:test_support",
1383 "//ipc:test_support", 1383 "//ipc:test_support",
1384 "//media:shared_memory_support", 1384 "//media:shared_memory_support",
1385 "//media:test_support", 1385 "//media:test_support",
1386 "//media/audio:test_support", 1386 "//media/audio:test_support",
1387 "//media/base:test_support", 1387 "//media/base:test_support",
1388 "//media/blink", 1388 "//media/blink",
1389 "//media/capture", 1389 "//media/capture",
1390 "//media/midi:midi", 1390 "//media/midi:midi",
1391 "//media/midi:mojo_cpp_sources",
1391 "//mojo/edk/test:test_support", 1392 "//mojo/edk/test:test_support",
1392 "//mojo/public/cpp/bindings", 1393 "//mojo/public/cpp/bindings",
1393 "//net:extras", 1394 "//net:extras",
1394 "//net:test_support", 1395 "//net:test_support",
1395 "//ppapi/c", 1396 "//ppapi/c",
1396 "//printing", 1397 "//printing",
1397 "//skia", 1398 "//skia",
1398 "//sql", 1399 "//sql",
1399 "//sql:test_support", 1400 "//sql:test_support",
1400 "//storage/browser", 1401 "//storage/browser",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 if (is_android) { 1690 if (is_android) {
1690 deps += [ "//testing/android/native_test:native_test_native_code" ] 1691 deps += [ "//testing/android/native_test:native_test_native_code" ]
1691 } 1692 }
1692 } 1693 }
1693 1694
1694 group("fuzzers") { 1695 group("fuzzers") {
1695 deps = [ 1696 deps = [
1696 "//content/test/fuzzer", 1697 "//content/test/fuzzer",
1697 ] 1698 ]
1698 } 1699 }
OLDNEW
« no previous file with comments | « content/renderer/media/midi_message_filter_unittest.cc ('k') | media/midi/midi_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698