OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 '../../appcache/appcache_database_unittest.cc', | 361 '../../appcache/appcache_database_unittest.cc', |
362 '../../appcache/appcache_group_unittest.cc', | 362 '../../appcache/appcache_group_unittest.cc', |
363 '../../appcache/appcache_host_unittest.cc', | 363 '../../appcache/appcache_host_unittest.cc', |
364 '../../appcache/appcache_request_handler_unittest.cc', | 364 '../../appcache/appcache_request_handler_unittest.cc', |
365 '../../appcache/appcache_response_unittest.cc', | 365 '../../appcache/appcache_response_unittest.cc', |
366 '../../appcache/appcache_storage_unittest.cc', | 366 '../../appcache/appcache_storage_unittest.cc', |
367 '../../appcache/appcache_storage_impl_unittest.cc', | 367 '../../appcache/appcache_storage_impl_unittest.cc', |
368 '../../appcache/appcache_update_job_unittest.cc', | 368 '../../appcache/appcache_update_job_unittest.cc', |
369 '../../appcache/appcache_url_request_job_unittest.cc', | 369 '../../appcache/appcache_url_request_job_unittest.cc', |
370 '../../appcache/mock_appcache_service.h', | 370 '../../appcache/mock_appcache_service.h', |
| 371 '../../appcache/mock_appcache_storage.cc', |
| 372 '../../appcache/mock_appcache_storage.h', |
371 '../../appcache/mock_appcache_storage_unittest.cc', | 373 '../../appcache/mock_appcache_storage_unittest.cc', |
372 '../../blob/blob_storage_controller_unittest.cc', | 374 '../../blob/blob_storage_controller_unittest.cc', |
373 '../../blob/blob_url_request_job_unittest.cc', | 375 '../../blob/blob_url_request_job_unittest.cc', |
374 '../../blob/deletable_file_reference_unittest.cc', | 376 '../../blob/deletable_file_reference_unittest.cc', |
375 '../../database/databases_table_unittest.cc', | 377 '../../database/databases_table_unittest.cc', |
376 '../../database/database_tracker_unittest.cc', | 378 '../../database/database_tracker_unittest.cc', |
377 '../../database/database_util_unittest.cc', | 379 '../../database/database_util_unittest.cc', |
378 '../../database/quota_table_unittest.cc', | 380 '../../database/quota_table_unittest.cc', |
379 '../../fileapi/file_system_operation_unittest.cc', | 381 '../../fileapi/file_system_operation_unittest.cc', |
380 '../../fileapi/file_system_path_manager_unittest.cc', | 382 '../../fileapi/file_system_path_manager_unittest.cc', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 ], | 790 ], |
789 }], | 791 }], |
790 ], | 792 ], |
791 } | 793 } |
792 | 794 |
793 # Local Variables: | 795 # Local Variables: |
794 # tab-width:2 | 796 # tab-width:2 |
795 # indent-tabs-mode:nil | 797 # indent-tabs-mode:nil |
796 # End: | 798 # End: |
797 # vim: set expandtab tabstop=2 shiftwidth=2: | 799 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |