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

Unified Diff: media/blink/media_blink.gyp

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/blink/key_system_config_selector.h ('k') | media/blink/media_blink_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/media_blink.gyp
diff --git a/media/blink/media_blink.gyp b/media/blink/media_blink.gyp
index 5e4a7384c639b65595bb9b38d7ba65abaa75275a..86e5e0f6891b80c8cc7904b3d959264ec4a51bba 100644
--- a/media/blink/media_blink.gyp
+++ b/media/blink/media_blink.gyp
@@ -25,7 +25,7 @@
'../../url/url.gyp:url_lib',
],
'defines': [
- 'MEDIA_IMPLEMENTATION',
+ 'MEDIA_BLINK_IMPLEMENTATION',
],
# This sources list is duplicated in //media/blink/BUILD.gn
'sources': [
@@ -48,6 +48,7 @@
'encrypted_media_player_support.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/blink/key_system_config_selector.h ('k') | media/blink/media_blink_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698