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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 ], | 340 ], |
341 'sources': [ | 341 'sources': [ |
342 '../../../skia/ext/convolver_unittest.cc', | 342 '../../../skia/ext/convolver_unittest.cc', |
343 '../../../skia/ext/image_operations_unittest.cc', | 343 '../../../skia/ext/image_operations_unittest.cc', |
344 '../../../skia/ext/skia_utils_unittest.cc', | 344 '../../../skia/ext/skia_utils_unittest.cc', |
345 '../../../skia/ext/platform_canvas_unittest.cc', | 345 '../../../skia/ext/platform_canvas_unittest.cc', |
346 '../../../skia/ext/vector_canvas_unittest.cc', | 346 '../../../skia/ext/vector_canvas_unittest.cc', |
347 '../../appcache/manifest_parser_unittest.cc', | 347 '../../appcache/manifest_parser_unittest.cc', |
348 '../../appcache/appcache_unittest.cc', | 348 '../../appcache/appcache_unittest.cc', |
349 '../../appcache/appcache_group_unittest.cc', | 349 '../../appcache/appcache_group_unittest.cc', |
| 350 '../../appcache/appcache_host_unittest.cc', |
350 '../../appcache/appcache_service_unittest.cc', | 351 '../../appcache/appcache_service_unittest.cc', |
351 '../../glue/bookmarklet_unittest.cc', | 352 '../../glue/bookmarklet_unittest.cc', |
352 '../../glue/context_menu_unittest.cc', | 353 '../../glue/context_menu_unittest.cc', |
353 '../../glue/cpp_bound_class_unittest.cc', | 354 '../../glue/cpp_bound_class_unittest.cc', |
354 '../../glue/cpp_variant_unittest.cc', | 355 '../../glue/cpp_variant_unittest.cc', |
355 '../../glue/dom_operations_unittest.cc', | 356 '../../glue/dom_operations_unittest.cc', |
356 '../../glue/dom_serializer_unittest.cc', | 357 '../../glue/dom_serializer_unittest.cc', |
357 '../../glue/glue_serialize_unittest.cc', | 358 '../../glue/glue_serialize_unittest.cc', |
358 '../../glue/iframe_redirect_unittest.cc', | 359 '../../glue/iframe_redirect_unittest.cc', |
359 '../../glue/media/buffered_data_source_unittest.cc', | 360 '../../glue/media/buffered_data_source_unittest.cc', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 'link_settings': { | 657 'link_settings': { |
657 'libraries': [ | 658 'libraries': [ |
658 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 659 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
659 ], | 660 ], |
660 }, | 661 }, |
661 }, | 662 }, |
662 ], | 663 ], |
663 }], | 664 }], |
664 ], | 665 ], |
665 } | 666 } |
OLD | NEW |