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

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

Issue 10834289: Split net::UploadData into two: for IPC and for upload handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + moved ResolveBlobRef from webkit_blob to webkit_glue Created 8 years, 4 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_resource_loader_bridge.cc ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'sources': [ 365 'sources': [
366 '../../glue/bookmarklet_unittest.cc', 366 '../../glue/bookmarklet_unittest.cc',
367 '../../glue/cpp_bound_class_unittest.cc', 367 '../../glue/cpp_bound_class_unittest.cc',
368 '../../glue/cpp_variant_unittest.cc', 368 '../../glue/cpp_variant_unittest.cc',
369 '../../glue/dom_operations_unittest.cc', 369 '../../glue/dom_operations_unittest.cc',
370 '../../glue/dom_serializer_unittest.cc', 370 '../../glue/dom_serializer_unittest.cc',
371 '../../glue/glue_serialize_unittest.cc', 371 '../../glue/glue_serialize_unittest.cc',
372 '../../glue/multipart_response_delegate_unittest.cc', 372 '../../glue/multipart_response_delegate_unittest.cc',
373 '../../glue/regular_expression_unittest.cc', 373 '../../glue/regular_expression_unittest.cc',
374 '../../glue/resource_fetcher_unittest.cc', 374 '../../glue/resource_fetcher_unittest.cc',
375 '../../glue/resource_request_body_unittest.cc',
375 '../../glue/unittest_test_server.h', 376 '../../glue/unittest_test_server.h',
376 '../../glue/webcursor_unittest.cc', 377 '../../glue/webcursor_unittest.cc',
377 '../../glue/webkit_glue_unittest.cc', 378 '../../glue/webkit_glue_unittest.cc',
378 '../../glue/worker_task_runner_unittest.cc', 379 '../../glue/worker_task_runner_unittest.cc',
379 '../../mocks/mock_resource_loader_bridge.h', 380 '../../mocks/mock_resource_loader_bridge.h',
380 '../../mocks/mock_webframeclient.h', 381 '../../mocks/mock_webframeclient.h',
381 '../../mocks/mock_weburlloader.cc', 382 '../../mocks/mock_weburlloader.cc',
382 '../../mocks/mock_weburlloader.h', 383 '../../mocks/mock_weburlloader.h',
383 '../../plugins/ppapi/host_var_tracker_unittest.cc', 384 '../../plugins/ppapi/host_var_tracker_unittest.cc',
384 '../../plugins/ppapi/mock_plugin_delegate.cc', 385 '../../plugins/ppapi/mock_plugin_delegate.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'action_name': 'test_shell_resources', 632 'action_name': 'test_shell_resources',
632 'includes': [ '../../../build/grit_action.gypi' ], 633 'includes': [ '../../../build/grit_action.gypi' ],
633 }, 634 },
634 ], 635 ],
635 'includes': [ '../../../build/grit_target.gypi' ], 636 'includes': [ '../../../build/grit_target.gypi' ],
636 }, 637 },
637 ], 638 ],
638 }], 639 }],
639 ], 640 ],
640 } 641 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_resource_loader_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698