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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6905095: Integrated test with the actual QuotaManager and PathManager. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reflected the comments. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « webkit/fileapi/file_system_test_helper.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '../../database/database_tracker_unittest.cc', 387 '../../database/database_tracker_unittest.cc',
388 '../../database/database_util_unittest.cc', 388 '../../database/database_util_unittest.cc',
389 '../../database/quota_table_unittest.cc', 389 '../../database/quota_table_unittest.cc',
390 '../../fileapi/file_system_context_unittest.cc', 390 '../../fileapi/file_system_context_unittest.cc',
391 '../../fileapi/file_system_directory_database_unittest.cc', 391 '../../fileapi/file_system_directory_database_unittest.cc',
392 '../../fileapi/file_system_file_util_unittest.cc', 392 '../../fileapi/file_system_file_util_unittest.cc',
393 '../../fileapi/file_system_operation_unittest.cc', 393 '../../fileapi/file_system_operation_unittest.cc',
394 '../../fileapi/file_system_origin_database_unittest.cc', 394 '../../fileapi/file_system_origin_database_unittest.cc',
395 '../../fileapi/file_system_path_manager_unittest.cc', 395 '../../fileapi/file_system_path_manager_unittest.cc',
396 '../../fileapi/file_system_quota_client_unittest.cc', 396 '../../fileapi/file_system_quota_client_unittest.cc',
397 '../../fileapi/file_system_quota_unittest.cc',
397 '../../fileapi/file_system_usage_cache_unittest.cc', 398 '../../fileapi/file_system_usage_cache_unittest.cc',
398 '../../fileapi/file_system_util_unittest.cc', 399 '../../fileapi/file_system_util_unittest.cc',
399 '../../fileapi/local_file_system_file_util_unittest.cc', 400 '../../fileapi/local_file_system_file_util_unittest.cc',
400 '../../fileapi/obfuscated_file_system_file_util_unittest.cc', 401 '../../fileapi/obfuscated_file_system_file_util_unittest.cc',
401 '../../fileapi/quota_file_util_unittest.cc', 402 '../../fileapi/quota_file_util_unittest.cc',
402 '../../fileapi/sandbox_mount_point_provider_unittest.cc', 403 '../../fileapi/sandbox_mount_point_provider_unittest.cc',
403 '../../fileapi/file_system_test_helper.cc', 404 '../../fileapi/file_system_test_helper.cc',
404 '../../fileapi/file_system_test_helper.h', 405 '../../fileapi/file_system_test_helper.h',
405 '../../fileapi/webfilewriter_base_unittest.cc', 406 '../../fileapi/webfilewriter_base_unittest.cc',
406 '../../glue/bookmarklet_unittest.cc', 407 '../../glue/bookmarklet_unittest.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ], 762 ],
762 }], 763 }],
763 ], 764 ],
764 } 765 }
765 766
766 # Local Variables: 767 # Local Variables:
767 # tab-width:2 768 # tab-width:2
768 # indent-tabs-mode:nil 769 # indent-tabs-mode:nil
769 # End: 770 # End:
770 # vim: set expandtab tabstop=2 shiftwidth=2: 771 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/fileapi/file_system_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698