| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 '../../database/databases_table_unittest.cc', | 373 '../../database/databases_table_unittest.cc', |
| 374 '../../database/database_tracker_unittest.cc', | 374 '../../database/database_tracker_unittest.cc', |
| 375 '../../database/database_util_unittest.cc', | 375 '../../database/database_util_unittest.cc', |
| 376 '../../database/quota_table_unittest.cc', | 376 '../../database/quota_table_unittest.cc', |
| 377 '../../fileapi/file_system_context_unittest.cc', | 377 '../../fileapi/file_system_context_unittest.cc', |
| 378 '../../fileapi/file_system_operation_unittest.cc', | 378 '../../fileapi/file_system_operation_unittest.cc', |
| 379 '../../fileapi/file_system_path_manager_unittest.cc', | 379 '../../fileapi/file_system_path_manager_unittest.cc', |
| 380 '../../fileapi/file_system_usage_cache_unittest.cc', | 380 '../../fileapi/file_system_usage_cache_unittest.cc', |
| 381 '../../fileapi/file_system_usage_tracker_unittest.cc', | 381 '../../fileapi/file_system_usage_tracker_unittest.cc', |
| 382 '../../fileapi/file_system_util_unittest.cc', | 382 '../../fileapi/file_system_util_unittest.cc', |
| 383 '../../fileapi/sandbox_mount_point_provider_unittest.cc', |
| 383 '../../fileapi/webfilewriter_base_unittest.cc', | 384 '../../fileapi/webfilewriter_base_unittest.cc', |
| 384 '../../glue/bookmarklet_unittest.cc', | 385 '../../glue/bookmarklet_unittest.cc', |
| 385 '../../glue/context_menu_unittest.cc', | 386 '../../glue/context_menu_unittest.cc', |
| 386 '../../glue/cpp_bound_class_unittest.cc', | 387 '../../glue/cpp_bound_class_unittest.cc', |
| 387 '../../glue/cpp_variant_unittest.cc', | 388 '../../glue/cpp_variant_unittest.cc', |
| 388 '../../glue/dom_operations_unittest.cc', | 389 '../../glue/dom_operations_unittest.cc', |
| 389 '../../glue/dom_serializer_unittest.cc', | 390 '../../glue/dom_serializer_unittest.cc', |
| 390 '../../glue/glue_serialize_unittest.cc', | 391 '../../glue/glue_serialize_unittest.cc', |
| 391 '../../glue/iframe_redirect_unittest.cc', | 392 '../../glue/iframe_redirect_unittest.cc', |
| 392 '../../glue/media/buffered_data_source_unittest.cc', | 393 '../../glue/media/buffered_data_source_unittest.cc', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 ], | 734 ], |
| 734 }], | 735 }], |
| 735 ], | 736 ], |
| 736 } | 737 } |
| 737 | 738 |
| 738 # Local Variables: | 739 # Local Variables: |
| 739 # tab-width:2 | 740 # tab-width:2 |
| 740 # indent-tabs-mode:nil | 741 # indent-tabs-mode:nil |
| 741 # End: | 742 # End: |
| 742 # vim: set expandtab tabstop=2 shiftwidth=2: | 743 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |