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': [ |
11 '..', | 11 '..', |
12 ], | 12 ], |
13 }, | 13 }, |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
17 '../crypto/crypto.gyp:crypto', | 17 '../crypto/crypto.gyp:crypto', |
| 18 '../skia/skia.gyp:skia', |
18 '../third_party/khronos/khronos.gyp:khronos_headers', | 19 '../third_party/khronos/khronos.gyp:khronos_headers', |
19 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 20 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
20 '../third_party/re2/re2.gyp:re2', | 21 '../third_party/re2/re2.gyp:re2', |
21 '../third_party/smhasher/smhasher.gyp:cityhash', | 22 '../third_party/smhasher/smhasher.gyp:cityhash', |
22 '../ui/gfx/gfx.gyp:gfx', | 23 '../ui/gfx/gfx.gyp:gfx', |
23 '../ui/gfx/gfx.gyp:gfx_geometry', | 24 '../ui/gfx/gfx.gyp:gfx_geometry', |
24 '../ui/gl/gl.gyp:gl', | 25 '../ui/gl/gl.gyp:gl', |
25 '../ui/gl/init/gl_init.gyp:gl_init', | 26 '../ui/gl/init/gl_init.gyp:gl_init', |
26 '<(angle_path)/src/angle.gyp:commit_id', | 27 '<(angle_path)/src/angle.gyp:commit_id', |
27 '<(angle_path)/src/angle.gyp:translator', | 28 '<(angle_path)/src/angle.gyp:translator', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 # Required by gles2_cmd_decoder.cc on Mac. | 152 # Required by gles2_cmd_decoder.cc on Mac. |
152 'link_settings': { | 153 'link_settings': { |
153 'libraries': [ | 154 'libraries': [ |
154 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 155 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
155 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 156 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
156 ], | 157 ], |
157 }, | 158 }, |
158 }], | 159 }], |
159 ], | 160 ], |
160 } | 161 } |
OLD | NEW |