OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
(...skipping 13 matching lines...) Expand all Loading... |
24 { | 24 { |
25 'target_name': 'test_shell_common', | 25 'target_name': 'test_shell_common', |
26 'type': '<(library)', | 26 'type': '<(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)/media/media.gyp:media', | 35 '<(DEPTH)/media/media.gyp:media', |
35 '<(DEPTH)/net/net.gyp:net', | 36 '<(DEPTH)/net/net.gyp:net', |
36 '<(DEPTH)/skia/skia.gyp:skia', | 37 '<(DEPTH)/skia/skia.gyp:skia', |
37 '<(DEPTH)/testing/gmock.gyp:gmock', | 38 '<(DEPTH)/testing/gmock.gyp:gmock', |
38 '<(DEPTH)/testing/gtest.gyp:gtest', | 39 '<(DEPTH)/testing/gtest.gyp:gtest', |
39 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 40 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
40 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', | 41 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', |
41 '<(DEPTH)/webkit/support/webkit_support.gyp:database', | 42 '<(DEPTH)/webkit/support/webkit_support.gyp:database', |
42 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 43 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
43 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 44 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 ], | 790 ], |
790 }], | 791 }], |
791 ], | 792 ], |
792 } | 793 } |
793 | 794 |
794 # Local Variables: | 795 # Local Variables: |
795 # tab-width:2 | 796 # tab-width:2 |
796 # indent-tabs-mode:nil | 797 # indent-tabs-mode:nil |
797 # End: | 798 # End: |
798 # vim: set expandtab tabstop=2 shiftwidth=2: | 799 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |