| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 '../../appcache/appcache_request_handler_unittest.cc', | 363 '../../appcache/appcache_request_handler_unittest.cc', |
| 364 '../../appcache/appcache_response_unittest.cc', | 364 '../../appcache/appcache_response_unittest.cc', |
| 365 '../../appcache/appcache_storage_unittest.cc', | 365 '../../appcache/appcache_storage_unittest.cc', |
| 366 '../../appcache/appcache_storage_impl_unittest.cc', | 366 '../../appcache/appcache_storage_impl_unittest.cc', |
| 367 '../../appcache/appcache_update_job_unittest.cc', | 367 '../../appcache/appcache_update_job_unittest.cc', |
| 368 '../../appcache/appcache_url_request_job_unittest.cc', | 368 '../../appcache/appcache_url_request_job_unittest.cc', |
| 369 '../../appcache/mock_appcache_service.h', | 369 '../../appcache/mock_appcache_service.h', |
| 370 '../../appcache/mock_appcache_storage_unittest.cc', | 370 '../../appcache/mock_appcache_storage_unittest.cc', |
| 371 '../../blob/blob_storage_controller_unittest.cc', | 371 '../../blob/blob_storage_controller_unittest.cc', |
| 372 '../../blob/blob_url_request_job_unittest.cc', | 372 '../../blob/blob_url_request_job_unittest.cc', |
| 373 '../../blob/deletable_file_reference_unittest.cc', |
| 373 '../../database/databases_table_unittest.cc', | 374 '../../database/databases_table_unittest.cc', |
| 374 '../../database/database_tracker_unittest.cc', | 375 '../../database/database_tracker_unittest.cc', |
| 375 '../../database/database_util_unittest.cc', | 376 '../../database/database_util_unittest.cc', |
| 376 '../../database/quota_table_unittest.cc', | 377 '../../database/quota_table_unittest.cc', |
| 377 '../../fileapi/file_system_operation_unittest.cc', | 378 '../../fileapi/file_system_operation_unittest.cc', |
| 378 '../../glue/bookmarklet_unittest.cc', | 379 '../../glue/bookmarklet_unittest.cc', |
| 379 '../../glue/context_menu_unittest.cc', | 380 '../../glue/context_menu_unittest.cc', |
| 380 '../../glue/cpp_bound_class_unittest.cc', | 381 '../../glue/cpp_bound_class_unittest.cc', |
| 381 '../../glue/cpp_variant_unittest.cc', | 382 '../../glue/cpp_variant_unittest.cc', |
| 382 '../../glue/dom_operations_unittest.cc', | 383 '../../glue/dom_operations_unittest.cc', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 ], | 772 ], |
| 772 }], | 773 }], |
| 773 ], | 774 ], |
| 774 } | 775 } |
| 775 | 776 |
| 776 # Local Variables: | 777 # Local Variables: |
| 777 # tab-width:2 | 778 # tab-width:2 |
| 778 # indent-tabs-mode:nil | 779 # indent-tabs-mode:nil |
| 779 # End: | 780 # End: |
| 780 # vim: set expandtab tabstop=2 shiftwidth=2: | 781 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |