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

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: no (c) 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
« no previous file with comments | « media/base/media_client.h ('k') | media/blink/active_loader.h » ('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 8819fb71c405177f9a7d4af4d10ce96cd1885c7d..f53b4227353852b68c8bfcf548800f89f39d5398 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 = [
"active_loader.cc",
@@ -43,6 +43,7 @@ component("blink") {
"cdm_session_adapter.h",
"key_system_config_selector.cc",
"key_system_config_selector.h",
+ "media_blink_export.h",
"new_session_cdm_result_promise.cc",
"new_session_cdm_result_promise.h",
"texttrack_impl.cc",
« no previous file with comments | « media/base/media_client.h ('k') | media/blink/active_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698