| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 '../../../skia/ext/platform_canvas_unittest.cc', | 365 '../../../skia/ext/platform_canvas_unittest.cc', |
| 366 '../../../skia/ext/vector_canvas_unittest.cc', | 366 '../../../skia/ext/vector_canvas_unittest.cc', |
| 367 '../../appcache/manifest_parser_unittest.cc', | 367 '../../appcache/manifest_parser_unittest.cc', |
| 368 '../../appcache/appcache_unittest.cc', | 368 '../../appcache/appcache_unittest.cc', |
| 369 '../../appcache/appcache_group_unittest.cc', | 369 '../../appcache/appcache_group_unittest.cc', |
| 370 '../../appcache/appcache_host_unittest.cc', | 370 '../../appcache/appcache_host_unittest.cc', |
| 371 '../../appcache/appcache_response_unittest.cc', | 371 '../../appcache/appcache_response_unittest.cc', |
| 372 '../../appcache/appcache_storage_unittest.cc', | 372 '../../appcache/appcache_storage_unittest.cc', |
| 373 '../../appcache/appcache_update_job_unittest.cc', | 373 '../../appcache/appcache_update_job_unittest.cc', |
| 374 '../../appcache/mock_appcache_service.h', | 374 '../../appcache/mock_appcache_service.h', |
| 375 '../../appcache/mock_appcache_storage_unittest.cc', |
| 375 '../../glue/bookmarklet_unittest.cc', | 376 '../../glue/bookmarklet_unittest.cc', |
| 376 '../../glue/context_menu_unittest.cc', | 377 '../../glue/context_menu_unittest.cc', |
| 377 '../../glue/cpp_bound_class_unittest.cc', | 378 '../../glue/cpp_bound_class_unittest.cc', |
| 378 '../../glue/cpp_variant_unittest.cc', | 379 '../../glue/cpp_variant_unittest.cc', |
| 379 '../../glue/dom_operations_unittest.cc', | 380 '../../glue/dom_operations_unittest.cc', |
| 380 '../../glue/dom_serializer_unittest.cc', | 381 '../../glue/dom_serializer_unittest.cc', |
| 381 '../../glue/glue_serialize_unittest.cc', | 382 '../../glue/glue_serialize_unittest.cc', |
| 382 '../../glue/iframe_redirect_unittest.cc', | 383 '../../glue/iframe_redirect_unittest.cc', |
| 383 '../../glue/media/buffered_data_source_unittest.cc', | 384 '../../glue/media/buffered_data_source_unittest.cc', |
| 384 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 385 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 ], | 692 ], |
| 692 }], | 693 }], |
| 693 ], | 694 ], |
| 694 } | 695 } |
| 695 | 696 |
| 696 # Local Variables: | 697 # Local Variables: |
| 697 # tab-width:2 | 698 # tab-width:2 |
| 698 # indent-tabs-mode:nil | 699 # indent-tabs-mode:nil |
| 699 # End: | 700 # End: |
| 700 # vim: set expandtab tabstop=2 shiftwidth=2: | 701 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |