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

Unified Diff: media/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 | « no previous file | media/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 50aa797d5699adf78e76f1d8a7c579f1a38717f4..3931f2e96966085577e83f4af59aa555843908ce 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -648,6 +648,7 @@ component("shared_memory_support") {
"base/vector_math.h",
]
configs += [ ":media_config" ]
+ defines = [ "MEDIA_IMPLEMENTATION" ]
deps = [ "//base" ]
}
« no previous file with comments | « no previous file | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698