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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 '../../plugins/ppapi/mock_resource.h', | 443 '../../plugins/ppapi/mock_resource.h', |
444 '../../plugins/ppapi/ppapi_unittest.cc', | 444 '../../plugins/ppapi/ppapi_unittest.cc', |
445 '../../plugins/ppapi/ppapi_unittest.h', | 445 '../../plugins/ppapi/ppapi_unittest.h', |
446 '../../plugins/ppapi/resource_tracker_unittest.cc', | 446 '../../plugins/ppapi/resource_tracker_unittest.cc', |
447 '../../plugins/ppapi/time_conversion_unittest.cc', | 447 '../../plugins/ppapi/time_conversion_unittest.cc', |
448 '../../plugins/ppapi/url_request_info_unittest.cc', | 448 '../../plugins/ppapi/url_request_info_unittest.cc', |
449 '../../quota/mock_special_storage_policy.cc', | 449 '../../quota/mock_special_storage_policy.cc', |
450 '../../quota/mock_special_storage_policy.h', | 450 '../../quota/mock_special_storage_policy.h', |
451 '../../quota/mock_storage_client.cc', | 451 '../../quota/mock_storage_client.cc', |
452 '../../quota/mock_storage_client.h', | 452 '../../quota/mock_storage_client.h', |
| 453 '../../quota/mock_quota_manager.cc', |
| 454 '../../quota/mock_quota_manager.h', |
| 455 '../../quota/mock_quota_manager_unittest.cc', |
453 '../../quota/quota_database_unittest.cc', | 456 '../../quota/quota_database_unittest.cc', |
454 '../../quota/quota_manager_unittest.cc', | 457 '../../quota/quota_manager_unittest.cc', |
455 '../../quota/quota_temporary_storage_evictor_unittest.cc', | 458 '../../quota/quota_temporary_storage_evictor_unittest.cc', |
456 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 459 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
457 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 460 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
458 'event_listener_unittest.cc', | 461 'event_listener_unittest.cc', |
459 'image_decoder_unittest.cc', | 462 'image_decoder_unittest.cc', |
460 'image_decoder_unittest.h', | 463 'image_decoder_unittest.h', |
461 'listener_leak_test.cc', | 464 'listener_leak_test.cc', |
462 'media_leak_test.cc', | 465 'media_leak_test.cc', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'link_settings': { | 763 'link_settings': { |
761 'libraries': [ | 764 'libraries': [ |
762 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 765 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
763 ], | 766 ], |
764 }, | 767 }, |
765 }, | 768 }, |
766 ], | 769 ], |
767 }], | 770 }], |
768 ], | 771 ], |
769 } | 772 } |
OLD | NEW |