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

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

Issue 7031065: AppCache + Quota integration (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/appcache/webkit_appcache.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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'sources': [ 358 'sources': [
359 '../../../skia/ext/convolver_unittest.cc', 359 '../../../skia/ext/convolver_unittest.cc',
360 '../../../skia/ext/image_operations_unittest.cc', 360 '../../../skia/ext/image_operations_unittest.cc',
361 '../../../skia/ext/platform_canvas_unittest.cc', 361 '../../../skia/ext/platform_canvas_unittest.cc',
362 '../../../skia/ext/vector_canvas_unittest.cc', 362 '../../../skia/ext/vector_canvas_unittest.cc',
363 '../../appcache/manifest_parser_unittest.cc', 363 '../../appcache/manifest_parser_unittest.cc',
364 '../../appcache/appcache_unittest.cc', 364 '../../appcache/appcache_unittest.cc',
365 '../../appcache/appcache_database_unittest.cc', 365 '../../appcache/appcache_database_unittest.cc',
366 '../../appcache/appcache_group_unittest.cc', 366 '../../appcache/appcache_group_unittest.cc',
367 '../../appcache/appcache_host_unittest.cc', 367 '../../appcache/appcache_host_unittest.cc',
368 '../../appcache/appcache_quota_client_unittest.cc',
368 '../../appcache/appcache_request_handler_unittest.cc', 369 '../../appcache/appcache_request_handler_unittest.cc',
369 '../../appcache/appcache_response_unittest.cc', 370 '../../appcache/appcache_response_unittest.cc',
371 '../../appcache/appcache_service_unittest.cc',
370 '../../appcache/appcache_storage_unittest.cc', 372 '../../appcache/appcache_storage_unittest.cc',
371 '../../appcache/appcache_storage_impl_unittest.cc', 373 '../../appcache/appcache_storage_impl_unittest.cc',
372 '../../appcache/appcache_update_job_unittest.cc', 374 '../../appcache/appcache_update_job_unittest.cc',
373 '../../appcache/appcache_url_request_job_unittest.cc', 375 '../../appcache/appcache_url_request_job_unittest.cc',
376 '../../appcache/mock_appcache_service.cc',
374 '../../appcache/mock_appcache_service.h', 377 '../../appcache/mock_appcache_service.h',
375 '../../appcache/mock_appcache_storage.cc', 378 '../../appcache/mock_appcache_storage.cc',
376 '../../appcache/mock_appcache_storage.h', 379 '../../appcache/mock_appcache_storage.h',
377 '../../appcache/mock_appcache_storage_unittest.cc', 380 '../../appcache/mock_appcache_storage_unittest.cc',
378 '../../blob/blob_storage_controller_unittest.cc', 381 '../../blob/blob_storage_controller_unittest.cc',
379 '../../blob/blob_url_request_job_unittest.cc', 382 '../../blob/blob_url_request_job_unittest.cc',
380 '../../blob/deletable_file_reference_unittest.cc', 383 '../../blob/deletable_file_reference_unittest.cc',
381 '../../database/database_connections_unittest.cc', 384 '../../database/database_connections_unittest.cc',
382 '../../database/database_quota_client_unittest.cc', 385 '../../database/database_quota_client_unittest.cc',
383 '../../database/databases_table_unittest.cc', 386 '../../database/databases_table_unittest.cc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 ], 761 ],
759 }], 762 }],
760 ], 763 ],
761 } 764 }
762 765
763 # Local Variables: 766 # Local Variables:
764 # tab-width:2 767 # tab-width:2
765 # indent-tabs-mode:nil 768 # indent-tabs-mode:nil
766 # End: 769 # End:
767 # vim: set expandtab tabstop=2 shiftwidth=2: 770 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/appcache/webkit_appcache.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698