| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 '<(DEPTH)/net/net.gyp:net', | 359 '<(DEPTH)/net/net.gyp:net', |
| 360 '<(DEPTH)/net/net.gyp:net_test_support', | 360 '<(DEPTH)/net/net.gyp:net_test_support', |
| 361 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 361 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 362 '<(DEPTH)/skia/skia.gyp:skia', | 362 '<(DEPTH)/skia/skia.gyp:skia', |
| 363 '<(DEPTH)/testing/gmock.gyp:gmock', | 363 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 364 '<(DEPTH)/testing/gtest.gyp:gtest', | 364 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 365 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 365 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 366 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 366 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 367 ], | 367 ], |
| 368 'sources': [ | 368 'sources': [ |
| 369 '../../glue/bookmarklet_unittest.cc', | |
| 370 '../../glue/cpp_bound_class_unittest.cc', | 369 '../../glue/cpp_bound_class_unittest.cc', |
| 371 '../../glue/cpp_variant_unittest.cc', | 370 '../../glue/cpp_variant_unittest.cc', |
| 372 '../../glue/dom_operations_unittest.cc', | 371 '../../glue/dom_operations_unittest.cc', |
| 373 '../../glue/dom_serializer_unittest.cc', | 372 '../../glue/dom_serializer_unittest.cc', |
| 374 '../../glue/glue_serialize_unittest.cc', | 373 '../../glue/glue_serialize_unittest.cc', |
| 375 '../../glue/multipart_response_delegate_unittest.cc', | 374 '../../glue/multipart_response_delegate_unittest.cc', |
| 376 '../../glue/regular_expression_unittest.cc', | 375 '../../glue/regular_expression_unittest.cc', |
| 377 '../../glue/resource_fetcher_unittest.cc', | 376 '../../glue/resource_fetcher_unittest.cc', |
| 378 '../../glue/resource_request_body_unittest.cc', | 377 '../../glue/resource_request_body_unittest.cc', |
| 379 '../../glue/unittest_test_server.h', | 378 '../../glue/unittest_test_server.h', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'action_name': 'test_shell_resources', | 635 'action_name': 'test_shell_resources', |
| 637 'includes': [ '../../../build/grit_action.gypi' ], | 636 'includes': [ '../../../build/grit_action.gypi' ], |
| 638 }, | 637 }, |
| 639 ], | 638 ], |
| 640 'includes': [ '../../../build/grit_target.gypi' ], | 639 'includes': [ '../../../build/grit_target.gypi' ], |
| 641 }, | 640 }, |
| 642 ], | 641 ], |
| 643 }], | 642 }], |
| 644 ], | 643 ], |
| 645 } | 644 } |
| OLD | NEW |