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

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: Rebase 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
« 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 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ], 591 ],
591 }], 592 }],
592 ['OS=="mac"', { 593 ['OS=="mac"', {
593 # These flags are needed to run the test on Mac. 594 # These flags are needed to run the test on Mac.
594 # Search for comments about "xcode_settings" in chrome_tests.gypi. 595 # Search for comments about "xcode_settings" in chrome_tests.gypi.
595 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 596 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
596 }], 597 }],
597 ['chromeos==1', { 598 ['chromeos==1', {
598 'sources/': [ 599 'sources/': [
599 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 600 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
601 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
600 ], 602 ],
601 }], 603 }],
602 ['use_aura==1', { 604 ['use_aura==1', {
603 'dependencies': [ 605 'dependencies': [
604 '../ui/aura/aura.gyp:aura', 606 '../ui/aura/aura.gyp:aura',
605 ], 607 ],
606 'sources!': [ 608 'sources!': [
607 'browser/accessibility/browser_accessibility_win_unittest.cc', 609 'browser/accessibility/browser_accessibility_win_unittest.cc',
608 ], 610 ],
609 }], 611 }],
610 ['OS == "android"', { 612 ['OS == "android"', {
611 'sources!': [ 613 'sources!': [
612 'browser/geolocation/device_data_provider_unittest.cc', 614 'browser/geolocation/device_data_provider_unittest.cc',
613 'browser/geolocation/gps_location_provider_unittest_linux.cc', 615 'browser/geolocation/gps_location_provider_unittest_linux.cc',
614 'browser/geolocation/network_location_provider_unittest.cc', 616 'browser/geolocation/network_location_provider_unittest.cc',
617 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
615 'browser/geolocation/wifi_data_provider_common_unittest.cc', 618 'browser/geolocation/wifi_data_provider_common_unittest.cc',
616 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 619 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
617 ], 620 ],
618 }], 621 }],
619 ['OS != "android" and OS != "ios"', { 622 ['OS != "android" and OS != "ios"', {
620 'dependencies': [ 623 'dependencies': [
621 '../third_party/libvpx/libvpx.gyp:libvpx', 624 '../third_party/libvpx/libvpx.gyp:libvpx',
622 ], 625 ],
623 }], 626 }],
624 ['OS == "android" and gtest_target_type == "shared_library"', { 627 ['OS == "android" and gtest_target_type == "shared_library"', {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'resource_dir': '../res', 1003 'resource_dir': '../res',
1001 'additional_src_dirs': ['../content/public/android/javatests/'], 1004 'additional_src_dirs': ['../content/public/android/javatests/'],
1002 'is_test_apk': 1, 1005 'is_test_apk': 1,
1003 }, 1006 },
1004 'includes': [ '../build/java_apk.gypi' ], 1007 'includes': [ '../build/java_apk.gypi' ],
1005 }, 1008 },
1006 ], 1009 ],
1007 }], 1010 }],
1008 ], 1011 ],
1009 } 1012 }
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