Fixed accidental build enable.

R=dbeam@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/16528002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@204516 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
groby@chromium.org 2013-06-06 16:27:31 +00:00
Родитель df2043b890
Коммит a52524dfe9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -504,7 +504,7 @@
}], }],
# Enable autofill dialog for Android and Views-enabled platforms for now. # Enable autofill dialog for Android and Views-enabled platforms for now.
['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', { ['toolkit_views==1 or (OS=="android" and android_webview_build==0)', {
'enable_autofill_dialog%': 1 'enable_autofill_dialog%': 1
}], }],