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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/exo | 8 # GN version: //components/exo |
9 'target_name': 'exo', | 9 'target_name': 'exo', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../ash/ash.gyp:ash', | 15 '../ash/ash.gyp:ash', |
16 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', | |
17 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
18 '../cc/cc.gyp:cc', | 17 '../cc/cc.gyp:cc', |
19 '../gpu/gpu.gyp:gpu', | 18 '../gpu/gpu.gyp:gpu', |
20 '../skia/skia.gyp:skia', | 19 '../skia/skia.gyp:skia', |
21 '../ui/aura/aura.gyp:aura', | 20 '../ui/aura/aura.gyp:aura', |
22 '../ui/compositor/compositor.gyp:compositor', | 21 '../ui/compositor/compositor.gyp:compositor', |
23 '../ui/gfx/gfx.gyp:gfx', | 22 '../ui/gfx/gfx.gyp:gfx', |
24 '../ui/gfx/gfx.gyp:gfx_geometry', | 23 '../ui/gfx/gfx.gyp:gfx_geometry', |
25 '../ui/gl/gl.gyp:gl', | 24 '../ui/gl/gl.gyp:gl', |
26 '../ui/views/views.gyp:views', | 25 '../ui/views/views.gyp:views', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'defines': [ | 106 'defines': [ |
108 'USE_XKBCOMMON', | 107 'USE_XKBCOMMON', |
109 ], | 108 ], |
110 }], | 109 }], |
111 ], | 110 ], |
112 }, | 111 }, |
113 ], | 112 ], |
114 }], | 113 }], |
115 ], | 114 ], |
116 } | 115 } |
OLD | NEW |