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