| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index aef472789d7977d52bcf7065e4ee0e3c0461c16d..d6ea62b76ba39a1a3c4cabf153036abc60f93302 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -122,7 +122,7 @@
|
| '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_mac.mm',
|
| 'test/ui_test_utils_win.cc',
|
| ],
|
| 'conditions': [
|
| @@ -2157,7 +2157,7 @@
|
| 'test/test_notification_tracker.h',
|
| 'test/testing_browser_process.h',
|
| 'test/ui_test_utils_linux.cc',
|
| - 'test/ui_test_utils_mac.cc',
|
| + 'test/ui_test_utils_mac.mm',
|
| 'test/ui_test_utils_win.cc',
|
| 'test/data/resource.h',
|
| 'test/data/resource.rc',
|
|
|