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

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

Issue 3108042: Support sending BlobData to browser process. Also support sending UploadData... (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
« no previous file with comments | « webkit/support/webkit_support.gyp ('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) 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 22 matching lines...) Expand all
33 '<(DEPTH)/base/base.gyp:base_i18n', 33 '<(DEPTH)/base/base.gyp:base_i18n',
34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
35 '<(DEPTH)/media/media.gyp:media', 35 '<(DEPTH)/media/media.gyp:media',
36 '<(DEPTH)/net/net.gyp:net', 36 '<(DEPTH)/net/net.gyp:net',
37 '<(DEPTH)/skia/skia.gyp:skia', 37 '<(DEPTH)/skia/skia.gyp:skia',
38 '<(DEPTH)/testing/gmock.gyp:gmock', 38 '<(DEPTH)/testing/gmock.gyp:gmock',
39 '<(DEPTH)/testing/gtest.gyp:gtest', 39 '<(DEPTH)/testing/gtest.gyp:gtest',
40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour ces', 40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resour ces',
41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 41 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', 42 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
43 '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
43 '<(DEPTH)/webkit/support/webkit_support.gyp:database', 44 '<(DEPTH)/webkit/support/webkit_support.gyp:database',
44 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 45 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
45 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 46 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
46 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', 47 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support',
47 ], 48 ],
48 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 49 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
49 'sources': [ 50 'sources': [
50 'mac/test_shell_webview.h', 51 'mac/test_shell_webview.h',
51 'mac/test_shell_webview.mm', 52 'mac/test_shell_webview.mm',
52 'mac/test_webview_delegate.mm', 53 'mac/test_webview_delegate.mm',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '../../appcache/appcache_group_unittest.cc', 361 '../../appcache/appcache_group_unittest.cc',
361 '../../appcache/appcache_host_unittest.cc', 362 '../../appcache/appcache_host_unittest.cc',
362 '../../appcache/appcache_request_handler_unittest.cc', 363 '../../appcache/appcache_request_handler_unittest.cc',
363 '../../appcache/appcache_response_unittest.cc', 364 '../../appcache/appcache_response_unittest.cc',
364 '../../appcache/appcache_storage_unittest.cc', 365 '../../appcache/appcache_storage_unittest.cc',
365 '../../appcache/appcache_storage_impl_unittest.cc', 366 '../../appcache/appcache_storage_impl_unittest.cc',
366 '../../appcache/appcache_update_job_unittest.cc', 367 '../../appcache/appcache_update_job_unittest.cc',
367 '../../appcache/appcache_url_request_job_unittest.cc', 368 '../../appcache/appcache_url_request_job_unittest.cc',
368 '../../appcache/mock_appcache_service.h', 369 '../../appcache/mock_appcache_service.h',
369 '../../appcache/mock_appcache_storage_unittest.cc', 370 '../../appcache/mock_appcache_storage_unittest.cc',
371 '../../blob/blob_storage_controller_unittest.cc',
370 '../../database/databases_table_unittest.cc', 372 '../../database/databases_table_unittest.cc',
371 '../../database/database_tracker_unittest.cc', 373 '../../database/database_tracker_unittest.cc',
372 '../../database/database_util_unittest.cc', 374 '../../database/database_util_unittest.cc',
373 '../../database/quota_table_unittest.cc', 375 '../../database/quota_table_unittest.cc',
374 '../../glue/bookmarklet_unittest.cc', 376 '../../glue/bookmarklet_unittest.cc',
375 '../../glue/context_menu_unittest.cc', 377 '../../glue/context_menu_unittest.cc',
376 '../../glue/cpp_bound_class_unittest.cc', 378 '../../glue/cpp_bound_class_unittest.cc',
377 '../../glue/cpp_variant_unittest.cc', 379 '../../glue/cpp_variant_unittest.cc',
378 '../../glue/dom_operations_unittest.cc', 380 '../../glue/dom_operations_unittest.cc',
379 '../../glue/dom_serializer_unittest.cc', 381 '../../glue/dom_serializer_unittest.cc',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 ], 757 ],
756 }], 758 }],
757 ], 759 ],
758 } 760 }
759 761
760 # Local Variables: 762 # Local Variables:
761 # tab-width:2 763 # tab-width:2
762 # indent-tabs-mode:nil 764 # indent-tabs-mode:nil
763 # End: 765 # End:
764 # vim: set expandtab tabstop=2 shiftwidth=2: 766 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698