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

Side by Side Diff: content/content_tests.gypi

Issue 12223006: Cleanup: Introduce AsyncFileTestHelper for testing with async file/quota operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed indent Created 7 years, 10 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/fileapi/async_file_test_helper.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '../webkit/database/database_quota_client_unittest.cc', 414 '../webkit/database/database_quota_client_unittest.cc',
415 '../webkit/database/databases_table_unittest.cc', 415 '../webkit/database/databases_table_unittest.cc',
416 '../webkit/database/database_tracker_unittest.cc', 416 '../webkit/database/database_tracker_unittest.cc',
417 '../webkit/database/database_util_unittest.cc', 417 '../webkit/database/database_util_unittest.cc',
418 '../webkit/dom_storage/dom_storage_area_unittest.cc', 418 '../webkit/dom_storage/dom_storage_area_unittest.cc',
419 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc', 419 '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
420 '../webkit/dom_storage/dom_storage_context_unittest.cc', 420 '../webkit/dom_storage/dom_storage_context_unittest.cc',
421 '../webkit/dom_storage/dom_storage_database_unittest.cc', 421 '../webkit/dom_storage/dom_storage_database_unittest.cc',
422 '../webkit/dom_storage/dom_storage_map_unittest.cc', 422 '../webkit/dom_storage/dom_storage_map_unittest.cc',
423 '../webkit/dom_storage/session_storage_database_unittest.cc', 423 '../webkit/dom_storage/session_storage_database_unittest.cc',
424 '../webkit/fileapi/async_file_test_helper.cc',
425 '../webkit/fileapi/async_file_test_helper.h',
424 '../webkit/fileapi/external_mount_points_unittest.cc', 426 '../webkit/fileapi/external_mount_points_unittest.cc',
425 '../webkit/fileapi/file_system_context_unittest.cc', 427 '../webkit/fileapi/file_system_context_unittest.cc',
426 '../webkit/fileapi/file_system_database_test_helper.cc', 428 '../webkit/fileapi/file_system_database_test_helper.cc',
427 '../webkit/fileapi/file_system_database_test_helper.h', 429 '../webkit/fileapi/file_system_database_test_helper.h',
428 '../webkit/fileapi/file_system_directory_database_unittest.cc', 430 '../webkit/fileapi/file_system_directory_database_unittest.cc',
429 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 431 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
430 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc', 432 '../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
431 '../webkit/fileapi/file_system_file_util_unittest.cc', 433 '../webkit/fileapi/file_system_file_util_unittest.cc',
432 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', 434 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc',
433 '../webkit/fileapi/file_system_origin_database_unittest.cc', 435 '../webkit/fileapi/file_system_origin_database_unittest.cc',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'additional_src_dirs': ['../content/public/android/javatests/',], 1045 'additional_src_dirs': ['../content/public/android/javatests/',],
1044 'resource_dir': '../shell_apk/res', 1046 'resource_dir': '../shell_apk/res',
1045 'is_test_apk': 1, 1047 'is_test_apk': 1,
1046 }, 1048 },
1047 'includes': [ '../build/java_apk.gypi' ], 1049 'includes': [ '../build/java_apk.gypi' ],
1048 }, 1050 },
1049 ], 1051 ],
1050 }], 1052 }],
1051 ], 1053 ],
1052 } 1054 }
OLDNEW
« no previous file with comments | « no previous file | webkit/fileapi/async_file_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698