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

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: Revert scoped_ptr construction change 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
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/public/common/BUILD.gn » ('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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'browser/web_contents/aura/overscroll_window_delegate_unittest.cc', 572 'browser/web_contents/aura/overscroll_window_delegate_unittest.cc',
573 'browser/web_contents/web_contents_delegate_unittest.cc', 573 'browser/web_contents/web_contents_delegate_unittest.cc',
574 'browser/web_contents/web_contents_impl_unittest.cc', 574 'browser/web_contents/web_contents_impl_unittest.cc',
575 'browser/web_contents/web_contents_user_data_unittest.cc', 575 'browser/web_contents/web_contents_user_data_unittest.cc',
576 'browser/web_contents/web_contents_view_mac_unittest.mm', 576 'browser/web_contents/web_contents_view_mac_unittest.mm',
577 'browser/web_contents/web_drag_dest_mac_unittest.mm', 577 'browser/web_contents/web_drag_dest_mac_unittest.mm',
578 'browser/web_contents/web_drag_source_mac_unittest.mm', 578 'browser/web_contents/web_drag_source_mac_unittest.mm',
579 'browser/webui/url_data_manager_backend_unittest.cc', 579 'browser/webui/url_data_manager_backend_unittest.cc',
580 'browser/webui/web_ui_data_source_unittest.cc', 580 'browser/webui/web_ui_data_source_unittest.cc',
581 'browser/webui/web_ui_message_handler_unittest.cc', 581 'browser/webui/web_ui_message_handler_unittest.cc',
582 'child/background_sync/background_sync_type_converters_unittest.cc',
582 'child/blink_platform_impl_unittest.cc', 583 'child/blink_platform_impl_unittest.cc',
583 'child/fileapi/webfilewriter_base_unittest.cc', 584 'child/fileapi/webfilewriter_base_unittest.cc',
584 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 585 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
585 'child/indexed_db/webidbcursor_impl_unittest.cc', 586 'child/indexed_db/webidbcursor_impl_unittest.cc',
586 'child/multipart_response_delegate_unittest.cc', 587 'child/multipart_response_delegate_unittest.cc',
587 'child/notifications/notification_data_conversions_unittest.cc', 588 'child/notifications/notification_data_conversions_unittest.cc',
588 'child/power_monitor_broadcast_source_unittest.cc', 589 'child/power_monitor_broadcast_source_unittest.cc',
589 'child/resource_dispatcher_unittest.cc', 590 'child/resource_dispatcher_unittest.cc',
590 'child/service_worker/service_worker_dispatcher_unittest.cc', 591 'child/service_worker/service_worker_dispatcher_unittest.cc',
591 'child/simple_webmimeregistry_impl_unittest.cc', 592 'child/simple_webmimeregistry_impl_unittest.cc',
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2143 }, 2144 },
2144 ], 2145 ],
2145 }], 2146 }],
2146 ], 2147 ],
2147 }, 2148 },
2148 ], 2149 ],
2149 }], 2150 }],
2150 ], 2151 ],
2151 } 2152 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698