Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 28937) |
+++ chrome/chrome.gyp (working copy) |
@@ -3860,6 +3860,9 @@ |
'test/testing_profile.h', |
'test/ui_test_utils.cc', |
'test/ui_test_utils.h', |
+ 'test/ui_test_utils_linux.cc', |
+ 'test/ui_test_utils_mac.cc', |
+ 'test/ui_test_utils_win.cc', |
], |
'conditions': [ |
['OS=="linux"', { |
@@ -6018,6 +6021,9 @@ |
'test/testing_browser_process.h', |
'test/ui_test_utils.cc', |
'test/ui_test_utils.h', |
+ 'test/ui_test_utils_linux.cc', |
+ 'test/ui_test_utils_mac.cc', |
+ 'test/ui_test_utils_win.cc', |
'test/data/resource.h', |
'test/data/resource.rc', |
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
@@ -6104,6 +6110,9 @@ |
'test/test_launcher/run_all_unittests.cc', |
'test/unit/chrome_test_suite.h', |
'test/ui_test_utils.cc', |
+ 'test/ui_test_utils_linux.cc', |
+ 'test/ui_test_utils_mac.cc', |
+ 'test/ui_test_utils_win.cc', |
'app/chrome_dll.rc', |
'app/chrome_dll_resource.h', |
'app/chrome_dll_version.rc.version', |