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

Side by Side Diff: content/content_tests.gypi

Issue 1902153003: bluetooth: Move connect/disconnect to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-connection-tests
Patch Set: Fix gypi Created 4 years, 7 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') | content/renderer/bluetooth/bluetooth_dispatcher.h » ('j') | 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'browser/appcache/mock_appcache_storage_unittest.cc', 371 'browser/appcache/mock_appcache_storage_unittest.cc',
372 'browser/background_sync/background_sync_manager_unittest.cc', 372 'browser/background_sync/background_sync_manager_unittest.cc',
373 'browser/background_sync/background_sync_network_observer_unittest.cc', 373 'browser/background_sync/background_sync_network_observer_unittest.cc',
374 'browser/background_sync/background_sync_service_impl_unittest.cc', 374 'browser/background_sync/background_sync_service_impl_unittest.cc',
375 'browser/blob_storage/blob_async_builder_host_unittest.cc', 375 'browser/blob_storage/blob_async_builder_host_unittest.cc',
376 'browser/blob_storage/blob_async_transport_request_builder_unittest.cc', 376 'browser/blob_storage/blob_async_transport_request_builder_unittest.cc',
377 'browser/blob_storage/blob_dispatcher_host_unittest.cc', 377 'browser/blob_storage/blob_dispatcher_host_unittest.cc',
378 'browser/blob_storage/blob_storage_registry_unittest.cc', 378 'browser/blob_storage/blob_storage_registry_unittest.cc',
379 'browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc', 379 'browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc',
380 'browser/bluetooth/bluetooth_blacklist_unittest.cc', 380 'browser/bluetooth/bluetooth_blacklist_unittest.cc',
381 'browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc',
381 'browser/browser_thread_unittest.cc', 382 'browser/browser_thread_unittest.cc',
382 'browser/browser_url_handler_impl_unittest.cc', 383 'browser/browser_url_handler_impl_unittest.cc',
383 'browser/byte_stream_unittest.cc', 384 'browser/byte_stream_unittest.cc',
384 'browser/cache_storage/cache_storage_blob_to_disk_cache_unittest.cc', 385 'browser/cache_storage/cache_storage_blob_to_disk_cache_unittest.cc',
385 'browser/cache_storage/cache_storage_cache_unittest.cc', 386 'browser/cache_storage/cache_storage_cache_unittest.cc',
386 'browser/cache_storage/cache_storage_manager_unittest.cc', 387 'browser/cache_storage/cache_storage_manager_unittest.cc',
387 'browser/cache_storage/cache_storage_scheduler_unittest.cc', 388 'browser/cache_storage/cache_storage_scheduler_unittest.cc',
388 'browser/cache_storage/cache_storage_unittest.cc', 389 'browser/cache_storage/cache_storage_unittest.cc',
389 'browser/child_process_security_policy_unittest.cc', 390 'browser/child_process_security_policy_unittest.cc',
390 'browser/cocoa/system_hotkey_map_unittest.mm', 391 'browser/cocoa/system_hotkey_map_unittest.mm',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'test_support_content', 1037 'test_support_content',
1037 '../base/base.gyp:test_support_base', 1038 '../base/base.gyp:test_support_base',
1038 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1039 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1039 '../cc/cc.gyp:cc', 1040 '../cc/cc.gyp:cc',
1040 '../cc/cc.gyp:cc_surfaces', 1041 '../cc/cc.gyp:cc_surfaces',
1041 '../cc/cc_tests.gyp:cc_test_support', 1042 '../cc/cc_tests.gyp:cc_test_support',
1042 '../crypto/crypto.gyp:crypto', 1043 '../crypto/crypto.gyp:crypto',
1043 '../device/battery/battery.gyp:device_battery', 1044 '../device/battery/battery.gyp:device_battery',
1044 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1045 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1045 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1046 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1047 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1046 '../gin/gin.gyp:gin', 1048 '../gin/gin.gyp:gin',
1047 '../gpu/gpu.gyp:gpu', 1049 '../gpu/gpu.gyp:gpu',
1048 '../gpu/gpu.gyp:gpu_unittest_utils', 1050 '../gpu/gpu.gyp:gpu_unittest_utils',
1049 '../ipc/ipc.gyp:test_support_ipc', 1051 '../ipc/ipc.gyp:test_support_ipc',
1050 '../media/media.gyp:media_test_support', 1052 '../media/media.gyp:media_test_support',
1051 '../media/media.gyp:shared_memory_support', 1053 '../media/media.gyp:shared_memory_support',
1052 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1054 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1053 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1055 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1054 '../net/net.gyp:net_extras', 1056 '../net/net.gyp:net_extras',
1055 '../net/net.gyp:net_test_support', 1057 '../net/net.gyp:net_test_support',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'content_unittests_apk.isolate', 1914 'content_unittests_apk.isolate',
1913 ], 1915 ],
1914 }, 1916 },
1915 ], 1917 ],
1916 }, 1918 },
1917 ], 1919 ],
1918 ], 1920 ],
1919 }], 1921 }],
1920 ], 1922 ],
1921 } 1923 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/bluetooth/bluetooth_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698