diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 1bb8f08..0556402 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -6,9 +6,9 @@ 'variables' : { 'pyautolib_sources': [ 'app/chrome_dll_resource.h', - 'common/automation_constants.h', 'common/pref_names.cc', 'common/pref_names.h', + 'test/automation/automation_constants.h', 'test/automation/browser_proxy.cc', 'test/automation/browser_proxy.h', 'test/automation/tab_proxy.cc', |