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

Side by Side Diff: content/content_tests.gypi

Issue 23898002: Dispatch FileSystemOperationRunner callbacks always synchronously (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dropped the change that modifies existing behavior Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/browser/fileapi/file_system_operation_runner.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '../webkit/browser/fileapi/async_file_test_helper.cc', 490 '../webkit/browser/fileapi/async_file_test_helper.cc',
491 '../webkit/browser/fileapi/async_file_test_helper.h', 491 '../webkit/browser/fileapi/async_file_test_helper.h',
492 '../webkit/browser/fileapi/copy_or_move_file_validator_unittest.cc', 492 '../webkit/browser/fileapi/copy_or_move_file_validator_unittest.cc',
493 '../webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc', 493 '../webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc',
494 '../webkit/browser/fileapi/external_mount_points_unittest.cc', 494 '../webkit/browser/fileapi/external_mount_points_unittest.cc',
495 '../webkit/browser/fileapi/file_system_context_unittest.cc', 495 '../webkit/browser/fileapi/file_system_context_unittest.cc',
496 '../webkit/browser/fileapi/file_system_dir_url_request_job_unittest.cc', 496 '../webkit/browser/fileapi/file_system_dir_url_request_job_unittest.cc',
497 '../webkit/browser/fileapi/file_system_file_stream_reader_unittest.cc', 497 '../webkit/browser/fileapi/file_system_file_stream_reader_unittest.cc',
498 '../webkit/browser/fileapi/file_system_operation_impl_unittest.cc', 498 '../webkit/browser/fileapi/file_system_operation_impl_unittest.cc',
499 '../webkit/browser/fileapi/file_system_operation_impl_write_unittest.cc' , 499 '../webkit/browser/fileapi/file_system_operation_impl_write_unittest.cc' ,
500 '../webkit/browser/fileapi/file_system_operation_runner_unittest.cc',
500 '../webkit/browser/fileapi/file_system_quota_client_unittest.cc', 501 '../webkit/browser/fileapi/file_system_quota_client_unittest.cc',
501 '../webkit/browser/fileapi/file_system_url_request_job_unittest.cc', 502 '../webkit/browser/fileapi/file_system_url_request_job_unittest.cc',
502 '../webkit/browser/fileapi/file_system_url_unittest.cc', 503 '../webkit/browser/fileapi/file_system_url_unittest.cc',
503 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc', 504 '../webkit/browser/fileapi/file_system_usage_cache_unittest.cc',
504 '../webkit/browser/fileapi/file_writer_delegate_unittest.cc', 505 '../webkit/browser/fileapi/file_writer_delegate_unittest.cc',
505 '../webkit/browser/fileapi/isolated_context_unittest.cc', 506 '../webkit/browser/fileapi/isolated_context_unittest.cc',
506 '../webkit/browser/fileapi/isolated_file_util_unittest.cc', 507 '../webkit/browser/fileapi/isolated_file_util_unittest.cc',
507 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc', 508 '../webkit/browser/fileapi/local_file_stream_writer_unittest.cc',
508 '../webkit/browser/fileapi/local_file_util_unittest.cc', 509 '../webkit/browser/fileapi/local_file_util_unittest.cc',
509 '../webkit/browser/fileapi/mock_file_change_observer.cc', 510 '../webkit/browser/fileapi/mock_file_change_observer.cc',
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1422 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1422 }, 1423 },
1423 ], 1424 ],
1424 }], 1425 }],
1425 ], 1426 ],
1426 }, 1427 },
1427 ], 1428 ],
1428 }], 1429 }],
1429 ], 1430 ],
1430 } 1431 }
OLDNEW
« no previous file with comments | « no previous file | webkit/browser/fileapi/file_system_operation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698