summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 03:18:54 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 03:18:54 +0000
commit53881fbe5d5e02a8e0693d645cff73dfe40d8aec (patch)
tree60acba28ce7ffafb44300b8309f27e2119638eb7 /build
parentc367342c0fc364d5088c528d8b922ce784d152a5 (diff)
downloadchromium_src-53881fbe5d5e02a8e0693d645cff73dfe40d8aec.zip
chromium_src-53881fbe5d5e02a8e0693d645cff73dfe40d8aec.tar.gz
chromium_src-53881fbe5d5e02a8e0693d645cff73dfe40d8aec.tar.bz2
[Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux (but not ChromeOS). Build GTK version of one-click signin dialog. BUG=120577 TEST=On Linux, with a clean profile, sign into GMail. The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129762 Review URL: https://chromiumcodereview.appspot.com/9874006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a098a1c..5ef9171 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -368,9 +368,9 @@
'webui_task_manager%': 1,
}],
- # For now one-click signin is enabled only for windows and mac
- # since the UI is not yet complete for other platforms.
- ['OS=="win" or OS=="mac"', {
+ # TODO(akalin): Enable this for all GTK/views platforms (except for
+ # ChromeOS).
+ ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
'enable_one_click_signin%': 1,
}],