| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 '../../fileapi/file_system_test_helper.h', | 409 '../../fileapi/file_system_test_helper.h', |
| 410 '../../fileapi/webfilewriter_base_unittest.cc', | 410 '../../fileapi/webfilewriter_base_unittest.cc', |
| 411 '../../glue/bookmarklet_unittest.cc', | 411 '../../glue/bookmarklet_unittest.cc', |
| 412 '../../glue/context_menu_unittest.cc', | 412 '../../glue/context_menu_unittest.cc', |
| 413 '../../glue/cpp_bound_class_unittest.cc', | 413 '../../glue/cpp_bound_class_unittest.cc', |
| 414 '../../glue/cpp_variant_unittest.cc', | 414 '../../glue/cpp_variant_unittest.cc', |
| 415 '../../glue/dom_operations_unittest.cc', | 415 '../../glue/dom_operations_unittest.cc', |
| 416 '../../glue/dom_serializer_unittest.cc', | 416 '../../glue/dom_serializer_unittest.cc', |
| 417 '../../glue/glue_serialize_unittest.cc', | 417 '../../glue/glue_serialize_unittest.cc', |
| 418 '../../glue/iframe_redirect_unittest.cc', | 418 '../../glue/iframe_redirect_unittest.cc', |
| 419 '../../glue/media/buffered_data_source_unittest.cc', | |
| 420 '../../glue/media/buffered_resource_loader_unittest.cc', | |
| 421 '../../glue/media/simple_data_source_unittest.cc', | |
| 422 '../../glue/mimetype_unittest.cc', | 419 '../../glue/mimetype_unittest.cc', |
| 423 '../../glue/multipart_response_delegate_unittest.cc', | 420 '../../glue/multipart_response_delegate_unittest.cc', |
| 424 '../../glue/regular_expression_unittest.cc', | 421 '../../glue/regular_expression_unittest.cc', |
| 425 '../../glue/resource_fetcher_unittest.cc', | 422 '../../glue/resource_fetcher_unittest.cc', |
| 426 '../../glue/unittest_test_server.h', | 423 '../../glue/unittest_test_server.h', |
| 427 '../../glue/webcursor_unittest.cc', | 424 '../../glue/webcursor_unittest.cc', |
| 428 '../../glue/webframe_unittest.cc', | 425 '../../glue/webframe_unittest.cc', |
| 429 '../../glue/webkit_glue_unittest.cc', | 426 '../../glue/webkit_glue_unittest.cc', |
| 430 '../../glue/webview_unittest.cc', | 427 '../../glue/webview_unittest.cc', |
| 428 '../../media/buffered_data_source_unittest.cc', |
| 429 '../../media/buffered_resource_loader_unittest.cc', |
| 430 '../../media/simple_data_source_unittest.cc', |
| 431 '../../mocks/mock_resource_loader_bridge.h', | 431 '../../mocks/mock_resource_loader_bridge.h', |
| 432 '../../mocks/mock_webframeclient.h', | 432 '../../mocks/mock_webframeclient.h', |
| 433 '../../mocks/mock_weburlloader.cc', | 433 '../../mocks/mock_weburlloader.cc', |
| 434 '../../mocks/mock_weburlloader.h', | 434 '../../mocks/mock_weburlloader.h', |
| 435 '../../plugins/npapi/plugin_group_unittest.cc', | 435 '../../plugins/npapi/plugin_group_unittest.cc', |
| 436 '../../plugins/npapi/plugin_lib_unittest.cc', | 436 '../../plugins/npapi/plugin_lib_unittest.cc', |
| 437 '../../plugins/npapi/plugin_list_unittest.cc', | 437 '../../plugins/npapi/plugin_list_unittest.cc', |
| 438 '../../plugins/npapi/webplugin_impl_unittest.cc', | 438 '../../plugins/npapi/webplugin_impl_unittest.cc', |
| 439 '../../plugins/ppapi/callbacks_unittest.cc', | 439 '../../plugins/ppapi/callbacks_unittest.cc', |
| 440 '../../plugins/ppapi/host_var_tracker_unittest.cc', | 440 '../../plugins/ppapi/host_var_tracker_unittest.cc', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 'link_settings': { | 750 'link_settings': { |
| 751 'libraries': [ | 751 'libraries': [ |
| 752 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 752 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 753 ], | 753 ], |
| 754 }, | 754 }, |
| 755 }, | 755 }, |
| 756 ], | 756 ], |
| 757 }], | 757 }], |
| 758 ], | 758 ], |
| 759 } | 759 } |
| OLD | NEW |