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

Unified Diff: build/common.gypi

Issue 397014: Revert 31875 to see whether it fixes reliability bot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « base/file_util_win.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 32064)
+++ build/common.gypi (working copy)
@@ -45,14 +45,12 @@
'target_arch%':
'<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")',
+ # For now, only Linux spellchecks in the renderer.
+ 'spellchecker_in_renderer%': 1,
}, { # OS!="linux"
'target_arch%': 'ia32',
- }],
- [ 'OS=="mac"', {
- # For now, only Linux and Windows use spellcheck in the renderer.
+
'spellchecker_in_renderer%': 0,
- }, { # OS!="mac"
- 'spellchecker_in_renderer%': 1,
}],
],
@@ -145,7 +143,7 @@
# Whether pepper APIs are enabled.
'enable_pepper%': 0,
-
+
# Whether usage of OpenMAX is enabled.
'enable_openmax%': 0,
« no previous file with comments | « base/file_util_win.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698