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

Unified Diff: trunk/src/build/config/BUILD.gn

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/ash/strings/BUILD.gn ('k') | trunk/src/build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/BUILD.gn
===================================================================
--- trunk/src/build/config/BUILD.gn (revision 282358)
+++ trunk/src/build/config/BUILD.gn (working copy)
@@ -31,6 +31,7 @@
# TODO(brettw) most of these need to be parameterized.
defines = [
"CHROMIUM_BUILD",
+ "ENABLE_ONE_CLICK_SIGNIN",
"ENABLE_NOTIFICATIONS",
"ENABLE_EGLIMAGE=1",
"ENABLE_BACKGROUND=1",
@@ -180,9 +181,6 @@
if (enable_google_now) {
defines += [ "ENABLE_GOOGLE_NOW=1" ]
}
- if (enable_one_click_signin) {
- defines += [ "ENABLE_ONE_CLICK_SIGNIN" ]
- }
}
# Debug/release ----------------------------------------------------------------
« no previous file with comments | « trunk/src/ash/strings/BUILD.gn ('k') | trunk/src/build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698