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

Side by Side Diff: content/content_tests.gypi

Issue 11881011: Move wifi_data_provider_chromeos -> content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'browser/download/file_metadata_unittest_linux.cc', 270 'browser/download/file_metadata_unittest_linux.cc',
271 'browser/download/save_package_unittest.cc', 271 'browser/download/save_package_unittest.cc',
272 'browser/gamepad/gamepad_provider_unittest.cc', 272 'browser/gamepad/gamepad_provider_unittest.cc',
273 'browser/gamepad/gamepad_test_helpers.cc', 273 'browser/gamepad/gamepad_test_helpers.cc',
274 'browser/gamepad/gamepad_test_helpers.h', 274 'browser/gamepad/gamepad_test_helpers.h',
275 'browser/geolocation/device_data_provider_unittest.cc', 275 'browser/geolocation/device_data_provider_unittest.cc',
276 'browser/geolocation/geolocation_provider_unittest.cc', 276 'browser/geolocation/geolocation_provider_unittest.cc',
277 'browser/geolocation/gps_location_provider_unittest_linux.cc', 277 'browser/geolocation/gps_location_provider_unittest_linux.cc',
278 'browser/geolocation/location_arbitrator_impl_unittest.cc', 278 'browser/geolocation/location_arbitrator_impl_unittest.cc',
279 'browser/geolocation/network_location_provider_unittest.cc', 279 'browser/geolocation/network_location_provider_unittest.cc',
280 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
280 'browser/geolocation/wifi_data_provider_common_unittest.cc', 281 'browser/geolocation/wifi_data_provider_common_unittest.cc',
281 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 282 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
282 'browser/geolocation/wifi_data_provider_unittest_win.cc', 283 'browser/geolocation/wifi_data_provider_unittest_win.cc',
283 'browser/geolocation/win7_location_api_unittest_win.cc', 284 'browser/geolocation/win7_location_api_unittest_win.cc',
284 'browser/geolocation/win7_location_provider_unittest_win.cc', 285 'browser/geolocation/win7_location_provider_unittest_win.cc',
285 'browser/gpu/gpu_blacklist_unittest.cc', 286 'browser/gpu/gpu_blacklist_unittest.cc',
286 'browser/gpu/gpu_data_manager_impl_unittest.cc', 287 'browser/gpu/gpu_data_manager_impl_unittest.cc',
287 'browser/gpu/gpu_util_unittest.cc', 288 'browser/gpu/gpu_util_unittest.cc',
288 'browser/host_zoom_map_impl_unittest.cc', 289 'browser/host_zoom_map_impl_unittest.cc',
289 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 290 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 ], 582 ],
582 }], 583 }],
583 ['OS=="mac"', { 584 ['OS=="mac"', {
584 # These flags are needed to run the test on Mac. 585 # These flags are needed to run the test on Mac.
585 # Search for comments about "xcode_settings" in chrome_tests.gypi. 586 # Search for comments about "xcode_settings" in chrome_tests.gypi.
586 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 587 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
587 }], 588 }],
588 ['chromeos==1', { 589 ['chromeos==1', {
589 'sources/': [ 590 'sources/': [
590 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 591 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
592 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
591 ], 593 ],
592 }], 594 }],
593 ['use_aura==1', { 595 ['use_aura==1', {
594 'dependencies': [ 596 'dependencies': [
595 '../ui/aura/aura.gyp:aura', 597 '../ui/aura/aura.gyp:aura',
596 ], 598 ],
597 'sources!': [ 599 'sources!': [
598 'browser/accessibility/browser_accessibility_win_unittest.cc', 600 'browser/accessibility/browser_accessibility_win_unittest.cc',
599 ], 601 ],
600 }], 602 }],
601 ['OS == "android"', { 603 ['OS == "android"', {
602 'sources!': [ 604 'sources!': [
603 'browser/geolocation/device_data_provider_unittest.cc', 605 'browser/geolocation/device_data_provider_unittest.cc',
604 'browser/geolocation/gps_location_provider_unittest_linux.cc', 606 'browser/geolocation/gps_location_provider_unittest_linux.cc',
605 'browser/geolocation/network_location_provider_unittest.cc', 607 'browser/geolocation/network_location_provider_unittest.cc',
608 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
606 'browser/geolocation/wifi_data_provider_common_unittest.cc', 609 'browser/geolocation/wifi_data_provider_common_unittest.cc',
607 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 610 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
608 ], 611 ],
609 }], 612 }],
610 ['OS != "android" and OS != "ios"', { 613 ['OS != "android" and OS != "ios"', {
611 'dependencies': [ 614 'dependencies': [
612 '../third_party/libvpx/libvpx.gyp:libvpx', 615 '../third_party/libvpx/libvpx.gyp:libvpx',
613 ], 616 ],
614 }], 617 }],
615 ['OS == "android" and gtest_target_type == "shared_library"', { 618 ['OS == "android" and gtest_target_type == "shared_library"', {
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'resource_dir': '../res', 961 'resource_dir': '../res',
959 'additional_src_dirs': ['../content/public/android/javatests/'], 962 'additional_src_dirs': ['../content/public/android/javatests/'],
960 'is_test_apk': 1, 963 'is_test_apk': 1,
961 }, 964 },
962 'includes': [ '../build/java_apk.gypi' ], 965 'includes': [ '../build/java_apk.gypi' ],
963 }, 966 },
964 ], 967 ],
965 }], 968 }],
966 ], 969 ],
967 } 970 }
OLDNEW
« content/browser/geolocation/device_data_provider.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698