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

Side by Side Diff: content/content_tests.gypi

Issue 1376123002: Revert of [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'browser/dom_storage/dom_storage_context_impl_unittest.cc', 378 'browser/dom_storage/dom_storage_context_impl_unittest.cc',
379 'browser/dom_storage/dom_storage_database_unittest.cc', 379 'browser/dom_storage/dom_storage_database_unittest.cc',
380 'browser/dom_storage/session_storage_database_unittest.cc', 380 'browser/dom_storage/session_storage_database_unittest.cc',
381 'browser/download/base_file_unittest.cc', 381 'browser/download/base_file_unittest.cc',
382 'browser/download/download_file_unittest.cc', 382 'browser/download/download_file_unittest.cc',
383 'browser/download/download_item_impl_unittest.cc', 383 'browser/download/download_item_impl_unittest.cc',
384 'browser/download/download_manager_impl_unittest.cc', 384 'browser/download/download_manager_impl_unittest.cc',
385 'browser/download/file_metadata_unittest_linux.cc', 385 'browser/download/file_metadata_unittest_linux.cc',
386 'browser/download/rate_estimator_unittest.cc', 386 'browser/download/rate_estimator_unittest.cc',
387 'browser/download/save_package_unittest.cc', 387 'browser/download/save_package_unittest.cc',
388 'browser/fileapi/blob_reader_unittest.cc',
389 'browser/fileapi/blob_storage_context_unittest.cc', 388 'browser/fileapi/blob_storage_context_unittest.cc',
390 'browser/fileapi/blob_url_request_job_unittest.cc', 389 'browser/fileapi/blob_url_request_job_unittest.cc',
391 'browser/fileapi/copy_or_move_file_validator_unittest.cc', 390 'browser/fileapi/copy_or_move_file_validator_unittest.cc',
392 'browser/fileapi/copy_or_move_operation_delegate_unittest.cc', 391 'browser/fileapi/copy_or_move_operation_delegate_unittest.cc',
393 'browser/fileapi/dragged_file_util_unittest.cc', 392 'browser/fileapi/dragged_file_util_unittest.cc',
394 'browser/fileapi/external_mount_points_unittest.cc', 393 'browser/fileapi/external_mount_points_unittest.cc',
395 'browser/fileapi/file_system_context_unittest.cc', 394 'browser/fileapi/file_system_context_unittest.cc',
396 'browser/fileapi/file_system_dir_url_request_job_unittest.cc', 395 'browser/fileapi/file_system_dir_url_request_job_unittest.cc',
397 'browser/fileapi/file_system_file_stream_reader_unittest.cc', 396 'browser/fileapi/file_system_file_stream_reader_unittest.cc',
398 'browser/fileapi/file_system_operation_impl_unittest.cc', 397 'browser/fileapi/file_system_operation_impl_unittest.cc',
(...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 ], 2146 ],
2148 }, 2147 },
2149 'includes': [ 2148 'includes': [
2150 '../build/host_jar.gypi', 2149 '../build/host_jar.gypi',
2151 ], 2150 ],
2152 }, 2151 },
2153 ], 2152 ],
2154 }], 2153 }],
2155 ], 2154 ],
2156 } 2155 }
OLDNEW
« no previous file with comments | « content/browser/loader/upload_data_stream_builder_unittest.cc ('k') | net/base/upload_disk_cache_entry_element_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698