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

Unified Diff: components/sync/BUILD.gn

Issue 2279753003: Move definition of PasswordType enum to a separate header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@passphrase-type-enum-class
Patch Set: D2279753003 Created 4 years, 4 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/browser_sync/browser/profile_sync_service.cc ('k') | components/sync/base/passphrase_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 34bd64ec8d5c35df9d1948f9afd25477e3a1968b..70d18ae0679b51e093a9893e81f26a305589e0eb 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -88,6 +88,8 @@ static_library("sync") {
"base/node_ordinal.cc",
"base/node_ordinal.h",
"base/ordinal.h",
+ "base/passphrase_type.cc",
+ "base/passphrase_type.h",
"base/progress_marker_map.cc",
"base/progress_marker_map.h",
"base/proto_value_ptr.h",
« no previous file with comments | « components/browser_sync/browser/profile_sync_service.cc ('k') | components/sync/base/passphrase_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698