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

Side by Side Diff: content/content_tests.gypi

Issue 11412194: Cleanup: MockGeolocationArbitrator for GeolocationProvider tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make suggested changes. Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'public/test/web_contents_tester.cc', 78 'public/test/web_contents_tester.cc',
79 'public/test/web_contents_tester.h', 79 'public/test/web_contents_tester.h',
80 'app/startup_helper_win.cc', 80 'app/startup_helper_win.cc',
81 # TODO(phajdan.jr): All of those files should live in content/test (if 81 # TODO(phajdan.jr): All of those files should live in content/test (if
82 # they're only used by content) or content/public/test (if they're used 82 # they're only used by content) or content/public/test (if they're used
83 # by other embedders). 83 # by other embedders).
84 'browser/download/mock_download_file.cc', 84 'browser/download/mock_download_file.cc',
85 'browser/download/mock_download_file.h', 85 'browser/download/mock_download_file.h',
86 'browser/geolocation/fake_access_token_store.cc', 86 'browser/geolocation/fake_access_token_store.cc',
87 'browser/geolocation/fake_access_token_store.h', 87 'browser/geolocation/fake_access_token_store.h',
88 'browser/geolocation/mock_location_arbitrator.cc',
89 'browser/geolocation/mock_location_arbitrator.h',
88 'browser/geolocation/mock_location_provider.cc', 90 'browser/geolocation/mock_location_provider.cc',
89 'browser/geolocation/mock_location_provider.h', 91 'browser/geolocation/mock_location_provider.h',
90 'browser/renderer_host/media/mock_media_observer.cc', 92 'browser/renderer_host/media/mock_media_observer.cc',
91 'browser/renderer_host/media/mock_media_observer.h', 93 'browser/renderer_host/media/mock_media_observer.h',
92 'browser/renderer_host/test_backing_store.cc', 94 'browser/renderer_host/test_backing_store.cc',
93 'browser/renderer_host/test_backing_store.h', 95 'browser/renderer_host/test_backing_store.h',
94 'browser/renderer_host/test_render_view_host.cc', 96 'browser/renderer_host/test_render_view_host.cc',
95 'browser/renderer_host/test_render_view_host.h', 97 'browser/renderer_host/test_render_view_host.h',
96 'browser/web_contents/test_web_contents.cc', 98 'browser/web_contents/test_web_contents.cc',
97 'browser/web_contents/test_web_contents.h', 99 'browser/web_contents/test_web_contents.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/download/download_item_impl_unittest.cc', 267 'browser/download/download_item_impl_unittest.cc',
266 'browser/download/download_manager_impl_unittest.cc', 268 'browser/download/download_manager_impl_unittest.cc',
267 'browser/download/file_metadata_unittest_linux.cc', 269 'browser/download/file_metadata_unittest_linux.cc',
268 'browser/download/save_package_unittest.cc', 270 'browser/download/save_package_unittest.cc',
269 'browser/gamepad/gamepad_provider_unittest.cc', 271 'browser/gamepad/gamepad_provider_unittest.cc',
270 'browser/gamepad/gamepad_test_helpers.cc', 272 'browser/gamepad/gamepad_test_helpers.cc',
271 'browser/gamepad/gamepad_test_helpers.h', 273 'browser/gamepad/gamepad_test_helpers.h',
272 'browser/geolocation/device_data_provider_unittest.cc', 274 'browser/geolocation/device_data_provider_unittest.cc',
273 'browser/geolocation/geolocation_provider_unittest.cc', 275 'browser/geolocation/geolocation_provider_unittest.cc',
274 'browser/geolocation/gps_location_provider_unittest_linux.cc', 276 'browser/geolocation/gps_location_provider_unittest_linux.cc',
275 'browser/geolocation/location_arbitrator_unittest.cc', 277 'browser/geolocation/location_arbitrator_impl_unittest.cc',
276 'browser/geolocation/network_location_provider_unittest.cc', 278 'browser/geolocation/network_location_provider_unittest.cc',
277 'browser/geolocation/wifi_data_provider_common_unittest.cc', 279 'browser/geolocation/wifi_data_provider_common_unittest.cc',
278 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 280 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
279 'browser/geolocation/wifi_data_provider_unittest_win.cc', 281 'browser/geolocation/wifi_data_provider_unittest_win.cc',
280 'browser/geolocation/win7_location_api_unittest_win.cc', 282 'browser/geolocation/win7_location_api_unittest_win.cc',
281 'browser/geolocation/win7_location_provider_unittest_win.cc', 283 'browser/geolocation/win7_location_provider_unittest_win.cc',
282 'browser/gpu/gpu_blacklist_unittest.cc', 284 'browser/gpu/gpu_blacklist_unittest.cc',
283 'browser/gpu/gpu_data_manager_impl_unittest.cc', 285 'browser/gpu/gpu_data_manager_impl_unittest.cc',
284 'browser/gpu/gpu_util_unittest.cc', 286 'browser/gpu/gpu_util_unittest.cc',
285 'browser/host_zoom_map_impl_unittest.cc', 287 'browser/host_zoom_map_impl_unittest.cc',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'resource_dir': '../res', 931 'resource_dir': '../res',
930 'additional_src_dirs': ['../content/public/android/javatests/'], 932 'additional_src_dirs': ['../content/public/android/javatests/'],
931 'is_test_apk': 1, 933 'is_test_apk': 1,
932 }, 934 },
933 'includes': [ '../build/java_apk.gypi' ], 935 'includes': [ '../build/java_apk.gypi' ],
934 }, 936 },
935 ], 937 ],
936 }], 938 }],
937 ], 939 ],
938 } 940 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698