Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: chrome/chrome.gyp

Issue 125142: Move automated_ui_test_test to ui_tests from a library so it actually gets ru... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/automated_ui_tests/automated_ui_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 18388)
+++ chrome/chrome.gyp (working copy)
@@ -2935,7 +2935,6 @@
'sources': [
'test/automated_ui_tests/automated_ui_test_base.cc',
'test/automated_ui_tests/automated_ui_test_base.h',
- 'test/automated_ui_tests/automated_ui_test_test.cc',
'test/testing_browser_process.h',
'test/ui/javascript_test_util.cc',
'test/ui/npapi_test_helper.cc',
@@ -2954,8 +2953,6 @@
}],
['OS!="win"', {
'sources!': [
- 'test/automated_ui_tests/automated_ui_test_base.cc',
- 'test/automated_ui_tests/automated_ui_test_test.cc',
'test/ui/npapi_test_helper.cc',
],
}],
@@ -3082,6 +3079,7 @@
'test/accessibility/tab_impl.cc',
'test/accessibility/tab_impl.h',
'test/automation/automation_proxy_uitest.cc',
+ 'test/automated_ui_tests/automated_ui_test_test.cc',
'test/chrome_process_util_uitest.cc',
'test/reliability/page_load_test.cc',
'test/reliability/page_load_test.h',
« no previous file with comments | « no previous file | chrome/test/automated_ui_tests/automated_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698