diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e1933dd..a465999 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -100,6 +100,10 @@ 'test/automation/automation_proxy.h', 'test/automation/browser_proxy.cc', 'test/automation/browser_proxy.h', + 'test/automation/dom_element_proxy.cc', + 'test/automation/dom_element_proxy.h', + 'test/automation/javascript_execution_controller.cc', + 'test/automation/javascript_execution_controller.h', 'test/automation/tab_proxy.cc', 'test/automation/tab_proxy.h', 'test/automation/window_proxy.cc', @@ -1247,6 +1251,7 @@ 'browser/ssl/ssl_browser_tests.cc', 'browser/task_manager_browsertest.cc', 'renderer/form_autocomplete_unittest.cc', + 'test/automation/dom_automation_browsertest.cc', 'test/render_view_test.cc', 'test/render_view_test.h', ], |