| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |