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

Side by Side Diff: content/content_tests.gypi

Issue 1106193002: Add Mojo types and service definitions for Background Sync API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'browser/web_contents/aura/overscroll_window_delegate_unittest.cc', 570 'browser/web_contents/aura/overscroll_window_delegate_unittest.cc',
571 'browser/web_contents/web_contents_delegate_unittest.cc', 571 'browser/web_contents/web_contents_delegate_unittest.cc',
572 'browser/web_contents/web_contents_impl_unittest.cc', 572 'browser/web_contents/web_contents_impl_unittest.cc',
573 'browser/web_contents/web_contents_user_data_unittest.cc', 573 'browser/web_contents/web_contents_user_data_unittest.cc',
574 'browser/web_contents/web_contents_view_mac_unittest.mm', 574 'browser/web_contents/web_contents_view_mac_unittest.mm',
575 'browser/web_contents/web_drag_dest_mac_unittest.mm', 575 'browser/web_contents/web_drag_dest_mac_unittest.mm',
576 'browser/web_contents/web_drag_source_mac_unittest.mm', 576 'browser/web_contents/web_drag_source_mac_unittest.mm',
577 'browser/webui/url_data_manager_backend_unittest.cc', 577 'browser/webui/url_data_manager_backend_unittest.cc',
578 'browser/webui/web_ui_data_source_unittest.cc', 578 'browser/webui/web_ui_data_source_unittest.cc',
579 'browser/webui/web_ui_message_handler_unittest.cc', 579 'browser/webui/web_ui_message_handler_unittest.cc',
580 'child/background_sync/background_sync_type_converters_unittest.cc',
580 'child/blink_platform_impl_unittest.cc', 581 'child/blink_platform_impl_unittest.cc',
581 'child/fileapi/webfilewriter_base_unittest.cc', 582 'child/fileapi/webfilewriter_base_unittest.cc',
582 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 583 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
583 'child/indexed_db/webidbcursor_impl_unittest.cc', 584 'child/indexed_db/webidbcursor_impl_unittest.cc',
584 'child/multipart_response_delegate_unittest.cc', 585 'child/multipart_response_delegate_unittest.cc',
585 'child/notifications/notification_data_conversions_unittest.cc', 586 'child/notifications/notification_data_conversions_unittest.cc',
586 'child/power_monitor_broadcast_source_unittest.cc', 587 'child/power_monitor_broadcast_source_unittest.cc',
587 'child/resource_dispatcher_unittest.cc', 588 'child/resource_dispatcher_unittest.cc',
588 'child/service_worker/service_worker_dispatcher_unittest.cc', 589 'child/service_worker/service_worker_dispatcher_unittest.cc',
589 'child/simple_webmimeregistry_impl_unittest.cc', 590 'child/simple_webmimeregistry_impl_unittest.cc',
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2139 }, 2140 },
2140 ], 2141 ],
2141 }], 2142 }],
2142 ], 2143 ],
2143 }, 2144 },
2144 ], 2145 ],
2145 }], 2146 }],
2146 ], 2147 ],
2147 } 2148 }
OLDNEW
« content/common/background_sync_service.mojom ('K') | « content/content_child.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698