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

Unified Diff: components/sync/BUILD.gn

Issue 2859033002: [sync] Add constexpr to EnumSet (Closed)
Patch Set: Move reading list switches and buildflag to /features Created 3 years, 6 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/reading_list/features/reading_list_switches.cc ('k') | components/sync/base/DEPS » ('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 0a8a5551e361ddd0404b1c379c167c2120d2be88..b75e7ff40ee3c750dfd3a7623bb80467c7bdbe60 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -602,7 +602,7 @@ static_library("sync") {
"//components/os_crypt",
"//components/pref_registry",
"//components/prefs",
- "//components/reading_list/core:reading_list_enable_flags",
+ "//components/reading_list/features:reading_list_enable_flags",
"//components/signin/core/browser",
"//components/sync/engine_impl/attachments/proto",
"//components/version_info",
« no previous file with comments | « components/reading_list/features/reading_list_switches.cc ('k') | components/sync/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698