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

Side by Side Diff: content/content_tests.gypi

Issue 25752005: Geolocation: delete GpsLocationProvider and third_party/gpsd/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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
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 '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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'browser/fileapi/obfuscated_file_util_unittest.cc', 369 'browser/fileapi/obfuscated_file_util_unittest.cc',
370 'browser/fileapi/recursive_operation_delegate_unittest.cc', 370 'browser/fileapi/recursive_operation_delegate_unittest.cc',
371 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', 371 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc',
372 'browser/fileapi/sandbox_file_system_backend_unittest.cc', 372 'browser/fileapi/sandbox_file_system_backend_unittest.cc',
373 'browser/fileapi/transient_file_util_unittest.cc', 373 'browser/fileapi/transient_file_util_unittest.cc',
374 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', 374 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc',
375 'browser/gamepad/gamepad_provider_unittest.cc', 375 'browser/gamepad/gamepad_provider_unittest.cc',
376 'browser/gamepad/gamepad_test_helpers.cc', 376 'browser/gamepad/gamepad_test_helpers.cc',
377 'browser/gamepad/gamepad_test_helpers.h', 377 'browser/gamepad/gamepad_test_helpers.h',
378 'browser/geolocation/geolocation_provider_unittest.cc', 378 'browser/geolocation/geolocation_provider_unittest.cc',
379 'browser/geolocation/gps_location_provider_unittest_linux.cc',
380 'browser/geolocation/location_arbitrator_impl_unittest.cc', 379 'browser/geolocation/location_arbitrator_impl_unittest.cc',
381 'browser/geolocation/network_location_provider_unittest.cc', 380 'browser/geolocation/network_location_provider_unittest.cc',
382 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 381 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
383 'browser/geolocation/wifi_data_provider_common_unittest.cc', 382 'browser/geolocation/wifi_data_provider_common_unittest.cc',
384 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 383 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
385 'browser/geolocation/wifi_data_provider_unittest_win.cc', 384 'browser/geolocation/wifi_data_provider_unittest_win.cc',
386 'browser/gpu/shader_disk_cache_unittest.cc', 385 'browser/gpu/shader_disk_cache_unittest.cc',
387 'browser/host_zoom_map_impl_unittest.cc', 386 'browser/host_zoom_map_impl_unittest.cc',
388 'browser/indexed_db/indexed_db_backing_store_unittest.cc', 387 'browser/indexed_db/indexed_db_backing_store_unittest.cc',
389 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', 388 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'renderer/dom_serializer_browsertest.cc', 761 'renderer/dom_serializer_browsertest.cc',
763 'renderer/resource_fetcher_browsertest.cc', 762 'renderer/resource_fetcher_browsertest.cc',
764 'renderer/savable_resources_browsertest.cc', 763 'renderer/savable_resources_browsertest.cc',
765 ], 764 ],
766 }], 765 }],
767 ['OS == "android"', { 766 ['OS == "android"', {
768 'sources': [ 767 'sources': [
769 'browser/renderer_host/java/jni_helper_unittest.cc', 768 'browser/renderer_host/java/jni_helper_unittest.cc',
770 ], 769 ],
771 'sources!': [ 770 'sources!': [
772 'browser/geolocation/gps_location_provider_unittest_linux.cc',
773 'browser/geolocation/network_location_provider_unittest.cc', 771 'browser/geolocation/network_location_provider_unittest.cc',
774 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 772 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
775 'browser/geolocation/wifi_data_provider_common_unittest.cc', 773 'browser/geolocation/wifi_data_provider_common_unittest.cc',
776 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 774 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
777 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 775 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
778 ], 776 ],
779 }], 777 }],
780 ['OS != "android" and OS != "ios"', { 778 ['OS != "android" and OS != "ios"', {
781 'dependencies': [ 779 'dependencies': [
782 '../third_party/libvpx/libvpx.gyp:libvpx', 780 '../third_party/libvpx/libvpx.gyp:libvpx',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1509 }, 1507 },
1510 ], 1508 ],
1511 }], 1509 }],
1512 ], 1510 ],
1513 }, 1511 },
1514 ], 1512 ],
1515 }], 1513 }],
1516 ], 1514 ],
1517 } 1515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698