OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 10 matching lines...) Expand all Loading... |
21 '<(DEPTH)/third_party/khronos', | 21 '<(DEPTH)/third_party/khronos', |
22 ], | 22 ], |
23 'dependencies': [ | 23 'dependencies': [ |
24 '<(DEPTH)/base/base.gyp:base', | 24 '<(DEPTH)/base/base.gyp:base', |
25 '<(DEPTH)/base/base.gyp:test_support_base', | 25 '<(DEPTH)/base/base.gyp:test_support_base', |
26 '<(DEPTH)/skia/skia.gyp:skia', | 26 '<(DEPTH)/skia/skia.gyp:skia', |
27 '<(DEPTH)/testing/gmock.gyp:gmock', | 27 '<(DEPTH)/testing/gmock.gyp:gmock', |
28 '<(DEPTH)/testing/gtest.gyp:gtest', | 28 '<(DEPTH)/testing/gtest.gyp:gtest', |
29 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 29 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
30 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 30 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 31 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
31 '<(DEPTH)/ui/gl/gl.gyp:gl', | 32 '<(DEPTH)/ui/gl/gl.gyp:gl', |
32 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support', | 33 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support', |
33 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils', | 34 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils', |
34 ], | 35 ], |
35 'conditions': [ | 36 'conditions': [ |
36 ['OS == "android"', { | 37 ['OS == "android"', { |
37 'dependencies': [ | 38 'dependencies': [ |
38 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 39 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
39 ], | 40 ], |
40 }], | 41 }], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'dependencies': [ | 114 'dependencies': [ |
114 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 115 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
115 ], | 116 ], |
116 }], | 117 }], |
117 ], | 118 ], |
118 }, | 119 }, |
119 ], | 120 ], |
120 }], | 121 }], |
121 ], | 122 ], |
122 } | 123 } |
OLD | NEW |