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

Side by Side Diff: content/content_tests.gypi

Issue 1847863002: Move notification resource loading from content/child to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address peter's comments. Created 4 years, 8 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'child/blob_storage/blob_consolidation_unittest.cc', 642 'child/blob_storage/blob_consolidation_unittest.cc',
643 'child/blob_storage/blob_transport_controller_unittest.cc', 643 'child/blob_storage/blob_transport_controller_unittest.cc',
644 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', 644 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
645 'child/fileapi/webfilewriter_base_unittest.cc', 645 'child/fileapi/webfilewriter_base_unittest.cc',
646 'child/font_warmup_win_unittest.cc', 646 'child/font_warmup_win_unittest.cc',
647 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 647 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
648 'child/indexed_db/mock_webidbcallbacks.cc', 648 'child/indexed_db/mock_webidbcallbacks.cc',
649 'child/indexed_db/mock_webidbcallbacks.h', 649 'child/indexed_db/mock_webidbcallbacks.h',
650 'child/indexed_db/webidbcursor_impl_unittest.cc', 650 'child/indexed_db/webidbcursor_impl_unittest.cc',
651 'child/notifications/notification_data_conversions_unittest.cc', 651 'child/notifications/notification_data_conversions_unittest.cc',
652 'child/notifications/pending_notifications_tracker_unittest.cc',
653 'child/power_monitor_broadcast_source_unittest.cc', 652 'child/power_monitor_broadcast_source_unittest.cc',
654 'child/resource_dispatcher_unittest.cc', 653 'child/resource_dispatcher_unittest.cc',
655 'child/service_worker/service_worker_dispatcher_unittest.cc', 654 'child/service_worker/service_worker_dispatcher_unittest.cc',
656 'child/shared_memory_data_consumer_handle_unittest.cc', 655 'child/shared_memory_data_consumer_handle_unittest.cc',
657 'child/shared_memory_received_data_factory_unittest.cc', 656 'child/shared_memory_received_data_factory_unittest.cc',
658 'child/simple_webmimeregistry_impl_unittest.cc', 657 'child/simple_webmimeregistry_impl_unittest.cc',
659 'child/site_isolation_stats_gatherer_unittest.cc', 658 'child/site_isolation_stats_gatherer_unittest.cc',
660 'child/v8_value_converter_impl_unittest.cc', 659 'child/v8_value_converter_impl_unittest.cc',
661 'child/web_data_consumer_handle_impl_unittest.cc', 660 'child/web_data_consumer_handle_impl_unittest.cc',
662 'child/web_url_loader_impl_unittest.cc', 661 'child/web_url_loader_impl_unittest.cc',
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2200 ], 2199 ],
2201 }, 2200 },
2202 ], 2201 ],
2203 }, 2202 },
2204 ], 2203 ],
2205 ], 2204 ],
2206 }], 2205 }],
2207 ], 2206 ],
2208 } 2207 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698