diff options
author | terry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 15:55:21 +0000 |
---|---|---|
committer | terry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 15:55:21 +0000 |
commit | 78adbd57bdc59a855df3f0bebb45c84afcc33f86 (patch) | |
tree | 983e0ef8ca8502621a4f729187deb8b279f508c9 /build/common.gypi | |
parent | d2219b1f757bbdcd551c09f3301a7afd8473145b (diff) | |
download | chromium_src-78adbd57bdc59a855df3f0bebb45c84afcc33f86.zip chromium_src-78adbd57bdc59a855df3f0bebb45c84afcc33f86.tar.gz chromium_src-78adbd57bdc59a855df3f0bebb45c84afcc33f86.tar.bz2 |
This fixes debugging chrome apps from the dart editor.
R=devoncarew@google.com
Review URL: https://codereview.chromium.org/148523005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 929cd5b..d156799 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -420,7 +420,7 @@ 'enable_extensions%': 1, # Enable Google Now. - 'enable_google_now%': 1, + 'enable_google_now%': 0, # Enable printing support and UI. This variable is used to configure # which parts of printing will be built. 0 disables printing completely, |