| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'chromium_code': 1, | 205 'chromium_code': 1, |
| 206 }, | 206 }, |
| 207 'mac_bundle': 1, | 207 'mac_bundle': 1, |
| 208 'dependencies': [ | 208 'dependencies': [ |
| 209 'test_shell_common', | 209 'test_shell_common', |
| 210 '<(DEPTH)/net/net.gyp:net_test_support', | 210 '<(DEPTH)/net/net.gyp:net_test_support', |
| 211 '<(DEPTH)/skia/skia.gyp:skia', | 211 '<(DEPTH)/skia/skia.gyp:skia', |
| 212 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 212 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 213 'pull_in_copy_TestNetscapePlugIn', | 213 'pull_in_copy_TestNetscapePlugIn', |
| 214 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', | 214 '<(DEPTH)/tools/imagediff/image_diff.gyp:image_diff', |
| 215 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 215 ], | 216 ], |
| 216 'defines': [ | 217 'defines': [ |
| 217 # Technically not a unit test but require functions available only to | 218 # Technically not a unit test but require functions available only to |
| 218 # unit tests. | 219 # unit tests. |
| 219 'UNIT_TEST' | 220 'UNIT_TEST' |
| 220 ], | 221 ], |
| 221 'sources': [ | 222 'sources': [ |
| 222 'test_shell_main.cc', | 223 'test_shell_main.cc', |
| 223 ], | 224 ], |
| 224 'mac_bundle_resources': [ | 225 'mac_bundle_resources': [ |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 'action_name': 'test_shell_resources', | 633 'action_name': 'test_shell_resources', |
| 633 'includes': [ '../../../build/grit_action.gypi' ], | 634 'includes': [ '../../../build/grit_action.gypi' ], |
| 634 }, | 635 }, |
| 635 ], | 636 ], |
| 636 'includes': [ '../../../build/grit_target.gypi' ], | 637 'includes': [ '../../../build/grit_target.gypi' ], |
| 637 }, | 638 }, |
| 638 ], | 639 ], |
| 639 }], | 640 }], |
| 640 ], | 641 ], |
| 641 } | 642 } |
| OLD | NEW |