| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
| 9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
| 10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'type': 'executable', | 246 'type': 'executable', |
| 247 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', | 247 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', |
| 248 'dependencies': [ | 248 'dependencies': [ |
| 249 'test_shell_common', | 249 'test_shell_common', |
| 250 '../../../skia/skia.gyp:skia', | 250 '../../../skia/skia.gyp:skia', |
| 251 '../../../testing/gtest.gyp:gtest', | 251 '../../../testing/gtest.gyp:gtest', |
| 252 ], | 252 ], |
| 253 'sources': [ | 253 'sources': [ |
| 254 '../../../skia/ext/convolver_unittest.cc', | 254 '../../../skia/ext/convolver_unittest.cc', |
| 255 '../../../skia/ext/image_operations_unittest.cc', | 255 '../../../skia/ext/image_operations_unittest.cc', |
| 256 '../../../skia/ext/skia_utils_unittest.cc', |
| 256 '../../../skia/ext/platform_canvas_unittest.cc', | 257 '../../../skia/ext/platform_canvas_unittest.cc', |
| 257 '../../../skia/ext/vector_canvas_unittest.cc', | 258 '../../../skia/ext/vector_canvas_unittest.cc', |
| 258 '../../glue/bookmarklet_unittest.cc', | 259 '../../glue/bookmarklet_unittest.cc', |
| 259 '../../glue/context_menu_unittest.cc', | 260 '../../glue/context_menu_unittest.cc', |
| 260 '../../glue/cpp_bound_class_unittest.cc', | 261 '../../glue/cpp_bound_class_unittest.cc', |
| 261 '../../glue/cpp_variant_unittest.cc', | 262 '../../glue/cpp_variant_unittest.cc', |
| 262 '../../glue/devtools/dom_agent_unittest.cc', | 263 '../../glue/devtools/dom_agent_unittest.cc', |
| 263 '../../glue/devtools/devtools_rpc_unittest.cc', | 264 '../../glue/devtools/devtools_rpc_unittest.cc', |
| 264 '../../glue/dom_operations_unittest.cc', | 265 '../../glue/dom_operations_unittest.cc', |
| 265 '../../glue/dom_serializer_unittest.cc', | 266 '../../glue/dom_serializer_unittest.cc', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'sources': [ | 488 'sources': [ |
| 488 '../../../chrome/test/worker/test_webworker.cc', | 489 '../../../chrome/test/worker/test_webworker.cc', |
| 489 '../../../chrome/test/worker/test_worker_main.cc', | 490 '../../../chrome/test/worker/test_worker_main.cc', |
| 490 '../../../chrome/worker/worker_webkitclient_impl.cc', | 491 '../../../chrome/worker/worker_webkitclient_impl.cc', |
| 491 ], | 492 ], |
| 492 }, | 493 }, |
| 493 ], | 494 ], |
| 494 }], | 495 }], |
| 495 ], | 496 ], |
| 496 } | 497 } |
| OLD | NEW |