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

Unified Diff: components/web_cache/common/BUILD.gn

Issue 528363002: Move webCacheManager to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698