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

Side by Side Diff: content/content_tests.gypi

Issue 472053002: Rename GeolocationProviderImpl unittest file to match what it tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/geolocation/geolocation_provider_unittest.cc ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'browser/frame_host/frame_tree_unittest.cc', 476 'browser/frame_host/frame_tree_unittest.cc',
477 'browser/frame_host/navigation_controller_impl_unittest.cc', 477 'browser/frame_host/navigation_controller_impl_unittest.cc',
478 'browser/frame_host/navigation_entry_impl_unittest.cc', 478 'browser/frame_host/navigation_entry_impl_unittest.cc',
479 'browser/frame_host/render_frame_host_manager_unittest.cc', 479 'browser/frame_host/render_frame_host_manager_unittest.cc',
480 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', 480 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
481 'browser/frame_host/render_widget_host_view_guest_unittest.cc', 481 'browser/frame_host/render_widget_host_view_guest_unittest.cc',
482 'browser/gamepad/gamepad_provider_unittest.cc', 482 'browser/gamepad/gamepad_provider_unittest.cc',
483 'browser/gamepad/gamepad_service_unittest.cc', 483 'browser/gamepad/gamepad_service_unittest.cc',
484 'browser/gamepad/gamepad_test_helpers.cc', 484 'browser/gamepad/gamepad_test_helpers.cc',
485 'browser/gamepad/gamepad_test_helpers.h', 485 'browser/gamepad/gamepad_test_helpers.h',
486 'browser/geolocation/geolocation_provider_unittest.cc', 486 'browser/geolocation/geolocation_provider_impl_unittest.cc',
487 'browser/geolocation/location_arbitrator_impl_unittest.cc', 487 'browser/geolocation/location_arbitrator_impl_unittest.cc',
488 'browser/geolocation/network_location_provider_unittest.cc', 488 'browser/geolocation/network_location_provider_unittest.cc',
489 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 489 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
490 'browser/geolocation/wifi_data_provider_common_unittest.cc', 490 'browser/geolocation/wifi_data_provider_common_unittest.cc',
491 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 491 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
492 'browser/geolocation/wifi_data_provider_unittest_win.cc', 492 'browser/geolocation/wifi_data_provider_unittest_win.cc',
493 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', 493 'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
494 'browser/gpu/shader_disk_cache_unittest.cc', 494 'browser/gpu/shader_disk_cache_unittest.cc',
495 'browser/host_zoom_map_impl_unittest.cc', 495 'browser/host_zoom_map_impl_unittest.cc',
496 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', 496 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc',
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1868 },
1869 ], 1869 ],
1870 }], 1870 }],
1871 ], 1871 ],
1872 }, 1872 },
1873 ], 1873 ],
1874 }], 1874 }],
1875 ], 1875 ],
1876 } 1876 }
OLDNEW
« no previous file with comments | « content/browser/geolocation/geolocation_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698