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

Unified Diff: content/content_tests.gypi

Issue 7708010: Add more files to content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: virtual dtor Created 9 years, 4 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1c59e9343d77ef5626b80ecb2b78c41986265076..0984b212041ee21e938909dd3464a5bac265b30c 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -9,6 +9,8 @@
'type': 'static_library',
'dependencies': [
'content_common',
+ '../skia/skia.gyp:skia',
+ '../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
'include_dirs': [
@@ -16,15 +18,35 @@
],
'sources': [
# TODO(phajdan.jr): All of those files should live in content/test.
+ 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
+ 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
+ 'browser/geolocation/fake_access_token_store.cc',
+ 'browser/geolocation/fake_access_token_store.h',
+ 'browser/geolocation/mock_location_provider.cc',
+ 'browser/geolocation/mock_location_provider.h',
+ 'browser/mock_content_browser_client.cc',
+ 'browser/mock_resource_context.cc',
+ 'browser/mock_resource_context.h',
+ 'browser/renderer_host/media/mock_media_observer.cc',
+ 'browser/renderer_host/media/mock_media_observer.h',
'common/test_url_constants.cc',
'common/test_url_constants.h',
'renderer/mock_content_renderer_client.cc',
'test/content_test_suite.cc',
'test/content_test_suite.h',
+ 'test/test_browser_context.cc',
+ 'test/test_browser_context.h',
'test/test_content_client.cc',
'test/test_content_client.h',
'test/test_url_fetcher_factory.cc',
'test/test_url_fetcher_factory.h',
+
+ # TODO(phajdan.jr): Those files should be moved to webkit
+ # test support target.
+ '../webkit/appcache/appcache_test_helper.cc',
+ '../webkit/appcache/appcache_test_helper.h',
+ '../webkit/quota/mock_special_storage_policy.cc',
+ '../webkit/quota/mock_special_storage_policy.h',
],
},
{
@@ -48,8 +70,21 @@
'..',
],
'sources': [
+ 'browser/appcache/chrome_appcache_service_unittest.cc',
'browser/browser_thread_unittest.cc',
+ 'browser/browser_url_handler_unittest.cc',
'browser/child_process_security_policy_unittest.cc',
+ 'browser/device_orientation/provider_unittest.cc',
+ 'browser/download/base_file_unittest.cc',
+ 'browser/download/download_status_updater_unittest.cc',
+ 'browser/geolocation/device_data_provider_unittest.cc',
+ 'browser/geolocation/gateway_data_provider_common_unittest.cc',
+ 'browser/gpu/gpu_blacklist_unittest.cc',
+ 'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
+ 'browser/renderer_host/media/audio_renderer_host_unittest.cc',
+ 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
+ 'browser/renderer_host/media/video_capture_host_unittest.cc',
+ 'browser/renderer_host/media/video_capture_manager_unittest.cc',
'browser/ssl/ssl_host_state_unittest.cc',
'browser/trace_subscriber_stdio_unittest.cc',
'common/process_watcher_unittest.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698