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

Side by Side Diff: content/content_tests.gypi

Issue 1292523002: [BlobAsync] Patch 3: Renderer Classes & Logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async2
Patch Set: Created 5 years, 4 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'browser/web_contents/web_contents_view_aura_unittest.cc', 584 'browser/web_contents/web_contents_view_aura_unittest.cc',
585 'browser/web_contents/web_contents_view_mac_unittest.mm', 585 'browser/web_contents/web_contents_view_mac_unittest.mm',
586 'browser/web_contents/web_drag_dest_mac_unittest.mm', 586 'browser/web_contents/web_drag_dest_mac_unittest.mm',
587 'browser/web_contents/web_drag_source_mac_unittest.mm', 587 'browser/web_contents/web_drag_source_mac_unittest.mm',
588 'browser/webui/url_data_manager_backend_unittest.cc', 588 'browser/webui/url_data_manager_backend_unittest.cc',
589 'browser/webui/web_ui_data_source_unittest.cc', 589 'browser/webui/web_ui_data_source_unittest.cc',
590 'browser/webui/web_ui_message_handler_unittest.cc', 590 'browser/webui/web_ui_message_handler_unittest.cc',
591 'child/background_sync/background_sync_type_converters_unittest.cc', 591 'child/background_sync/background_sync_type_converters_unittest.cc',
592 'child/blink_platform_impl_unittest.cc', 592 'child/blink_platform_impl_unittest.cc',
593 'child/blob_storage/blob_consolidation_unittest.cc', 593 'child/blob_storage/blob_consolidation_unittest.cc',
594 'child/blob_storage/blob_transport_temporary_holder_unittest.cc',
594 'child/fileapi/webfilewriter_base_unittest.cc', 595 'child/fileapi/webfilewriter_base_unittest.cc',
595 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 596 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
596 'child/indexed_db/webidbcursor_impl_unittest.cc', 597 'child/indexed_db/webidbcursor_impl_unittest.cc',
597 'child/multipart_response_delegate_unittest.cc', 598 'child/multipart_response_delegate_unittest.cc',
598 'child/notifications/notification_data_conversions_unittest.cc', 599 'child/notifications/notification_data_conversions_unittest.cc',
599 'child/power_monitor_broadcast_source_unittest.cc', 600 'child/power_monitor_broadcast_source_unittest.cc',
600 'child/resource_dispatcher_unittest.cc', 601 'child/resource_dispatcher_unittest.cc',
601 'child/service_worker/service_worker_dispatcher_unittest.cc', 602 'child/service_worker/service_worker_dispatcher_unittest.cc',
602 'child/shared_memory_data_consumer_handle_unittest.cc', 603 'child/shared_memory_data_consumer_handle_unittest.cc',
603 'child/shared_memory_received_data_factory_unittest.cc', 604 'child/shared_memory_received_data_factory_unittest.cc',
(...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 ], 2104 ],
2104 }, 2105 },
2105 'includes': [ 2106 'includes': [
2106 '../build/host_jar.gypi', 2107 '../build/host_jar.gypi',
2107 ], 2108 ],
2108 }, 2109 },
2109 ], 2110 ],
2110 }], 2111 }],
2111 ], 2112 ],
2112 } 2113 }
OLDNEW
« content/child/blob_storage/blob_transport_temporary_holder.h ('K') | « content/content_child.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698