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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'type': 'executable', | 199 'type': 'executable', |
200 'variables': { | 200 'variables': { |
201 'chromium_code': 1, | 201 'chromium_code': 1, |
202 }, | 202 }, |
203 'mac_bundle': 1, | 203 'mac_bundle': 1, |
204 'dependencies': [ | 204 'dependencies': [ |
205 'test_shell_common', | 205 'test_shell_common', |
206 '<(DEPTH)/net/net.gyp:net_test_support', | 206 '<(DEPTH)/net/net.gyp:net_test_support', |
207 '<(DEPTH)/skia/skia.gyp:skia', | 207 '<(DEPTH)/skia/skia.gyp:skia', |
208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 208 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
209 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_Test
NetscapePlugIn', | 209 'pull_in_copy_TestNetscapePlugIn', |
210 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', | 210 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', |
211 ], | 211 ], |
212 'defines': [ | 212 'defines': [ |
213 # Technically not a unit test but require functions available only to | 213 # Technically not a unit test but require functions available only to |
214 # unit tests. | 214 # unit tests. |
215 'UNIT_TEST' | 215 'UNIT_TEST' |
216 ], | 216 ], |
217 'sources': [ | 217 'sources': [ |
218 'test_shell_main.cc', | 218 'test_shell_main.cc', |
219 ], | 219 ], |
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
762 'link_settings': { | 762 'link_settings': { |
763 'libraries': [ | 763 'libraries': [ |
764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 764 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
765 ], | 765 ], |
766 }, | 766 }, |
767 }, | 767 }, |
768 ], | 768 ], |
769 }], | 769 }], |
770 ], | 770 ], |
771 } | 771 } |
OLD | NEW |