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

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

Issue 5878006: moving mocks into webkit/mocks/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « webkit/mocks/mock_weburlloader.h ('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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 '../../glue/cpp_bound_class_unittest.cc', 392 '../../glue/cpp_bound_class_unittest.cc',
393 '../../glue/cpp_variant_unittest.cc', 393 '../../glue/cpp_variant_unittest.cc',
394 '../../glue/dom_operations_unittest.cc', 394 '../../glue/dom_operations_unittest.cc',
395 '../../glue/dom_serializer_unittest.cc', 395 '../../glue/dom_serializer_unittest.cc',
396 '../../glue/glue_serialize_unittest.cc', 396 '../../glue/glue_serialize_unittest.cc',
397 '../../glue/iframe_redirect_unittest.cc', 397 '../../glue/iframe_redirect_unittest.cc',
398 '../../glue/media/buffered_data_source_unittest.cc', 398 '../../glue/media/buffered_data_source_unittest.cc',
399 '../../glue/media/buffered_resource_loader_unittest.cc', 399 '../../glue/media/buffered_resource_loader_unittest.cc',
400 '../../glue/media/simple_data_source_unittest.cc', 400 '../../glue/media/simple_data_source_unittest.cc',
401 '../../glue/mimetype_unittest.cc', 401 '../../glue/mimetype_unittest.cc',
402 '../../glue/mock_resource_loader_bridge.h',
403 '../../glue/mock_webframe.h',
404 '../../glue/mock_weburlloader_impl.h',
405 '../../glue/multipart_response_delegate_unittest.cc', 402 '../../glue/multipart_response_delegate_unittest.cc',
406 '../../glue/plugins/plugin_group_unittest.cc', 403 '../../glue/plugins/plugin_group_unittest.cc',
407 '../../glue/plugins/plugin_lib_unittest.cc', 404 '../../glue/plugins/plugin_lib_unittest.cc',
408 '../../glue/plugins/webplugin_impl_unittest.cc', 405 '../../glue/plugins/webplugin_impl_unittest.cc',
409 '../../glue/plugins/webplugin_impl_unittest.cc', 406 '../../glue/plugins/webplugin_impl_unittest.cc',
410 '../../glue/regular_expression_unittest.cc', 407 '../../glue/regular_expression_unittest.cc',
411 '../../glue/resource_fetcher_unittest.cc', 408 '../../glue/resource_fetcher_unittest.cc',
412 '../../glue/unittest_test_server.h', 409 '../../glue/unittest_test_server.h',
413 '../../glue/webcursor_unittest.cc', 410 '../../glue/webcursor_unittest.cc',
414 '../../glue/webframe_unittest.cc', 411 '../../glue/webframe_unittest.cc',
415 '../../glue/webkit_glue_unittest.cc', 412 '../../glue/webkit_glue_unittest.cc',
416 '../../glue/webpasswordautocompletelistener_unittest.cc', 413 '../../glue/webpasswordautocompletelistener_unittest.cc',
417 '../../glue/webview_unittest.cc', 414 '../../glue/webview_unittest.cc',
415 '../../mocks/mock_resource_loader_bridge.h',
416 '../../mocks/mock_webframe.h',
417 '../../mocks/mock_weburlloader.h',
418 '../../plugins/ppapi/mock_plugin_delegate.cc', 418 '../../plugins/ppapi/mock_plugin_delegate.cc',
419 '../../plugins/ppapi/mock_plugin_delegate.h', 419 '../../plugins/ppapi/mock_plugin_delegate.h',
420 '../../plugins/ppapi/mock_resource.h', 420 '../../plugins/ppapi/mock_resource.h',
421 '../../plugins/ppapi/ppapi_unittest.cc', 421 '../../plugins/ppapi/ppapi_unittest.cc',
422 '../../plugins/ppapi/ppapi_unittest.h', 422 '../../plugins/ppapi/ppapi_unittest.h',
423 '../../plugins/ppapi/resource_tracker_unittest.cc', 423 '../../plugins/ppapi/resource_tracker_unittest.cc',
424 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 424 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
425 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 425 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
426 'event_listener_unittest.cc', 426 'event_listener_unittest.cc',
427 'image_decoder_unittest.cc', 427 'image_decoder_unittest.cc',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 ], 803 ],
804 }], 804 }],
805 ], 805 ],
806 } 806 }
807 807
808 # Local Variables: 808 # Local Variables:
809 # tab-width:2 809 # tab-width:2
810 # indent-tabs-mode:nil 810 # indent-tabs-mode:nil
811 # End: 811 # End:
812 # vim: set expandtab tabstop=2 shiftwidth=2: 812 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/mocks/mock_weburlloader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698