OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 '../../fileapi/file_system_origin_database_unittest.cc', | 416 '../../fileapi/file_system_origin_database_unittest.cc', |
417 '../../fileapi/file_system_quota_client_unittest.cc', | 417 '../../fileapi/file_system_quota_client_unittest.cc', |
418 '../../fileapi/file_system_quota_unittest.cc', | 418 '../../fileapi/file_system_quota_unittest.cc', |
419 '../../fileapi/file_system_test_helper.cc', | 419 '../../fileapi/file_system_test_helper.cc', |
420 '../../fileapi/file_system_test_helper.h', | 420 '../../fileapi/file_system_test_helper.h', |
421 '../../fileapi/file_system_usage_cache_unittest.cc', | 421 '../../fileapi/file_system_usage_cache_unittest.cc', |
422 '../../fileapi/file_system_util_unittest.cc', | 422 '../../fileapi/file_system_util_unittest.cc', |
423 '../../fileapi/isolated_context_unittest.cc', | 423 '../../fileapi/isolated_context_unittest.cc', |
424 '../../fileapi/isolated_file_util_unittest.cc', | 424 '../../fileapi/isolated_file_util_unittest.cc', |
425 '../../fileapi/local_file_util_unittest.cc', | 425 '../../fileapi/local_file_util_unittest.cc', |
| 426 '../../fileapi/local_file_writer_unittest.cc', |
426 '../../fileapi/mock_file_system_options.cc', | 427 '../../fileapi/mock_file_system_options.cc', |
427 '../../fileapi/mock_file_system_options.h', | 428 '../../fileapi/mock_file_system_options.h', |
428 '../../fileapi/obfuscated_file_util_unittest.cc', | 429 '../../fileapi/obfuscated_file_util_unittest.cc', |
429 '../../fileapi/quota_file_util_unittest.cc', | 430 '../../fileapi/quota_file_util_unittest.cc', |
430 '../../fileapi/sandbox_mount_point_provider_unittest.cc', | 431 '../../fileapi/sandbox_mount_point_provider_unittest.cc', |
431 '../../fileapi/test_file_set.cc', | 432 '../../fileapi/test_file_set.cc', |
432 '../../fileapi/test_file_set.h', | 433 '../../fileapi/test_file_set.h', |
433 '../../fileapi/webfilewriter_base_unittest.cc', | 434 '../../fileapi/webfilewriter_base_unittest.cc', |
434 '../../glue/bookmarklet_unittest.cc', | 435 '../../glue/bookmarklet_unittest.cc', |
435 '../../glue/cpp_bound_class_unittest.cc', | 436 '../../glue/cpp_bound_class_unittest.cc', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'link_settings': { | 778 'link_settings': { |
778 'libraries': [ | 779 'libraries': [ |
779 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 780 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
780 ], | 781 ], |
781 }, | 782 }, |
782 }, | 783 }, |
783 ], | 784 ], |
784 }], | 785 }], |
785 ], | 786 ], |
786 } | 787 } |
OLD | NEW |