Index: content/content_tests.gypi |
=================================================================== |
--- content/content_tests.gypi (revision 259922) |
+++ content/content_tests.gypi (working copy) |
@@ -911,16 +911,13 @@ |
'content.gyp:content_browser', |
'../skia/skia.gyp:skia', |
'../testing/gtest.gyp:gtest', |
- '../ui/accessibility/accessibility.gyp:ax_gen', |
], |
'sources': [ |
- 'test/accessibility_browser_test_utils.cc', |
- 'test/accessibility_browser_test_utils.h', |
- 'test/content_browser_test.cc', |
- 'test/content_browser_test.h', |
- 'test/content_browser_test_utils.cc', |
- 'test/content_browser_test_utils.h', |
- 'test/content_browser_test_utils_mac.mm', |
+ 'public/test/content_browser_test.cc', |
+ 'public/test/content_browser_test.h', |
+ 'public/test/content_browser_test_utils.cc', |
+ 'public/test/content_browser_test_utils.h', |
+ 'public/test/content_browser_test_utils_mac.mm', |
], |
}, |
{ |
@@ -1078,6 +1075,8 @@ |
'renderer/render_widget_browsertest.cc', |
'renderer/resource_fetcher_browsertest.cc', |
'renderer/savable_resources_browsertest.cc', |
+ 'test/accessibility_browser_test_utils.cc', |
+ 'test/accessibility_browser_test_utils.h', |
'test/content_browser_test_test.cc', |
'test/content_test_launcher.cc', |
'test/webui_resource_browsertest.cc', |