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

Unified Diff: components/browser_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 | « no previous file | components/browser_sync/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/BUILD.gn
diff --git a/components/browser_sync/BUILD.gn b/components/browser_sync/BUILD.gn
index 4c2e28742e6ab0ad28aee6c9337a060c0d8c72a9..761ca07d9ecca160ffdb2fa3cfe7b1c5b311e09b 100644
--- a/components/browser_sync/BUILD.gn
+++ b/components/browser_sync/BUILD.gn
@@ -33,7 +33,7 @@ static_library("browser_sync") {
"//components/password_manager/sync/browser",
"//components/pref_registry",
"//components/prefs",
- "//components/reading_list/core:flags",
+ "//components/reading_list/features:flags",
"//components/signin/core/browser",
"//components/strings",
"//components/sync_bookmarks",
« no previous file with comments | « no previous file | components/browser_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698