OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 '../../glue/glue_serialize_unittest.cc', | 334 '../../glue/glue_serialize_unittest.cc', |
335 '../../glue/iframe_redirect_unittest.cc', | 335 '../../glue/iframe_redirect_unittest.cc', |
336 '../../glue/media/buffered_data_source_unittest.cc', | 336 '../../glue/media/buffered_data_source_unittest.cc', |
337 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 337 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
338 '../../glue/media/mock_media_resource_loader_bridge_factory.h', | 338 '../../glue/media/mock_media_resource_loader_bridge_factory.h', |
339 '../../glue/media/simple_data_source_unittest.cc', | 339 '../../glue/media/simple_data_source_unittest.cc', |
340 '../../glue/mimetype_unittest.cc', | 340 '../../glue/mimetype_unittest.cc', |
341 '../../glue/mock_resource_loader_bridge.h', | 341 '../../glue/mock_resource_loader_bridge.h', |
342 '../../glue/multipart_response_delegate_unittest.cc', | 342 '../../glue/multipart_response_delegate_unittest.cc', |
343 '../../glue/password_autocomplete_listener_unittest.cc', | 343 '../../glue/password_autocomplete_listener_unittest.cc', |
| 344 '../../glue/plugins/plugin_lib_unittest.cc', |
344 '../../glue/regular_expression_unittest.cc', | 345 '../../glue/regular_expression_unittest.cc', |
345 '../../glue/resource_fetcher_unittest.cc', | 346 '../../glue/resource_fetcher_unittest.cc', |
346 '../../glue/unittest_test_server.h', | 347 '../../glue/unittest_test_server.h', |
347 '../../glue/webcursor_unittest.cc', | 348 '../../glue/webcursor_unittest.cc', |
348 '../../glue/webview_unittest.cc', | 349 '../../glue/webview_unittest.cc', |
349 '../../glue/webframe_unittest.cc', | 350 '../../glue/webframe_unittest.cc', |
350 '../../glue/webplugin_impl_unittest.cc', | 351 '../../glue/webplugin_impl_unittest.cc', |
351 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 352 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
352 '../webcore_unit_tests/GKURL_unittest.cpp', | 353 '../webcore_unit_tests/GKURL_unittest.cpp', |
353 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 354 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'link_settings': { | 673 'link_settings': { |
673 'libraries': [ | 674 'libraries': [ |
674 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 675 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
675 ], | 676 ], |
676 }, | 677 }, |
677 }, | 678 }, |
678 ], | 679 ], |
679 }], | 680 }], |
680 ], | 681 ], |
681 } | 682 } |
OLD | NEW |