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

Unified Diff: media/blink/BUILD.gn

Issue 1430063003: use MEDIA_BLINK_EXPORT in media/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 8819fb71c405177f9a7d4af4d10ce96cd1885c7d..f95bb286872c2a13149a7a2831d1f7bd8e43f22a 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -23,7 +23,7 @@ component("blink") {
"//url",
]
- defines = [ "MEDIA_IMPLEMENTATION" ]
+ defines = [ "MEDIA_BLINK_IMPLEMENTATION" ]
sources = [
xhwang 2015/11/06 23:43:18 Please add media_blink_export.h to the gyp/gn file
hubbe 2015/11/06 23:52:11 Done.
"active_loader.cc",

Powered by Google App Engine
This is Rietveld 408576698