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

Unified Diff: chrome/common/BUILD.gn

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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 | « android_webview/common/aw_media_drm_bridge_client.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index df7ead3d7065499d30919701ab40daf37a20c055..e0c4e0e86bd2b3654013832b8021b17eddf00377 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -68,8 +68,6 @@ static_library("common") {
"chrome_content_client.cc",
"chrome_content_client.h",
"chrome_content_client_constants.cc",
- "chrome_media_client_android.cc",
- "chrome_media_client_android.h",
"chrome_result_codes.h",
"chrome_utility_messages.h",
"common_message_generator.cc",
@@ -405,6 +403,10 @@ static_library("common") {
"channel_info_posix.cc",
"media_galleries/metadata_types.h",
]
+ sources += [
+ "media/chrome_media_drm_bridge_client.cc",
+ "media/chrome_media_drm_bridge_client.h",
+ ]
} else {
# Non-Android.
sources += [
« no previous file with comments | « android_webview/common/aw_media_drm_bridge_client.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698