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

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

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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 | « components/cdm/browser/BUILD.gn ('k') | components/cdm/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/cdm/browser/BUILD.gn ('k') | components/cdm/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698