OLD | NEW |
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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 '../../glue/resource_request_body_unittest.cc', | 377 '../../glue/resource_request_body_unittest.cc', |
378 '../../glue/unittest_test_server.h', | 378 '../../glue/unittest_test_server.h', |
379 '../../glue/webcursor_unittest.cc', | 379 '../../glue/webcursor_unittest.cc', |
380 '../../glue/webkit_glue_unittest.cc', | 380 '../../glue/webkit_glue_unittest.cc', |
381 '../../glue/worker_task_runner_unittest.cc', | 381 '../../glue/worker_task_runner_unittest.cc', |
382 '../../mocks/mock_resource_loader_bridge.h', | 382 '../../mocks/mock_resource_loader_bridge.h', |
383 '../../mocks/mock_webframeclient.h', | 383 '../../mocks/mock_webframeclient.h', |
384 '../../mocks/mock_weburlloader.cc', | 384 '../../mocks/mock_weburlloader.cc', |
385 '../../mocks/mock_weburlloader.h', | 385 '../../mocks/mock_weburlloader.h', |
386 '../../plugins/ppapi/host_var_tracker_unittest.cc', | 386 '../../plugins/ppapi/host_var_tracker_unittest.cc', |
| 387 '../../plugins/ppapi/mock_platform_image_2d.cc', |
| 388 '../../plugins/ppapi/mock_platform_image_2d.h', |
387 '../../plugins/ppapi/mock_plugin_delegate.cc', | 389 '../../plugins/ppapi/mock_plugin_delegate.cc', |
388 '../../plugins/ppapi/mock_plugin_delegate.h', | 390 '../../plugins/ppapi/mock_plugin_delegate.h', |
389 '../../plugins/ppapi/mock_resource.h', | 391 '../../plugins/ppapi/mock_resource.h', |
390 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', | 392 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', |
391 '../../plugins/ppapi/ppapi_unittest.cc', | 393 '../../plugins/ppapi/ppapi_unittest.cc', |
392 '../../plugins/ppapi/ppapi_unittest.h', | 394 '../../plugins/ppapi/ppapi_unittest.h', |
393 '../../plugins/ppapi/quota_file_io_unittest.cc', | 395 '../../plugins/ppapi/quota_file_io_unittest.cc', |
394 '../../plugins/ppapi/time_conversion_unittest.cc', | 396 '../../plugins/ppapi/time_conversion_unittest.cc', |
395 '../../user_agent/user_agent_unittest.cc', | 397 '../../user_agent/user_agent_unittest.cc', |
396 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 398 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'action_name': 'test_shell_resources', | 636 'action_name': 'test_shell_resources', |
635 'includes': [ '../../../build/grit_action.gypi' ], | 637 'includes': [ '../../../build/grit_action.gypi' ], |
636 }, | 638 }, |
637 ], | 639 ], |
638 'includes': [ '../../../build/grit_target.gypi' ], | 640 'includes': [ '../../../build/grit_target.gypi' ], |
639 }, | 641 }, |
640 ], | 642 ], |
641 }], | 643 }], |
642 ], | 644 ], |
643 } | 645 } |
OLD | NEW |