OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 # GN version: //ui/views/examples | 10 # GN version: //ui/views/examples |
11 'target_name': 'views_examples_lib', | 11 'target_name': 'views_examples_lib', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../../base/base.gyp:base', | 14 '../../../base/base.gyp:base', |
15 '../../../skia/skia.gyp:skia', | 15 '../../../skia/skia.gyp:skia', |
16 '../../../third_party/icu/icu.gyp:icui18n', | 16 '../../../third_party/icu/icu.gyp:icui18n', |
17 '../../../third_party/icu/icu.gyp:icuuc', | 17 '../../../third_party/icu/icu.gyp:icuuc', |
18 '../../base/ui_base.gyp:ui_base', | 18 '../../base/ui_base.gyp:ui_base', |
19 '../../events/events.gyp:events', | 19 '../../events/events.gyp:events', |
20 '../../gfx/gfx.gyp:gfx', | 20 '../../gfx/gfx.gyp:gfx', |
21 '../../gfx/gfx.gyp:gfx_geometry', | 21 '../../gfx/gfx.gyp:gfx_geometry', |
| 22 '../../gfx/gfx.gyp:gfx_range', |
22 '../../gfx/gfx.gyp:gfx_vector_icons', | 23 '../../gfx/gfx.gyp:gfx_vector_icons', |
23 '../../resources/ui_resources.gyp:ui_resources', | 24 '../../resources/ui_resources.gyp:ui_resources', |
24 '../../resources/ui_resources.gyp:ui_test_pak', | 25 '../../resources/ui_resources.gyp:ui_test_pak', |
25 '../views.gyp:views', | 26 '../views.gyp:views', |
26 ], | 27 ], |
27 'include_dirs': [ | 28 'include_dirs': [ |
28 '../../..', | 29 '../../..', |
29 ], | 30 ], |
30 'defines': [ | 31 'defines': [ |
31 'GFX_VECTOR_ICONS_UNSAFE', | 32 'GFX_VECTOR_ICONS_UNSAFE', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 }, | 195 }, |
195 'dependencies': [ | 196 'dependencies': [ |
196 '../../../sandbox/sandbox.gyp:sandbox', | 197 '../../../sandbox/sandbox.gyp:sandbox', |
197 '../../../content/content.gyp:sandbox_helper_win', | 198 '../../../content/content.gyp:sandbox_helper_win', |
198 ], | 199 ], |
199 }], | 200 }], |
200 ], | 201 ], |
201 }, # target_name: views_examples_with_content_exe | 202 }, # target_name: views_examples_with_content_exe |
202 ], | 203 ], |
203 } | 204 } |
OLD | NEW |