From 25aa41d1084aa4346fc6036218438dae5e25a6a3 Mon Sep 17 00:00:00 2001 From: "laforge@chromium.org" Date: Tue, 30 Apr 2013 15:25:43 +0000 Subject: Fix a typo git-svn-id: svn://svn.chromium.org/chrome/branches/1494/src@197374 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- cgit v1.1