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

Side by Side Diff: content/content_tests.gypi

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Syntax Error :-( Created 4 years, 10 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'child/notifications/notification_data_conversions_unittest.cc', 637 'child/notifications/notification_data_conversions_unittest.cc',
638 'child/power_monitor_broadcast_source_unittest.cc', 638 'child/power_monitor_broadcast_source_unittest.cc',
639 'child/resource_dispatcher_unittest.cc', 639 'child/resource_dispatcher_unittest.cc',
640 'child/service_worker/service_worker_dispatcher_unittest.cc', 640 'child/service_worker/service_worker_dispatcher_unittest.cc',
641 'child/shared_memory_data_consumer_handle_unittest.cc', 641 'child/shared_memory_data_consumer_handle_unittest.cc',
642 'child/shared_memory_received_data_factory_unittest.cc', 642 'child/shared_memory_received_data_factory_unittest.cc',
643 'child/simple_webmimeregistry_impl_unittest.cc', 643 'child/simple_webmimeregistry_impl_unittest.cc',
644 'child/site_isolation_stats_gatherer_unittest.cc', 644 'child/site_isolation_stats_gatherer_unittest.cc',
645 'child/v8_value_converter_impl_unittest.cc', 645 'child/v8_value_converter_impl_unittest.cc',
646 'child/web_data_consumer_handle_impl_unittest.cc', 646 'child/web_data_consumer_handle_impl_unittest.cc',
647 'child/web_process_memory_dump_impl_unittest.cc',
648 'child/web_url_loader_impl_unittest.cc', 647 'child/web_url_loader_impl_unittest.cc',
649 'child/worker_thread_registry_unittest.cc', 648 'child/worker_thread_registry_unittest.cc',
650 'common/android/address_parser_unittest.cc', 649 'common/android/address_parser_unittest.cc',
651 'common/android/gin_java_bridge_value_unittest.cc', 650 'common/android/gin_java_bridge_value_unittest.cc',
652 'common/cc_messages_unittest.cc', 651 'common/cc_messages_unittest.cc',
653 'common/common_param_traits_unittest.cc', 652 'common/common_param_traits_unittest.cc',
654 'common/cross_site_document_classifier_unittest.cc', 653 'common/cross_site_document_classifier_unittest.cc',
655 'common/cursors/webcursor_unittest.cc', 654 'common/cursors/webcursor_unittest.cc',
656 'common/database_connections_unittest.cc', 655 'common/database_connections_unittest.cc',
657 'common/database_identifier_unittest.cc', 656 'common/database_identifier_unittest.cc',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 'content_unittests_apk.isolate', 2218 'content_unittests_apk.isolate',
2220 ], 2219 ],
2221 }, 2220 },
2222 ], 2221 ],
2223 }, 2222 },
2224 ], 2223 ],
2225 ], 2224 ],
2226 }], 2225 }],
2227 ], 2226 ],
2228 } 2227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698