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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../skia/skia.gyp:skia', | 8 '../skia/skia.gyp:skia', |
9 '../third_party/re2/re2.gyp:re2', | 9 '../third_party/re2/re2.gyp:re2', |
10 '../ui/gl/gl.gyp:gl', | 10 '../ui/gl/gl.gyp:gl', |
(...skipping 13 matching lines...) Expand all Loading... |
24 'gpu/gpu_child_thread.h', | 24 'gpu/gpu_child_thread.h', |
25 'gpu/gpu_watchdog_thread.cc', | 25 'gpu/gpu_watchdog_thread.cc', |
26 'gpu/gpu_watchdog_thread.h', | 26 'gpu/gpu_watchdog_thread.h', |
27 ], | 27 ], |
28 'include_dirs': [ | 28 'include_dirs': [ |
29 '..', | 29 '..', |
30 ], | 30 ], |
31 'conditions': [ | 31 'conditions': [ |
32 ['OS=="win"', { | 32 ['OS=="win"', { |
33 'include_dirs': [ | 33 'include_dirs': [ |
34 '<(DEPTH)/third_party/angle/include', | 34 '<(DEPTH)/third_party/khronos', |
35 '<(DEPTH)/third_party/angle/src', | 35 '<(DEPTH)/third_party/angle/src', |
36 '<(DEPTH)/third_party/wtl/include', | 36 '<(DEPTH)/third_party/wtl/include', |
37 ], | 37 ], |
38 'dependencies': [ | 38 'dependencies': [ |
39 '../third_party/angle/src/build_angle.gyp:libEGL', | 39 '../third_party/angle/src/build_angle.gyp:libEGL', |
40 '../third_party/angle/src/build_angle.gyp:libGLESv2', | 40 '../third_party/angle/src/build_angle.gyp:libGLESv2', |
41 '../third_party/libxml/libxml.gyp:libxml', | 41 '../third_party/libxml/libxml.gyp:libxml', |
42 ], | 42 ], |
43 'link_settings': { | 43 'link_settings': { |
44 'libraries': [ | 44 'libraries': [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 '<(DEPTH)/third_party/openmax/il', | 96 '<(DEPTH)/third_party/openmax/il', |
97 ], | 97 ], |
98 }], | 98 }], |
99 ['target_arch!="arm" and chromeos == 1', { | 99 ['target_arch!="arm" and chromeos == 1', { |
100 'include_dirs': [ | 100 'include_dirs': [ |
101 '<(DEPTH)/third_party/libva', | 101 '<(DEPTH)/third_party/libva', |
102 ], | 102 ], |
103 }], | 103 }], |
104 ], | 104 ], |
105 } | 105 } |
OLD | NEW |