| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 ], | 359 ], |
| 360 'sources': [ | 360 'sources': [ |
| 361 '../../../skia/ext/convolver_unittest.cc', | 361 '../../../skia/ext/convolver_unittest.cc', |
| 362 '../../../skia/ext/image_operations_unittest.cc', | 362 '../../../skia/ext/image_operations_unittest.cc', |
| 363 '../../../skia/ext/platform_canvas_unittest.cc', | 363 '../../../skia/ext/platform_canvas_unittest.cc', |
| 364 '../../../skia/ext/vector_canvas_unittest.cc', | 364 '../../../skia/ext/vector_canvas_unittest.cc', |
| 365 '../../appcache/manifest_parser_unittest.cc', | 365 '../../appcache/manifest_parser_unittest.cc', |
| 366 '../../appcache/appcache_unittest.cc', | 366 '../../appcache/appcache_unittest.cc', |
| 367 '../../appcache/appcache_group_unittest.cc', | 367 '../../appcache/appcache_group_unittest.cc', |
| 368 '../../appcache/appcache_host_unittest.cc', | 368 '../../appcache/appcache_host_unittest.cc', |
| 369 '../../appcache/appcache_response_unittest.cc', |
| 369 '../../appcache/appcache_storage_unittest.cc', | 370 '../../appcache/appcache_storage_unittest.cc', |
| 370 '../../appcache/appcache_update_job_unittest.cc', | 371 '../../appcache/appcache_update_job_unittest.cc', |
| 371 '../../appcache/mock_appcache_service.h', | 372 '../../appcache/mock_appcache_service.h', |
| 372 '../../glue/bookmarklet_unittest.cc', | 373 '../../glue/bookmarklet_unittest.cc', |
| 373 '../../glue/context_menu_unittest.cc', | 374 '../../glue/context_menu_unittest.cc', |
| 374 '../../glue/cpp_bound_class_unittest.cc', | 375 '../../glue/cpp_bound_class_unittest.cc', |
| 375 '../../glue/cpp_variant_unittest.cc', | 376 '../../glue/cpp_variant_unittest.cc', |
| 376 '../../glue/dom_operations_unittest.cc', | 377 '../../glue/dom_operations_unittest.cc', |
| 377 '../../glue/dom_serializer_unittest.cc', | 378 '../../glue/dom_serializer_unittest.cc', |
| 378 '../../glue/glue_serialize_unittest.cc', | 379 '../../glue/glue_serialize_unittest.cc', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ], | 689 ], |
| 689 }], | 690 }], |
| 690 ], | 691 ], |
| 691 } | 692 } |
| 692 | 693 |
| 693 # Local Variables: | 694 # Local Variables: |
| 694 # tab-width:2 | 695 # tab-width:2 |
| 695 # indent-tabs-mode:nil | 696 # indent-tabs-mode:nil |
| 696 # End: | 697 # End: |
| 697 # vim: set expandtab tabstop=2 shiftwidth=2: | 698 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |