| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 '../../fileapi/local_file_util_unittest.cc', | 422 '../../fileapi/local_file_util_unittest.cc', |
| 423 '../../fileapi/mock_file_system_options.cc', | 423 '../../fileapi/mock_file_system_options.cc', |
| 424 '../../fileapi/mock_file_system_options.h', | 424 '../../fileapi/mock_file_system_options.h', |
| 425 '../../fileapi/obfuscated_file_util_unittest.cc', | 425 '../../fileapi/obfuscated_file_util_unittest.cc', |
| 426 '../../fileapi/quota_file_util_unittest.cc', | 426 '../../fileapi/quota_file_util_unittest.cc', |
| 427 '../../fileapi/sandbox_mount_point_provider_unittest.cc', | 427 '../../fileapi/sandbox_mount_point_provider_unittest.cc', |
| 428 '../../fileapi/test_file_set.cc', | 428 '../../fileapi/test_file_set.cc', |
| 429 '../../fileapi/test_file_set.h', | 429 '../../fileapi/test_file_set.h', |
| 430 '../../fileapi/webfilewriter_base_unittest.cc', | 430 '../../fileapi/webfilewriter_base_unittest.cc', |
| 431 '../../glue/bookmarklet_unittest.cc', | 431 '../../glue/bookmarklet_unittest.cc', |
| 432 '../../glue/context_menu_unittest.cc', | |
| 433 '../../glue/cpp_bound_class_unittest.cc', | 432 '../../glue/cpp_bound_class_unittest.cc', |
| 434 '../../glue/cpp_variant_unittest.cc', | 433 '../../glue/cpp_variant_unittest.cc', |
| 435 '../../glue/dom_operations_unittest.cc', | 434 '../../glue/dom_operations_unittest.cc', |
| 436 '../../glue/dom_serializer_unittest.cc', | 435 '../../glue/dom_serializer_unittest.cc', |
| 437 '../../glue/glue_serialize_unittest.cc', | 436 '../../glue/glue_serialize_unittest.cc', |
| 438 '../../glue/iframe_redirect_unittest.cc', | 437 '../../glue/iframe_redirect_unittest.cc', |
| 439 '../../glue/mimetype_unittest.cc', | 438 '../../glue/mimetype_unittest.cc', |
| 440 '../../glue/multipart_response_delegate_unittest.cc', | 439 '../../glue/multipart_response_delegate_unittest.cc', |
| 441 '../../glue/regular_expression_unittest.cc', | 440 '../../glue/regular_expression_unittest.cc', |
| 442 '../../glue/resource_fetcher_unittest.cc', | 441 '../../glue/resource_fetcher_unittest.cc', |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'link_settings': { | 775 'link_settings': { |
| 777 'libraries': [ | 776 'libraries': [ |
| 778 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 777 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 779 ], | 778 ], |
| 780 }, | 779 }, |
| 781 }, | 780 }, |
| 782 ], | 781 ], |
| 783 }], | 782 }], |
| 784 ], | 783 ], |
| 785 } | 784 } |
| OLD | NEW |