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

Side by Side Diff: content/content_tests.gypi

Issue 10535157: [WIP] attempt to allow chrome OS to inject its wifi data provider (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_radio
Patch Set: Created 8 years, 6 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
« 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'browser/device_orientation/provider_unittest.cc', 232 'browser/device_orientation/provider_unittest.cc',
233 'browser/download/base_file_unittest.cc', 233 'browser/download/base_file_unittest.cc',
234 'browser/download/byte_stream_unittest.cc', 234 'browser/download/byte_stream_unittest.cc',
235 'browser/download/download_file_manager_unittest.cc', 235 'browser/download/download_file_manager_unittest.cc',
236 'browser/download/download_file_unittest.cc', 236 'browser/download/download_file_unittest.cc',
237 'browser/download/download_id_unittest.cc', 237 'browser/download/download_id_unittest.cc',
238 'browser/download/download_item_impl_unittest.cc', 238 'browser/download/download_item_impl_unittest.cc',
239 'browser/download/download_manager_impl_unittest.cc', 239 'browser/download/download_manager_impl_unittest.cc',
240 'browser/download/save_package_unittest.cc', 240 'browser/download/save_package_unittest.cc',
241 'browser/gamepad/gamepad_provider_unittest.cc', 241 'browser/gamepad/gamepad_provider_unittest.cc',
242 'browser/geolocation/device_data_provider_unittest.cc',
243 'browser/geolocation/geolocation_provider_unittest.cc', 242 'browser/geolocation/geolocation_provider_unittest.cc',
244 'browser/geolocation/gps_location_provider_unittest_linux.cc', 243 'browser/geolocation/gps_location_provider_unittest_linux.cc',
245 'browser/geolocation/location_arbitrator_unittest.cc', 244 'browser/geolocation/location_arbitrator_unittest.cc',
246 'browser/geolocation/network_location_provider_unittest.cc', 245 'browser/geolocation/network_location_provider_unittest.cc',
247 'browser/geolocation/wifi_data_provider_common_unittest.cc', 246 'browser/geolocation/wifi_data_provider_common_unittest.cc',
248 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 247 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
249 'browser/geolocation/wifi_data_provider_unittest_win.cc', 248 'browser/geolocation/wifi_data_provider_unittest_win.cc',
249 'browser/geolocation/wifi_data_provider_unittest.cc',
250 'browser/geolocation/win7_location_api_unittest_win.cc', 250 'browser/geolocation/win7_location_api_unittest_win.cc',
251 'browser/geolocation/win7_location_provider_unittest_win.cc', 251 'browser/geolocation/win7_location_provider_unittest_win.cc',
252 'browser/host_zoom_map_impl_unittest.cc', 252 'browser/host_zoom_map_impl_unittest.cc',
253 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', 253 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc',
254 'browser/in_process_webkit/indexed_db_unittest.cc', 254 'browser/in_process_webkit/indexed_db_unittest.cc',
255 'browser/in_process_webkit/webkit_thread_unittest.cc', 255 'browser/in_process_webkit/webkit_thread_unittest.cc',
256 'browser/intents/intent_injector_unittest.cc', 256 'browser/intents/intent_injector_unittest.cc',
257 'browser/intents/internal_web_intents_dispatcher_unittest.cc', 257 'browser/intents/internal_web_intents_dispatcher_unittest.cc',
258 'browser/mach_broker_mac_unittest.cc', 258 'browser/mach_broker_mac_unittest.cc',
259 'browser/notification_service_impl_unittest.cc', 259 'browser/notification_service_impl_unittest.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ['use_aura==1', { 478 ['use_aura==1', {
479 'dependencies': [ 479 'dependencies': [
480 '../ui/aura/aura.gyp:aura', 480 '../ui/aura/aura.gyp:aura',
481 ], 481 ],
482 'sources!': [ 482 'sources!': [
483 'browser/accessibility/browser_accessibility_win_unittest.cc', 483 'browser/accessibility/browser_accessibility_win_unittest.cc',
484 ], 484 ],
485 }], 485 }],
486 ['OS == "android"', { 486 ['OS == "android"', {
487 'sources!': [ 487 'sources!': [
488 'browser/geolocation/device_data_provider_unittest.cc',
489 'browser/geolocation/gps_location_provider_unittest_linux.cc', 488 'browser/geolocation/gps_location_provider_unittest_linux.cc',
490 'browser/geolocation/network_location_provider_unittest.cc', 489 'browser/geolocation/network_location_provider_unittest.cc',
491 'browser/geolocation/wifi_data_provider_common_unittest.cc', 490 'browser/geolocation/wifi_data_provider_common_unittest.cc',
492 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 491 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
492 'browser/geolocation/wifi_data_provider_unittest.cc',
493 ], 493 ],
494 }], 494 }],
495 ['OS == "android" and gtest_target_type == "shared_library"', { 495 ['OS == "android" and gtest_target_type == "shared_library"', {
496 'dependencies': [ 496 'dependencies': [
497 '../testing/android/native_test.gyp:native_test_native_code', 497 '../testing/android/native_test.gyp:native_test_native_code',
498 ] 498 ]
499 }], 499 }],
500 ], 500 ],
501 }, 501 },
502 { 502 {
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
672 ], 672 ],
673 }, 673 },
674 'includes': [ '../build/apk_test.gypi' ], 674 'includes': [ '../build/apk_test.gypi' ],
675 }, 675 },
676 ], 676 ],
677 }], 677 }],
678 ], 678 ],
679 } 679 }
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