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

Unified Diff: components/password_manager/core/common/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android 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/password_manager/core/browser/BUILD.gn ('k') | components/plugins.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/BUILD.gn
diff --git a/components/history/core/common/BUILD.gn b/components/password_manager/core/common/BUILD.gn
similarity index 50%
copy from components/history/core/common/BUILD.gn
copy to components/password_manager/core/common/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..6b4494fdd94d8004c07470cfb6660e49188e22f3 100644
--- a/components/history/core/common/BUILD.gn
+++ b/components/password_manager/core/common/BUILD.gn
@@ -4,11 +4,11 @@
static_library("common") {
sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
- ]
-
- deps = [
- "//base",
+ "password_manager_pref_names.cc",
+ "password_manager_pref_names.h",
+ "password_manager_switches.cc",
+ "password_manager_switches.h",
+ "password_manager_ui.cc",
+ "password_manager_ui.h",
]
}
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | components/plugins.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698