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

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

Issue 507014: Adding methods that will be used by the quota management UI.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/tools/test_shell/simple_database_system.cc ('k') | webkit/webkit.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '../../appcache/appcache_response_unittest.cc', 387 '../../appcache/appcache_response_unittest.cc',
388 '../../appcache/appcache_storage_unittest.cc', 388 '../../appcache/appcache_storage_unittest.cc',
389 '../../appcache/appcache_storage_impl_unittest.cc', 389 '../../appcache/appcache_storage_impl_unittest.cc',
390 '../../appcache/appcache_update_job_unittest.cc', 390 '../../appcache/appcache_update_job_unittest.cc',
391 '../../appcache/appcache_url_request_job_unittest.cc', 391 '../../appcache/appcache_url_request_job_unittest.cc',
392 '../../appcache/mock_appcache_service.h', 392 '../../appcache/mock_appcache_service.h',
393 '../../appcache/mock_appcache_storage_unittest.cc', 393 '../../appcache/mock_appcache_storage_unittest.cc',
394 '../../database/databases_table_unittest.cc', 394 '../../database/databases_table_unittest.cc',
395 '../../database/database_tracker_unittest.cc', 395 '../../database/database_tracker_unittest.cc',
396 '../../database/database_util_unittest.cc', 396 '../../database/database_util_unittest.cc',
397 '../../database/quota_table_unittest.cc',
397 '../../glue/bookmarklet_unittest.cc', 398 '../../glue/bookmarklet_unittest.cc',
398 '../../glue/context_menu_unittest.cc', 399 '../../glue/context_menu_unittest.cc',
399 '../../glue/cpp_bound_class_unittest.cc', 400 '../../glue/cpp_bound_class_unittest.cc',
400 '../../glue/cpp_variant_unittest.cc', 401 '../../glue/cpp_variant_unittest.cc',
401 '../../glue/dom_operations_unittest.cc', 402 '../../glue/dom_operations_unittest.cc',
402 '../../glue/dom_serializer_unittest.cc', 403 '../../glue/dom_serializer_unittest.cc',
403 '../../glue/glue_serialize_unittest.cc', 404 '../../glue/glue_serialize_unittest.cc',
404 '../../glue/iframe_redirect_unittest.cc', 405 '../../glue/iframe_redirect_unittest.cc',
405 '../../glue/media/buffered_data_source_unittest.cc', 406 '../../glue/media/buffered_data_source_unittest.cc',
406 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', 407 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 ], 732 ],
732 }], 733 }],
733 ], 734 ],
734 } 735 }
735 736
736 # Local Variables: 737 # Local Variables:
737 # tab-width:2 738 # tab-width:2
738 # indent-tabs-mode:nil 739 # indent-tabs-mode:nil
739 # End: 740 # End:
740 # vim: set expandtab tabstop=2 shiftwidth=2: 741 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_database_system.cc ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698