| Index: components/web_cache/common/BUILD.gn
|
| diff --git a/components/cdm/common/BUILD.gn b/components/web_cache/common/BUILD.gn
|
| similarity index 63%
|
| copy from components/cdm/common/BUILD.gn
|
| copy to components/web_cache/common/BUILD.gn
|
| index 7af38692c592d082a2b4a2963c2c27c61ae160a9..5c7b2ef196ced7b4f3afe5416a7d74f252d46393 100644
|
| --- a/components/cdm/common/BUILD.gn
|
| +++ b/components/web_cache/common/BUILD.gn
|
| @@ -3,15 +3,14 @@
|
| # found in the LICENSE file.
|
|
|
| static_library("common") {
|
| + output_name = "web_cache_common"
|
| sources = [
|
| - "cdm_message_generator.cc",
|
| - "cdm_message_generator.h",
|
| - "cdm_messages_android.h",
|
| + "web_cache_message_generator.cc",
|
| + "web_cache_message_generator.h",
|
| + "web_cache_messages.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| - "//content/public/common",
|
| "//ipc",
|
| ]
|
| }
|
|
|