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 'include_dirs': [ | 6 'include_dirs': [ |
7 '..', | 7 '..', |
8 ], | 8 ], |
9 'all_dependent_settings': { | 9 'all_dependent_settings': { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'command_buffer/service/vertex_attrib_manager.cc', | 109 'command_buffer/service/vertex_attrib_manager.cc', |
110 ], | 110 ], |
111 'conditions': [ | 111 'conditions': [ |
112 ['toolkit_uses_gtk == 1', { | 112 ['toolkit_uses_gtk == 1', { |
113 'dependencies': [ | 113 'dependencies': [ |
114 '../build/linux/system.gyp:gtk', | 114 '../build/linux/system.gyp:gtk', |
115 ], | 115 ], |
116 }], | 116 }], |
117 ['ui_compositor_image_transport==1', { | 117 ['ui_compositor_image_transport==1', { |
118 'include_dirs': [ | 118 'include_dirs': [ |
119 '../third_party/angle/include', | 119 '../third_party/khronos', |
120 ], | 120 ], |
121 }], | 121 }], |
122 ], | 122 ], |
123 } | 123 } |
OLD | NEW |