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

Side by Side Diff: content/content_tests.gypi

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ 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_renderer.gypi ('k') | content/renderer/mojo/blink_service_registry_impl.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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'child/blob_storage/blob_consolidation_unittest.cc', 644 'child/blob_storage/blob_consolidation_unittest.cc',
645 'child/blob_storage/blob_transport_controller_unittest.cc', 645 'child/blob_storage/blob_transport_controller_unittest.cc',
646 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', 646 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
647 'child/dwrite_font_proxy/font_fallback_win_unittest.cc', 647 'child/dwrite_font_proxy/font_fallback_win_unittest.cc',
648 'child/fileapi/webfilewriter_base_unittest.cc', 648 'child/fileapi/webfilewriter_base_unittest.cc',
649 'child/font_warmup_win_unittest.cc', 649 'child/font_warmup_win_unittest.cc',
650 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 650 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
651 'child/indexed_db/mock_webidbcallbacks.cc', 651 'child/indexed_db/mock_webidbcallbacks.cc',
652 'child/indexed_db/mock_webidbcallbacks.h', 652 'child/indexed_db/mock_webidbcallbacks.h',
653 'child/indexed_db/webidbcursor_impl_unittest.cc', 653 'child/indexed_db/webidbcursor_impl_unittest.cc',
654 'child/notifications/notification_data_conversions_unittest.cc',
655 'child/power_monitor_broadcast_source_unittest.cc', 654 'child/power_monitor_broadcast_source_unittest.cc',
656 'child/resource_dispatcher_unittest.cc', 655 'child/resource_dispatcher_unittest.cc',
657 'child/service_worker/service_worker_dispatcher_unittest.cc', 656 'child/service_worker/service_worker_dispatcher_unittest.cc',
658 'child/shared_memory_data_consumer_handle_unittest.cc', 657 'child/shared_memory_data_consumer_handle_unittest.cc',
659 'child/shared_memory_received_data_factory_unittest.cc', 658 'child/shared_memory_received_data_factory_unittest.cc',
660 'child/simple_webmimeregistry_impl_unittest.cc', 659 'child/simple_webmimeregistry_impl_unittest.cc',
661 'child/site_isolation_stats_gatherer_unittest.cc', 660 'child/site_isolation_stats_gatherer_unittest.cc',
662 'child/v8_value_converter_impl_unittest.cc', 661 'child/v8_value_converter_impl_unittest.cc',
663 'child/web_data_consumer_handle_impl_unittest.cc', 662 'child/web_data_consumer_handle_impl_unittest.cc',
664 'child/web_url_loader_impl_unittest.cc', 663 'child/web_url_loader_impl_unittest.cc',
(...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'content_unittests_apk.isolate', 2097 'content_unittests_apk.isolate',
2099 ], 2098 ],
2100 }, 2099 },
2101 ], 2100 ],
2102 }, 2101 },
2103 ], 2102 ],
2104 ], 2103 ],
2105 }], 2104 }],
2106 ], 2105 ],
2107 } 2106 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/mojo/blink_service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698