| 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 10 matching lines...) Expand all Loading... |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 'targets': [ | 23 'targets': [ |
| 24 { | 24 { |
| 25 'target_name': 'test_shell_common', | 25 'target_name': 'test_shell_common', |
| 26 'type': 'static_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', | |
| 32 '<(DEPTH)/base/base.gyp:base', | 31 '<(DEPTH)/base/base.gyp:base', |
| 33 '<(DEPTH)/base/base.gyp:base_i18n', | 32 '<(DEPTH)/base/base.gyp:base_i18n', |
| 34 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 33 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 35 '<(DEPTH)/media/media.gyp:media', | 34 '<(DEPTH)/media/media.gyp:media', |
| 36 '<(DEPTH)/net/net.gyp:net', | 35 '<(DEPTH)/net/net.gyp:net', |
| 37 '<(DEPTH)/skia/skia.gyp:skia', | 36 '<(DEPTH)/skia/skia.gyp:skia', |
| 38 '<(DEPTH)/testing/gmock.gyp:gmock', | 37 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 39 '<(DEPTH)/testing/gtest.gyp:gtest', | 38 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 40 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', | 39 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector
_resources', |
| 41 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 40 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| (...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 ], | 763 ], |
| 765 }], | 764 }], |
| 766 ], | 765 ], |
| 767 } | 766 } |
| 768 | 767 |
| 769 # Local Variables: | 768 # Local Variables: |
| 770 # tab-width:2 | 769 # tab-width:2 |
| 771 # indent-tabs-mode:nil | 770 # indent-tabs-mode:nil |
| 772 # End: | 771 # End: |
| 773 # vim: set expandtab tabstop=2 shiftwidth=2: | 772 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |