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

Side by Side Diff: content/content_tests.gypi

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Address jyasskin's comments Created 4 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
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'child/shared_memory_data_consumer_handle_unittest.cc', 664 'child/shared_memory_data_consumer_handle_unittest.cc',
665 'child/shared_memory_received_data_factory_unittest.cc', 665 'child/shared_memory_received_data_factory_unittest.cc',
666 'child/simple_webmimeregistry_impl_unittest.cc', 666 'child/simple_webmimeregistry_impl_unittest.cc',
667 'child/site_isolation_stats_gatherer_unittest.cc', 667 'child/site_isolation_stats_gatherer_unittest.cc',
668 'child/v8_value_converter_impl_unittest.cc', 668 'child/v8_value_converter_impl_unittest.cc',
669 'child/web_data_consumer_handle_impl_unittest.cc', 669 'child/web_data_consumer_handle_impl_unittest.cc',
670 'child/web_url_loader_impl_unittest.cc', 670 'child/web_url_loader_impl_unittest.cc',
671 'child/worker_thread_registry_unittest.cc', 671 'child/worker_thread_registry_unittest.cc',
672 'common/android/address_parser_unittest.cc', 672 'common/android/address_parser_unittest.cc',
673 'common/android/gin_java_bridge_value_unittest.cc', 673 'common/android/gin_java_bridge_value_unittest.cc',
674 'common/bluetooth/bluetooth_device_id_unittest.cc',
674 'common/common_param_traits_unittest.cc', 675 'common/common_param_traits_unittest.cc',
675 'common/cross_site_document_classifier_unittest.cc', 676 'common/cross_site_document_classifier_unittest.cc',
676 'common/cursors/webcursor_unittest.cc', 677 'common/cursors/webcursor_unittest.cc',
677 'common/database_connections_unittest.cc', 678 'common/database_connections_unittest.cc',
678 'common/database_identifier_unittest.cc', 679 'common/database_identifier_unittest.cc',
679 'common/discardable_shared_memory_heap_unittest.cc', 680 'common/discardable_shared_memory_heap_unittest.cc',
680 'common/dom_storage/dom_storage_map_unittest.cc', 681 'common/dom_storage/dom_storage_map_unittest.cc',
681 'common/fileapi/file_system_util_unittest.cc', 682 'common/fileapi/file_system_util_unittest.cc',
682 'common/host_discardable_shared_memory_manager_unittest.cc', 683 'common/host_discardable_shared_memory_manager_unittest.cc',
683 'common/host_shared_bitmap_manager_unittest.cc', 684 'common/host_shared_bitmap_manager_unittest.cc',
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'content_unittests_apk.isolate', 1926 'content_unittests_apk.isolate',
1926 ], 1927 ],
1927 }, 1928 },
1928 ], 1929 ],
1929 }, 1930 },
1930 ], 1931 ],
1931 ], 1932 ],
1932 }], 1933 }],
1933 ], 1934 ],
1934 } 1935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698