| Index: components/cdm/common/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/cdm/common/BUILD.gn
|
| similarity index 63%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/cdm/common/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..7af38692c592d082a2b4a2963c2c27c61ae160a9 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/cdm/common/BUILD.gn
|
| @@ -4,11 +4,14 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| + "cdm_message_generator.cc",
|
| + "cdm_message_generator.h",
|
| + "cdm_messages_android.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//content/public/common",
|
| + "//ipc",
|
| ]
|
| }
|
|
|