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

Unified Diff: media/blink/BUILD.gn

Issue 2094723002: Make Blink internal parts private dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: //components/scheduler now also has a public dep on //v8 Created 4 years, 5 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 | « content/child/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 767cbddaef1d1a174bdb8ac66d8b55a9d4a9a4e6..52797b2564be17fc8fd6a70c275bc9badbed28a8 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -96,6 +96,7 @@ component("blink") {
"webmediaplayer_cast_android.cc",
"webmediaplayer_cast_android.h",
]
+ deps += [ "//gpu/command_buffer/client:gles2_interface" ]
}
}
}
« no previous file with comments | « content/child/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698