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

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

Issue 5756004: Separate BufferedDataSource and BufferedResourceLoader into two files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: inlining + removing Is...Protocol methods and getting rid of GetBufferedFirstBytePosition Created 10 years 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 '../../fileapi/webfilewriter_base_unittest.cc', 386 '../../fileapi/webfilewriter_base_unittest.cc',
387 '../../glue/bookmarklet_unittest.cc', 387 '../../glue/bookmarklet_unittest.cc',
388 '../../glue/context_menu_unittest.cc', 388 '../../glue/context_menu_unittest.cc',
389 '../../glue/cpp_bound_class_unittest.cc', 389 '../../glue/cpp_bound_class_unittest.cc',
390 '../../glue/cpp_variant_unittest.cc', 390 '../../glue/cpp_variant_unittest.cc',
391 '../../glue/dom_operations_unittest.cc', 391 '../../glue/dom_operations_unittest.cc',
392 '../../glue/dom_serializer_unittest.cc', 392 '../../glue/dom_serializer_unittest.cc',
393 '../../glue/glue_serialize_unittest.cc', 393 '../../glue/glue_serialize_unittest.cc',
394 '../../glue/iframe_redirect_unittest.cc', 394 '../../glue/iframe_redirect_unittest.cc',
395 '../../glue/media/buffered_data_source_unittest.cc', 395 '../../glue/media/buffered_data_source_unittest.cc',
396 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', 396 '../../glue/media/buffered_resource_loader_unittest.cc',
397 '../../glue/media/mock_media_resource_loader_bridge_factory.h',
398 '../../glue/media/simple_data_source_unittest.cc', 397 '../../glue/media/simple_data_source_unittest.cc',
399 '../../glue/mimetype_unittest.cc', 398 '../../glue/mimetype_unittest.cc',
400 '../../glue/mock_resource_loader_bridge.h', 399 '../../glue/mock_resource_loader_bridge.h',
401 '../../glue/mock_webframe.h', 400 '../../glue/mock_webframe.h',
402 '../../glue/mock_weburlloader_impl.h', 401 '../../glue/mock_weburlloader_impl.h',
403 '../../glue/multipart_response_delegate_unittest.cc', 402 '../../glue/multipart_response_delegate_unittest.cc',
404 '../../glue/plugins/plugin_group_unittest.cc', 403 '../../glue/plugins/plugin_group_unittest.cc',
405 '../../glue/plugins/plugin_lib_unittest.cc', 404 '../../glue/plugins/plugin_lib_unittest.cc',
406 '../../glue/plugins/webplugin_impl_unittest.cc', 405 '../../glue/plugins/webplugin_impl_unittest.cc',
407 '../../glue/regular_expression_unittest.cc', 406 '../../glue/regular_expression_unittest.cc',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ], 793 ],
795 }], 794 }],
796 ], 795 ],
797 } 796 }
798 797
799 # Local Variables: 798 # Local Variables:
800 # tab-width:2 799 # tab-width:2
801 # indent-tabs-mode:nil 800 # indent-tabs-mode:nil
802 # End: 801 # End:
803 # vim: set expandtab tabstop=2 shiftwidth=2: 802 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698