Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Side by Side Diff: ui/views/examples/examples.gyp

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gfx/range/range_f.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ui/gfx/range/range_f.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698