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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'dependencies': [ | 350 'dependencies': [ |
351 'test_shell_common', | 351 'test_shell_common', |
352 'test_shell_test_support', | 352 'test_shell_test_support', |
353 '<(DEPTH)/base/base.gyp:test_support_base', | 353 '<(DEPTH)/base/base.gyp:test_support_base', |
354 '<(DEPTH)/media/media.gyp:media_test_support', | 354 '<(DEPTH)/media/media.gyp:media_test_support', |
355 '<(DEPTH)/net/net.gyp:net', | 355 '<(DEPTH)/net/net.gyp:net', |
356 '<(DEPTH)/net/net.gyp:net_test_support', | 356 '<(DEPTH)/net/net.gyp:net_test_support', |
357 '<(DEPTH)/skia/skia.gyp:skia', | 357 '<(DEPTH)/skia/skia.gyp:skia', |
358 '<(DEPTH)/testing/gmock.gyp:gmock', | 358 '<(DEPTH)/testing/gmock.gyp:gmock', |
359 '<(DEPTH)/testing/gtest.gyp:gtest', | 359 '<(DEPTH)/testing/gtest.gyp:gtest', |
360 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', | 360 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
361 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 361 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
362 ], | 362 ], |
363 'sources': [ | 363 'sources': [ |
364 '../../../skia/ext/convolver_unittest.cc', | 364 '../../../skia/ext/convolver_unittest.cc', |
365 '../../../skia/ext/image_operations_unittest.cc', | 365 '../../../skia/ext/image_operations_unittest.cc', |
366 '../../../skia/ext/platform_canvas_unittest.cc', | 366 '../../../skia/ext/platform_canvas_unittest.cc', |
367 '../../../skia/ext/vector_canvas_unittest.cc', | 367 '../../../skia/ext/vector_canvas_unittest.cc', |
368 '../../appcache/manifest_parser_unittest.cc', | 368 '../../appcache/manifest_parser_unittest.cc', |
369 '../../appcache/appcache_unittest.cc', | 369 '../../appcache/appcache_unittest.cc', |
370 '../../appcache/appcache_database_unittest.cc', | 370 '../../appcache/appcache_database_unittest.cc', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'link_settings': { | 748 'link_settings': { |
749 'libraries': [ | 749 'libraries': [ |
750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 750 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
751 ], | 751 ], |
752 }, | 752 }, |
753 }, | 753 }, |
754 ], | 754 ], |
755 }], | 755 }], |
756 ], | 756 ], |
757 } | 757 } |
OLD | NEW |