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

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

Issue 1268633002: Make it easier to test changes to a .icon file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: docs Created 5 years, 4 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
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
(...skipping 10 matching lines...) Expand all
21 '../../gfx/gfx.gyp:gfx_geometry', 21 '../../gfx/gfx.gyp:gfx_geometry',
22 '../../gfx/gfx.gyp:gfx_vector_icons', 22 '../../gfx/gfx.gyp:gfx_vector_icons',
23 '../../resources/ui_resources.gyp:ui_resources', 23 '../../resources/ui_resources.gyp:ui_resources',
24 '../../resources/ui_resources.gyp:ui_test_pak', 24 '../../resources/ui_resources.gyp:ui_test_pak',
25 '../views.gyp:views', 25 '../views.gyp:views',
26 ], 26 ],
27 'include_dirs': [ 27 'include_dirs': [
28 '../../..', 28 '../../..',
29 ], 29 ],
30 'defines': [ 30 'defines': [
31 'GFX_VECTOR_ICONS_UNSAFE',
31 'VIEWS_EXAMPLES_IMPLEMENTATION', 32 'VIEWS_EXAMPLES_IMPLEMENTATION',
32 ], 33 ],
33 'sources': [ 34 'sources': [
34 # Note: sources list duplicated in GN build. 35 # Note: sources list duplicated in GN build.
35 'bubble_example.cc', 36 'bubble_example.cc',
36 'bubble_example.h', 37 'bubble_example.h',
37 'button_example.cc', 38 'button_example.cc',
38 'button_example.h', 39 'button_example.h',
39 'checkbox_example.cc', 40 'checkbox_example.cc',
40 'checkbox_example.h', 41 'checkbox_example.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 }], 195 }],
195 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', { 196 ['OS=="win" and component!="shared_library" and win_use_allocator_shim== 1', {
196 'dependencies': [ 197 'dependencies': [
197 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 198 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
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

Powered by Google App Engine
This is Rietveld 408576698