| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_host_unittest.cc', |
| 351 '../../appcache/appcache_service_unittest.cc', | 351 '../../appcache/appcache_service_unittest.cc', |
| 352 '../../appcache/appcache_update_job_unittest.cc', |
| 352 '../../glue/bookmarklet_unittest.cc', | 353 '../../glue/bookmarklet_unittest.cc', |
| 353 '../../glue/context_menu_unittest.cc', | 354 '../../glue/context_menu_unittest.cc', |
| 354 '../../glue/cpp_bound_class_unittest.cc', | 355 '../../glue/cpp_bound_class_unittest.cc', |
| 355 '../../glue/cpp_variant_unittest.cc', | 356 '../../glue/cpp_variant_unittest.cc', |
| 356 '../../glue/dom_operations_unittest.cc', | 357 '../../glue/dom_operations_unittest.cc', |
| 357 '../../glue/dom_serializer_unittest.cc', | 358 '../../glue/dom_serializer_unittest.cc', |
| 358 '../../glue/glue_serialize_unittest.cc', | 359 '../../glue/glue_serialize_unittest.cc', |
| 359 '../../glue/iframe_redirect_unittest.cc', | 360 '../../glue/iframe_redirect_unittest.cc', |
| 360 '../../glue/media/buffered_data_source_unittest.cc', | 361 '../../glue/media/buffered_data_source_unittest.cc', |
| 361 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', | 362 '../../glue/media/media_resource_loader_bridge_factory_unittest.cc', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'link_settings': { | 658 'link_settings': { |
| 658 'libraries': [ | 659 'libraries': [ |
| 659 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 660 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 660 ], | 661 ], |
| 661 }, | 662 }, |
| 662 }, | 663 }, |
| 663 ], | 664 ], |
| 664 }], | 665 }], |
| 665 ], | 666 ], |
| 666 } | 667 } |
| OLD | NEW |