| 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', |
| 11 '../../glue/resources/pan_north.cur', | 11 '../../glue/resources/pan_north.cur', |
| 12 '../../glue/resources/pan_north_east.cur', | 12 '../../glue/resources/pan_north_east.cur', |
| 13 '../../glue/resources/pan_north_west.cur', | 13 '../../glue/resources/pan_north_west.cur', |
| 14 '../../glue/resources/pan_south.cur', | 14 '../../glue/resources/pan_south.cur', |
| 15 '../../glue/resources/pan_south_east.cur', | 15 '../../glue/resources/pan_south_east.cur', |
| 16 '../../glue/resources/pan_south_west.cur', | 16 '../../glue/resources/pan_south_west.cur', |
| 17 '../../glue/resources/pan_west.cur', | 17 '../../glue/resources/pan_west.cur', |
| 18 'resources/small.ico', | 18 'resources/small.ico', |
| 19 'resources/test_shell.ico', | 19 'resources/test_shell.ico', |
| 20 'resource.h', | 20 'resource.h', |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 'targets': [ | 23 'targets': [ |
| 24 { | 24 { |
| 25 'target_name': 'test_shell_common', | 25 'target_name': 'test_shell_common', |
| 26 'type': '<(library)', | 26 'type': 'static_library', |
| 27 'variables': { | 27 'variables': { |
| 28 'chromium_code': 1, | 28 'chromium_code': 1, |
| 29 }, | 29 }, |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '<(DEPTH)/app/app.gyp:app_base', | 31 '<(DEPTH)/app/app.gyp:app_base', |
| 32 '<(DEPTH)/base/base.gyp:base', | 32 '<(DEPTH)/base/base.gyp:base', |
| 33 '<(DEPTH)/base/base.gyp:base_i18n', | 33 '<(DEPTH)/base/base.gyp:base_i18n', |
| 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 35 '<(DEPTH)/media/media.gyp:media', | 35 '<(DEPTH)/media/media.gyp:media', |
| 36 '<(DEPTH)/net/net.gyp:net', | 36 '<(DEPTH)/net/net.gyp:net', |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 ], | 754 ], |
| 755 }], | 755 }], |
| 756 ], | 756 ], |
| 757 } | 757 } |
| 758 | 758 |
| 759 # Local Variables: | 759 # Local Variables: |
| 760 # tab-width:2 | 760 # tab-width:2 |
| 761 # indent-tabs-mode:nil | 761 # indent-tabs-mode:nil |
| 762 # End: | 762 # End: |
| 763 # vim: set expandtab tabstop=2 shiftwidth=2: | 763 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |