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

Unified Diff: 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8e1fe424f7be5c46edfc77e4d7e9f37b27e98978..bf50824c428212b803b83d3e28442887abf5381d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -84,6 +84,7 @@ group("both_gn_and_gyp") {
"//jingle:jingle_unittests",
"//media:media_unittests",
"//media/cast:cast_unittests",
+ "//media/midi:midi_unittests",
"//mojo",
"//mojo/application",
"//mojo/common:mojo_common_unittests",
@@ -740,8 +741,9 @@ if (is_linux) {
"//ipc:ipc_tests", # PASSES 2/25/2015
"//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015
"//jingle:jingle_unittests", # PASSES 2/25/2015
- "//media/cast:cast_unittests", # PASSES 2/25/2015
"//media:media_unittests", # PASSES 3/3/2015
+ "//media/cast:cast_unittests", # PASSES 2/25/2015
+ "//media/midi:midi_unittests", # PASSES 4/10/2015
"//mojo/common:mojo_common_unittests", # PASSES 2/25/2015
"//net:net_unittests", # PASSES 2/25/2015
"//ppapi:ppapi_unittests", # PASSES 2/26/2015
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698