| 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 += [
|
|
|