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

Side by Side Diff: content/content_tests.gypi

Issue 1644083002: Fetch notification action icons and pass them through in resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActionIconBlink
Patch Set: Rebase. 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/notification_resources.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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'child/blob_storage/blob_transport_controller_unittest.cc', 628 'child/blob_storage/blob_transport_controller_unittest.cc',
629 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', 629 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
630 'child/fileapi/webfilewriter_base_unittest.cc', 630 'child/fileapi/webfilewriter_base_unittest.cc',
631 'child/font_warmup_win_unittest.cc', 631 'child/font_warmup_win_unittest.cc',
632 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 632 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
633 'child/indexed_db/mock_webidbcallbacks.cc', 633 'child/indexed_db/mock_webidbcallbacks.cc',
634 'child/indexed_db/mock_webidbcallbacks.h', 634 'child/indexed_db/mock_webidbcallbacks.h',
635 'child/indexed_db/webidbcursor_impl_unittest.cc', 635 'child/indexed_db/webidbcursor_impl_unittest.cc',
636 'child/multipart_response_delegate_unittest.cc', 636 'child/multipart_response_delegate_unittest.cc',
637 'child/notifications/notification_data_conversions_unittest.cc', 637 'child/notifications/notification_data_conversions_unittest.cc',
638 'child/notifications/pending_notifications_tracker_unittest.cc',
638 'child/power_monitor_broadcast_source_unittest.cc', 639 'child/power_monitor_broadcast_source_unittest.cc',
639 'child/resource_dispatcher_unittest.cc', 640 'child/resource_dispatcher_unittest.cc',
640 'child/service_worker/service_worker_dispatcher_unittest.cc', 641 'child/service_worker/service_worker_dispatcher_unittest.cc',
641 'child/shared_memory_data_consumer_handle_unittest.cc', 642 'child/shared_memory_data_consumer_handle_unittest.cc',
642 'child/shared_memory_received_data_factory_unittest.cc', 643 'child/shared_memory_received_data_factory_unittest.cc',
643 'child/simple_webmimeregistry_impl_unittest.cc', 644 'child/simple_webmimeregistry_impl_unittest.cc',
644 'child/site_isolation_stats_gatherer_unittest.cc', 645 'child/site_isolation_stats_gatherer_unittest.cc',
645 'child/v8_value_converter_impl_unittest.cc', 646 'child/v8_value_converter_impl_unittest.cc',
646 'child/web_data_consumer_handle_impl_unittest.cc', 647 'child/web_data_consumer_handle_impl_unittest.cc',
647 'child/web_process_memory_dump_impl_unittest.cc', 648 'child/web_process_memory_dump_impl_unittest.cc',
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 'content_unittests_apk.isolate', 2233 'content_unittests_apk.isolate',
2233 ], 2234 ],
2234 }, 2235 },
2235 ], 2236 ],
2236 }, 2237 },
2237 ], 2238 ],
2238 ], 2239 ],
2239 }], 2240 }],
2240 ], 2241 ],
2241 } 2242 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/notification_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698