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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
11 'conditions': [ | 11 'conditions': [ |
12 ['use_x11 == 1', { | 12 ['use_x11 == 1', { |
13 'include_dirs': [ | 13 'include_dirs': [ |
14 '<(DEPTH)/third_party/angle/include', | 14 '<(DEPTH)/third_party/khronos', |
15 ], | 15 ], |
16 }], | 16 }], |
17 # TODO(ncarter): Does hlsl compilation belong in a shared location? | 17 # TODO(ncarter): Does hlsl compilation belong in a shared location? |
18 ['OS == "win"', { | 18 ['OS == "win"', { |
19 'include_dirs': [ | 19 'include_dirs': [ |
20 '<(INTERMEDIATE_DIR)/hlsl', | 20 '<(INTERMEDIATE_DIR)/hlsl', |
21 ], | 21 ], |
22 'rules': [ | 22 'rules': [ |
23 { | 23 { |
24 'variables': { | 24 'variables': { |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'surface', | 106 'surface', |
107 ], | 107 ], |
108 'sources': [ | 108 'sources': [ |
109 'accelerated_surface_transformer_win_unittest.cc', | 109 'accelerated_surface_transformer_win_unittest.cc', |
110 ], | 110 ], |
111 }, | 111 }, |
112 ], | 112 ], |
113 }], | 113 }], |
114 ], | 114 ], |
115 } | 115 } |
OLD | NEW |