| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 '../../mocks/mock_weburlloader.cc', | 380 '../../mocks/mock_weburlloader.cc', |
| 381 '../../mocks/mock_weburlloader.h', | 381 '../../mocks/mock_weburlloader.h', |
| 382 '../../plugins/npapi/plugin_group_unittest.cc', | 382 '../../plugins/npapi/plugin_group_unittest.cc', |
| 383 '../../plugins/npapi/plugin_lib_unittest.cc', | 383 '../../plugins/npapi/plugin_lib_unittest.cc', |
| 384 '../../plugins/npapi/plugin_list_unittest.cc', | 384 '../../plugins/npapi/plugin_list_unittest.cc', |
| 385 '../../plugins/npapi/webplugin_impl_unittest.cc', | 385 '../../plugins/npapi/webplugin_impl_unittest.cc', |
| 386 '../../plugins/ppapi/host_var_tracker_unittest.cc', | 386 '../../plugins/ppapi/host_var_tracker_unittest.cc', |
| 387 '../../plugins/ppapi/mock_plugin_delegate.cc', | 387 '../../plugins/ppapi/mock_plugin_delegate.cc', |
| 388 '../../plugins/ppapi/mock_plugin_delegate.h', | 388 '../../plugins/ppapi/mock_plugin_delegate.h', |
| 389 '../../plugins/ppapi/mock_resource.h', | 389 '../../plugins/ppapi/mock_resource.h', |
| 390 '../../plugins/ppapi/ppb_graphics_2d_impl_unittest.cc', |
| 390 '../../plugins/ppapi/ppapi_unittest.cc', | 391 '../../plugins/ppapi/ppapi_unittest.cc', |
| 391 '../../plugins/ppapi/ppapi_unittest.h', | 392 '../../plugins/ppapi/ppapi_unittest.h', |
| 392 '../../plugins/ppapi/quota_file_io_unittest.cc', | 393 '../../plugins/ppapi/quota_file_io_unittest.cc', |
| 393 '../../plugins/ppapi/time_conversion_unittest.cc', | 394 '../../plugins/ppapi/time_conversion_unittest.cc', |
| 394 '../../plugins/ppapi/url_request_info_unittest.cc', | 395 '../../plugins/ppapi/url_request_info_unittest.cc', |
| 395 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 396 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 396 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 397 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 397 'image_decoder_unittest.cc', | 398 'image_decoder_unittest.cc', |
| 398 'image_decoder_unittest.h', | 399 'image_decoder_unittest.h', |
| 399 'mock_spellcheck_unittest.cc', | 400 'mock_spellcheck_unittest.cc', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'action_name': 'test_shell_resources', | 634 'action_name': 'test_shell_resources', |
| 634 'includes': [ '../../../build/grit_action.gypi' ], | 635 'includes': [ '../../../build/grit_action.gypi' ], |
| 635 }, | 636 }, |
| 636 ], | 637 ], |
| 637 'includes': [ '../../../build/grit_target.gypi' ], | 638 'includes': [ '../../../build/grit_target.gypi' ], |
| 638 }, | 639 }, |
| 639 ], | 640 ], |
| 640 }], | 641 }], |
| 641 ], | 642 ], |
| 642 } | 643 } |
| OLD | NEW |