summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 15:25:43 +0000
committerlaforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 15:25:43 +0000
commit25aa41d1084aa4346fc6036218438dae5e25a6a3 (patch)
tree86c78eee94cf138ec145ddb5e02595f012822c61
parent19b088d6a19035defee945658497bbf6fb4154aa (diff)
downloadchromium_src-25aa41d1084aa4346fc6036218438dae5e25a6a3.zip
chromium_src-25aa41d1084aa4346fc6036218438dae5e25a6a3.tar.gz
chromium_src-25aa41d1084aa4346fc6036218438dae5e25a6a3.tar.bz2
Fix a typo
git-svn-id: svn://svn.chromium.org/chrome/branches/1494/src@197374 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 6aed25d..6db4cc1 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -705,7 +705,7 @@
'conditions': [
# If you change this condition, make sure you also change it
# in chrome_tests.gypi
- ['enable_automation==1 and (OS=="mac" or (or os_posix==1 and target_arch==python_arch))', {
+ ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target_arch==python_arch))', {
'dependencies': [
'../chrome/chrome.gyp:pyautolib',
],