diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2fb4b38..fef2da9 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1454,6 +1454,7 @@ 'dependencies': [ 'theme_resources', '../skia/skia.gyp:skia', + '../testing/gtest.gyp:gtest', ], 'include_dirs': [ '..', @@ -1470,6 +1471,8 @@ 'test/automation/automation_proxy.h', 'test/automation/browser_proxy.cc', 'test/automation/browser_proxy.h', + 'test/automation/extension_proxy.cc', + 'test/automation/extension_proxy.h', 'test/automation/tab_proxy.cc', 'test/automation/tab_proxy.h', 'test/automation/window_proxy.cc', |