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

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

Issue 6609009: Remove FileSystemQuotaManager class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 9 years, 9 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/webkit_fileapi.gypi ('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 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '../../appcache/mock_appcache_storage.cc', 367 '../../appcache/mock_appcache_storage.cc',
368 '../../appcache/mock_appcache_storage.h', 368 '../../appcache/mock_appcache_storage.h',
369 '../../appcache/mock_appcache_storage_unittest.cc', 369 '../../appcache/mock_appcache_storage_unittest.cc',
370 '../../blob/blob_storage_controller_unittest.cc', 370 '../../blob/blob_storage_controller_unittest.cc',
371 '../../blob/blob_url_request_job_unittest.cc', 371 '../../blob/blob_url_request_job_unittest.cc',
372 '../../blob/deletable_file_reference_unittest.cc', 372 '../../blob/deletable_file_reference_unittest.cc',
373 '../../database/databases_table_unittest.cc', 373 '../../database/databases_table_unittest.cc',
374 '../../database/database_tracker_unittest.cc', 374 '../../database/database_tracker_unittest.cc',
375 '../../database/database_util_unittest.cc', 375 '../../database/database_util_unittest.cc',
376 '../../database/quota_table_unittest.cc', 376 '../../database/quota_table_unittest.cc',
377 '../../fileapi/file_system_context_unittest.cc',
377 '../../fileapi/file_system_operation_unittest.cc', 378 '../../fileapi/file_system_operation_unittest.cc',
378 '../../fileapi/file_system_path_manager_unittest.cc', 379 '../../fileapi/file_system_path_manager_unittest.cc',
379 '../../fileapi/file_system_quota_manager_unittest.cc',
380 '../../fileapi/file_system_usage_tracker_unittest.cc', 380 '../../fileapi/file_system_usage_tracker_unittest.cc',
381 '../../fileapi/file_system_util_unittest.cc', 381 '../../fileapi/file_system_util_unittest.cc',
382 '../../fileapi/webfilewriter_base_unittest.cc', 382 '../../fileapi/webfilewriter_base_unittest.cc',
383 '../../glue/bookmarklet_unittest.cc', 383 '../../glue/bookmarklet_unittest.cc',
384 '../../glue/context_menu_unittest.cc', 384 '../../glue/context_menu_unittest.cc',
385 '../../glue/cpp_bound_class_unittest.cc', 385 '../../glue/cpp_bound_class_unittest.cc',
386 '../../glue/cpp_variant_unittest.cc', 386 '../../glue/cpp_variant_unittest.cc',
387 '../../glue/dom_operations_unittest.cc', 387 '../../glue/dom_operations_unittest.cc',
388 '../../glue/dom_serializer_unittest.cc', 388 '../../glue/dom_serializer_unittest.cc',
389 '../../glue/glue_serialize_unittest.cc', 389 '../../glue/glue_serialize_unittest.cc',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 ], 732 ],
733 }], 733 }],
734 ], 734 ],
735 } 735 }
736 736
737 # Local Variables: 737 # Local Variables:
738 # tab-width:2 738 # tab-width:2
739 # indent-tabs-mode:nil 739 # indent-tabs-mode:nil
740 # End: 740 # End:
741 # vim: set expandtab tabstop=2 shiftwidth=2: 741 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698