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

Unified Diff: media/blink/BUILD.gn

Issue 549043005: Fix component build error in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « media/BUILD.gn ('k') | no next file » | 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 ad52f6289b5d98a55911a544b0becf4019b2d59e..c19ee6e1f8391cfe38bea894f11e3d29688fb5d4 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -9,6 +9,7 @@ component("blink") {
"//cc",
"//cc/blink",
"//media",
+ "//media:shared_memory_support",
"//net",
"//third_party/WebKit/public:blink",
"//ui/gfx",
@@ -60,6 +61,7 @@ test("media_blink_unittests") {
"//cc",
"//cc/blink",
"//media",
+ "//media:shared_memory_support",
"//media/base:test_support",
"//net",
"//testing/gmock",
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698