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

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

Issue 3282003: Support handling blob URL and resolve blob references in upload data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 '../../appcache/appcache_host_unittest.cc', 362 '../../appcache/appcache_host_unittest.cc',
363 '../../appcache/appcache_request_handler_unittest.cc', 363 '../../appcache/appcache_request_handler_unittest.cc',
364 '../../appcache/appcache_response_unittest.cc', 364 '../../appcache/appcache_response_unittest.cc',
365 '../../appcache/appcache_storage_unittest.cc', 365 '../../appcache/appcache_storage_unittest.cc',
366 '../../appcache/appcache_storage_impl_unittest.cc', 366 '../../appcache/appcache_storage_impl_unittest.cc',
367 '../../appcache/appcache_update_job_unittest.cc', 367 '../../appcache/appcache_update_job_unittest.cc',
368 '../../appcache/appcache_url_request_job_unittest.cc', 368 '../../appcache/appcache_url_request_job_unittest.cc',
369 '../../appcache/mock_appcache_service.h', 369 '../../appcache/mock_appcache_service.h',
370 '../../appcache/mock_appcache_storage_unittest.cc', 370 '../../appcache/mock_appcache_storage_unittest.cc',
371 '../../blob/blob_storage_controller_unittest.cc', 371 '../../blob/blob_storage_controller_unittest.cc',
372 '../../blob/blob_url_request_job_unittest.cc',
372 '../../database/databases_table_unittest.cc', 373 '../../database/databases_table_unittest.cc',
373 '../../database/database_tracker_unittest.cc', 374 '../../database/database_tracker_unittest.cc',
374 '../../database/database_util_unittest.cc', 375 '../../database/database_util_unittest.cc',
375 '../../database/quota_table_unittest.cc', 376 '../../database/quota_table_unittest.cc',
376 '../../glue/bookmarklet_unittest.cc', 377 '../../glue/bookmarklet_unittest.cc',
377 '../../glue/context_menu_unittest.cc', 378 '../../glue/context_menu_unittest.cc',
378 '../../glue/cpp_bound_class_unittest.cc', 379 '../../glue/cpp_bound_class_unittest.cc',
379 '../../glue/cpp_variant_unittest.cc', 380 '../../glue/cpp_variant_unittest.cc',
380 '../../glue/dom_operations_unittest.cc', 381 '../../glue/dom_operations_unittest.cc',
381 '../../glue/dom_serializer_unittest.cc', 382 '../../glue/dom_serializer_unittest.cc',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 ], 758 ],
758 }], 759 }],
759 ], 760 ],
760 } 761 }
761 762
762 # Local Variables: 763 # Local Variables:
763 # tab-width:2 764 # tab-width:2
764 # indent-tabs-mode:nil 765 # indent-tabs-mode:nil
765 # End: 766 # End:
766 # vim: set expandtab tabstop=2 shiftwidth=2: 767 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698