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

Unified Diff: content/content_tests.gypi

Issue 214823006: Move ContentBrowserTest class to content/public, since it's used by components_browsertests for bro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: remove other files Created 6 years, 9 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
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',
« no previous file with comments | « content/common/gpu/client/context_provider_command_buffer_browsertest.cc ('k') | content/public/test/content_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698