| Index: content/content_tests.gypi
|
| ===================================================================
|
| --- content/content_tests.gypi (revision 147044)
|
| +++ content/content_tests.gypi (working copy)
|
| @@ -27,6 +27,7 @@
|
| 'sources': [
|
| 'public/test/accessibility_test_utils_win.h',
|
| 'public/test/browser_test.h',
|
| + 'public/test/browser_test_utils.h',
|
| 'public/test/content_test_suite_base.h',
|
| 'public/test/js_injection_ready_observer.h',
|
| 'public/test/mock_download_item.h',
|
| @@ -74,6 +75,9 @@
|
| 'test/accessibility_test_utils_win.cc',
|
| 'test/browser_test_base.cc',
|
| 'test/browser_test_base.h',
|
| + 'test/browser_test_utils.cc',
|
| + 'test/content_browser_test_utils.cc',
|
| + 'test/content_browser_test_utils.h',
|
| 'test/content_test_suite.cc',
|
| 'test/content_test_suite.h',
|
| 'test/content_test_suite_base.cc',
|
| @@ -543,8 +547,8 @@
|
| 'sources': [
|
| 'test/content_browser_test.h',
|
| 'test/content_browser_test.cc',
|
| + 'test/content_browser_test_test.cc',
|
| 'test/content_test_launcher.cc',
|
| - 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|