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

Side by Side Diff: content/content_tests.gypi

Issue 1183713003: Blob Consolidation & Registry Hookup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file path fix Created 5 years, 5 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_child.gypi ('k') | no next file » | 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'browser/web_contents/web_contents_user_data_unittest.cc', 580 'browser/web_contents/web_contents_user_data_unittest.cc',
581 'browser/web_contents/web_contents_view_aura_unittest.cc', 581 'browser/web_contents/web_contents_view_aura_unittest.cc',
582 'browser/web_contents/web_contents_view_mac_unittest.mm', 582 'browser/web_contents/web_contents_view_mac_unittest.mm',
583 'browser/web_contents/web_drag_dest_mac_unittest.mm', 583 'browser/web_contents/web_drag_dest_mac_unittest.mm',
584 'browser/web_contents/web_drag_source_mac_unittest.mm', 584 'browser/web_contents/web_drag_source_mac_unittest.mm',
585 'browser/webui/url_data_manager_backend_unittest.cc', 585 'browser/webui/url_data_manager_backend_unittest.cc',
586 'browser/webui/web_ui_data_source_unittest.cc', 586 'browser/webui/web_ui_data_source_unittest.cc',
587 'browser/webui/web_ui_message_handler_unittest.cc', 587 'browser/webui/web_ui_message_handler_unittest.cc',
588 'child/background_sync/background_sync_type_converters_unittest.cc', 588 'child/background_sync/background_sync_type_converters_unittest.cc',
589 'child/blink_platform_impl_unittest.cc', 589 'child/blink_platform_impl_unittest.cc',
590 'child/blob_storage/blob_consolidation_unittest.cc',
590 'child/fileapi/webfilewriter_base_unittest.cc', 591 'child/fileapi/webfilewriter_base_unittest.cc',
591 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 592 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
592 'child/indexed_db/webidbcursor_impl_unittest.cc', 593 'child/indexed_db/webidbcursor_impl_unittest.cc',
593 'child/multipart_response_delegate_unittest.cc', 594 'child/multipart_response_delegate_unittest.cc',
594 'child/notifications/notification_data_conversions_unittest.cc', 595 'child/notifications/notification_data_conversions_unittest.cc',
595 'child/power_monitor_broadcast_source_unittest.cc', 596 'child/power_monitor_broadcast_source_unittest.cc',
596 'child/resource_dispatcher_unittest.cc', 597 'child/resource_dispatcher_unittest.cc',
597 'child/service_worker/service_worker_dispatcher_unittest.cc', 598 'child/service_worker/service_worker_dispatcher_unittest.cc',
598 'child/shared_memory_data_consumer_handle_unittest.cc', 599 'child/shared_memory_data_consumer_handle_unittest.cc',
599 'child/shared_memory_received_data_factory_unittest.cc', 600 'child/shared_memory_received_data_factory_unittest.cc',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2044 ], 2045 ],
2045 }, 2046 },
2046 'includes': [ 2047 'includes': [
2047 '../build/host_jar.gypi', 2048 '../build/host_jar.gypi',
2048 ], 2049 ],
2049 }, 2050 },
2050 ], 2051 ],
2051 }], 2052 }],
2052 ], 2053 ],
2053 } 2054 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698