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

Unified Diff: chrome/common/url_constants.h

Issue 2946693002: Use GN buildflags and features to configure account consistency (Closed)
Patch Set: fix 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 | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 17e539bbb4c1471fa8854f41aa34b3dcab8dab2a..8df1386c3bac65d0449f92e21509f9669d60ee9e 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -14,6 +14,7 @@
#include "build/build_config.h"
#include "chrome/common/features.h"
+#include "components/signin/core/common/signin_features.h"
#include "content/public/common/url_constants.h"
#include "media/media_features.h"
#include "ppapi/features/features.h"
@@ -257,8 +258,11 @@ extern const char kChromeUIWorkersHost[];
extern const char kChromeUIPrintHost[];
#endif // ENABLE_PRINT_PREVIEW
-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
+#if BUILDFLAG(ENABLE_DICE_SUPPORT)
extern const char kChromeUISigninDiceInternalsHost[];
+#endif
+
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
extern const char kChromeUIDiscardsHost[];
#endif
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698