| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 '../../../skia/ext/convolver_unittest.cc', | 318 '../../../skia/ext/convolver_unittest.cc', |
| 319 '../../../skia/ext/image_operations_unittest.cc', | 319 '../../../skia/ext/image_operations_unittest.cc', |
| 320 '../../../skia/ext/skia_utils_unittest.cc', | 320 '../../../skia/ext/skia_utils_unittest.cc', |
| 321 '../../../skia/ext/platform_canvas_unittest.cc', | 321 '../../../skia/ext/platform_canvas_unittest.cc', |
| 322 '../../../skia/ext/vector_canvas_unittest.cc', | 322 '../../../skia/ext/vector_canvas_unittest.cc', |
| 323 '../../appcache/manifest_parser_unittest.cc', | 323 '../../appcache/manifest_parser_unittest.cc', |
| 324 '../../glue/bookmarklet_unittest.cc', | 324 '../../glue/bookmarklet_unittest.cc', |
| 325 '../../glue/context_menu_unittest.cc', | 325 '../../glue/context_menu_unittest.cc', |
| 326 '../../glue/cpp_bound_class_unittest.cc', | 326 '../../glue/cpp_bound_class_unittest.cc', |
| 327 '../../glue/cpp_variant_unittest.cc', | 327 '../../glue/cpp_variant_unittest.cc', |
| 328 '../../glue/devtools/devtools_rpc_unittest.cc', | |
| 329 '../../glue/dom_operations_unittest.cc', | 328 '../../glue/dom_operations_unittest.cc', |
| 330 '../../glue/dom_serializer_unittest.cc', | 329 '../../glue/dom_serializer_unittest.cc', |
| 331 '../../glue/glue_serialize_unittest.cc', | 330 '../../glue/glue_serialize_unittest.cc', |
| 332 '../../glue/iframe_redirect_unittest.cc', | 331 '../../glue/iframe_redirect_unittest.cc', |
| 333 '../../glue/media/buffered_data_source_unittest.cc', | 332 '../../glue/media/buffered_data_source_unittest.cc', |
| 334 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 333 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
| 335 '../../glue/media/mock_media_resource_loader_bridge_factory.h', | 334 '../../glue/media/mock_media_resource_loader_bridge_factory.h', |
| 336 '../../glue/media/simple_data_source_unittest.cc', | 335 '../../glue/media/simple_data_source_unittest.cc', |
| 337 '../../glue/mimetype_unittest.cc', | 336 '../../glue/mimetype_unittest.cc', |
| 338 '../../glue/mock_resource_loader_bridge.h', | 337 '../../glue/mock_resource_loader_bridge.h', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'link_settings': { | 668 'link_settings': { |
| 670 'libraries': [ | 669 'libraries': [ |
| 671 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 670 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 672 ], | 671 ], |
| 673 }, | 672 }, |
| 674 }, | 673 }, |
| 675 ], | 674 ], |
| 676 }], | 675 }], |
| 677 ], | 676 ], |
| 678 } | 677 } |
| OLD | NEW |