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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 '../../database/database_connections_unittest.cc', | 374 '../../database/database_connections_unittest.cc', |
375 '../../database/databases_table_unittest.cc', | 375 '../../database/databases_table_unittest.cc', |
376 '../../database/database_tracker_unittest.cc', | 376 '../../database/database_tracker_unittest.cc', |
377 '../../database/database_util_unittest.cc', | 377 '../../database/database_util_unittest.cc', |
378 '../../database/quota_table_unittest.cc', | 378 '../../database/quota_table_unittest.cc', |
379 '../../fileapi/file_system_context_unittest.cc', | 379 '../../fileapi/file_system_context_unittest.cc', |
380 '../../fileapi/file_system_directory_database_unittest.cc', | 380 '../../fileapi/file_system_directory_database_unittest.cc', |
381 '../../fileapi/file_system_operation_unittest.cc', | 381 '../../fileapi/file_system_operation_unittest.cc', |
382 '../../fileapi/file_system_origin_database_unittest.cc', | 382 '../../fileapi/file_system_origin_database_unittest.cc', |
383 '../../fileapi/file_system_path_manager_unittest.cc', | 383 '../../fileapi/file_system_path_manager_unittest.cc', |
| 384 '../../fileapi/file_system_quota_unittest.cc', |
384 '../../fileapi/file_system_usage_cache_unittest.cc', | 385 '../../fileapi/file_system_usage_cache_unittest.cc', |
385 '../../fileapi/file_system_util_unittest.cc', | 386 '../../fileapi/file_system_util_unittest.cc', |
386 '../../fileapi/local_file_system_file_util_unittest.cc', | 387 '../../fileapi/local_file_system_file_util_unittest.cc', |
387 '../../fileapi/quota_file_util_unittest.cc', | 388 '../../fileapi/quota_file_util_unittest.cc', |
388 '../../fileapi/sandbox_mount_point_provider_unittest.cc', | 389 '../../fileapi/sandbox_mount_point_provider_unittest.cc', |
389 '../../fileapi/sandbox_mount_point_provider_unittest.cc', | 390 '../../fileapi/sandbox_mount_point_provider_unittest.cc', |
390 '../../fileapi/sandbox_quota_client_unittest.cc', | 391 '../../fileapi/sandbox_quota_client_unittest.cc', |
391 '../../fileapi/webfilewriter_base_unittest.cc', | 392 '../../fileapi/webfilewriter_base_unittest.cc', |
392 '../../glue/bookmarklet_unittest.cc', | 393 '../../glue/bookmarklet_unittest.cc', |
393 '../../glue/context_menu_unittest.cc', | 394 '../../glue/context_menu_unittest.cc', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 ], | 753 ], |
753 }], | 754 }], |
754 ], | 755 ], |
755 } | 756 } |
756 | 757 |
757 # Local Variables: | 758 # Local Variables: |
758 # tab-width:2 | 759 # tab-width:2 |
759 # indent-tabs-mode:nil | 760 # indent-tabs-mode:nil |
760 # End: | 761 # End: |
761 # vim: set expandtab tabstop=2 shiftwidth=2: | 762 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |