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

Side by Side Diff: content/content_tests.gypi

Issue 1103813002: Make WebURLLoader capable of retaining received buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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') | content/public/child/fixed_received_data.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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'child/background_sync/background_sync_type_converters_unittest.cc', 583 'child/background_sync/background_sync_type_converters_unittest.cc',
584 'child/blink_platform_impl_unittest.cc', 584 'child/blink_platform_impl_unittest.cc',
585 'child/fileapi/webfilewriter_base_unittest.cc', 585 'child/fileapi/webfilewriter_base_unittest.cc',
586 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 586 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
587 'child/indexed_db/webidbcursor_impl_unittest.cc', 587 'child/indexed_db/webidbcursor_impl_unittest.cc',
588 'child/multipart_response_delegate_unittest.cc', 588 'child/multipart_response_delegate_unittest.cc',
589 'child/notifications/notification_data_conversions_unittest.cc', 589 'child/notifications/notification_data_conversions_unittest.cc',
590 'child/power_monitor_broadcast_source_unittest.cc', 590 'child/power_monitor_broadcast_source_unittest.cc',
591 'child/resource_dispatcher_unittest.cc', 591 'child/resource_dispatcher_unittest.cc',
592 'child/service_worker/service_worker_dispatcher_unittest.cc', 592 'child/service_worker/service_worker_dispatcher_unittest.cc',
593 'child/shared_memory_received_data_factory_unittest.cc',
593 'child/simple_webmimeregistry_impl_unittest.cc', 594 'child/simple_webmimeregistry_impl_unittest.cc',
594 'child/site_isolation_policy_unittest.cc', 595 'child/site_isolation_policy_unittest.cc',
595 'child/v8_value_converter_impl_unittest.cc', 596 'child/v8_value_converter_impl_unittest.cc',
596 'child/web_data_consumer_handle_impl_unittest.cc', 597 'child/web_data_consumer_handle_impl_unittest.cc',
597 'child/web_process_memory_dump_impl_unittest.cc', 598 'child/web_process_memory_dump_impl_unittest.cc',
598 'child/web_url_loader_impl_unittest.cc', 599 'child/web_url_loader_impl_unittest.cc',
599 'child/worker_task_runner_unittest.cc', 600 'child/worker_task_runner_unittest.cc',
600 'common/android/address_parser_unittest.cc', 601 'common/android/address_parser_unittest.cc',
601 'common/android/gin_java_bridge_value_unittest.cc', 602 'common/android/gin_java_bridge_value_unittest.cc',
602 'common/cc_messages_unittest.cc', 603 'common/cc_messages_unittest.cc',
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2150 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2151 }, 2152 },
2152 ], 2153 ],
2153 }], 2154 }],
2154 ], 2155 ],
2155 }, 2156 },
2156 ], 2157 ],
2157 }], 2158 }],
2158 ], 2159 ],
2159 } 2160 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/public/child/fixed_received_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698