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

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

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed patch set Created 5 years, 7 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/content_tests.gypi ('k') | media/BUILD.gn » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "//content/public/plugin", 490 "//content/public/plugin",
491 "//content/public/renderer", 491 "//content/public/renderer",
492 "//gin", 492 "//gin",
493 "//gpu", 493 "//gpu",
494 "//gpu:test_support", 494 "//gpu:test_support",
495 "//ipc:test_support", 495 "//ipc:test_support",
496 "//media:test_support", 496 "//media:test_support",
497 "//media:shared_memory_support", 497 "//media:shared_memory_support",
498 "//media/audio:test_support", 498 "//media/audio:test_support",
499 "//media/base:test_support", 499 "//media/base:test_support",
500 "//media/midi:midi",
500 "//storage/browser", 501 "//storage/browser",
501 "//storage/common", 502 "//storage/common",
502 "//third_party/WebKit/public:blink", 503 "//third_party/WebKit/public:blink",
503 "//third_party/icu", 504 "//third_party/icu",
504 "//third_party/leveldatabase", 505 "//third_party/leveldatabase",
505 "//third_party/libjingle", 506 "//third_party/libjingle",
506 "//ui/gl", 507 "//ui/gl",
507 ] 508 ]
508 } 509 }
509 510
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "//content/public/common", 709 "//content/public/common",
709 "//testing/gtest", 710 "//testing/gtest",
710 "//third_party/WebKit/public:blink", 711 "//third_party/WebKit/public:blink",
711 "//ui/base", 712 "//ui/base",
712 "//ui/gfx", 713 "//ui/gfx",
713 "//ui/gfx/geometry", 714 "//ui/gfx/geometry",
714 "//ui/gl", 715 "//ui/gl",
715 ] 716 ]
716 } 717 }
717 } 718 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698