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

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: Lint 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'child/shared_memory_data_consumer_handle_unittest.cc', 662 'child/shared_memory_data_consumer_handle_unittest.cc',
663 'child/shared_memory_received_data_factory_unittest.cc', 663 'child/shared_memory_received_data_factory_unittest.cc',
664 'child/simple_webmimeregistry_impl_unittest.cc', 664 'child/simple_webmimeregistry_impl_unittest.cc',
665 'child/site_isolation_stats_gatherer_unittest.cc', 665 'child/site_isolation_stats_gatherer_unittest.cc',
666 'child/v8_value_converter_impl_unittest.cc', 666 'child/v8_value_converter_impl_unittest.cc',
667 'child/web_data_consumer_handle_impl_unittest.cc', 667 'child/web_data_consumer_handle_impl_unittest.cc',
668 'child/web_url_loader_impl_unittest.cc', 668 'child/web_url_loader_impl_unittest.cc',
669 'child/worker_thread_registry_unittest.cc', 669 'child/worker_thread_registry_unittest.cc',
670 'common/android/address_parser_unittest.cc', 670 'common/android/address_parser_unittest.cc',
671 'common/android/gin_java_bridge_value_unittest.cc', 671 'common/android/gin_java_bridge_value_unittest.cc',
672 'common/bluetooth/bluetooth_device_id_unittest.cc',
672 'common/common_param_traits_unittest.cc', 673 'common/common_param_traits_unittest.cc',
673 'common/cross_site_document_classifier_unittest.cc', 674 'common/cross_site_document_classifier_unittest.cc',
674 'common/cursors/webcursor_unittest.cc', 675 'common/cursors/webcursor_unittest.cc',
675 'common/database_connections_unittest.cc', 676 'common/database_connections_unittest.cc',
676 'common/database_identifier_unittest.cc', 677 'common/database_identifier_unittest.cc',
677 'common/discardable_shared_memory_heap_unittest.cc', 678 'common/discardable_shared_memory_heap_unittest.cc',
678 'common/dom_storage/dom_storage_map_unittest.cc', 679 'common/dom_storage/dom_storage_map_unittest.cc',
679 'common/fileapi/file_system_util_unittest.cc', 680 'common/fileapi/file_system_util_unittest.cc',
680 'common/host_discardable_shared_memory_manager_unittest.cc', 681 'common/host_discardable_shared_memory_manager_unittest.cc',
681 'common/host_shared_bitmap_manager_unittest.cc', 682 'common/host_shared_bitmap_manager_unittest.cc',
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 'content_unittests_apk.isolate', 1919 'content_unittests_apk.isolate',
1919 ], 1920 ],
1920 }, 1921 },
1921 ], 1922 ],
1922 }, 1923 },
1923 ], 1924 ],
1924 ], 1925 ],
1925 }], 1926 }],
1926 ], 1927 ],
1927 } 1928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698