| 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 ----------------------------------------------------------------
|
|
|