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

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

Issue 1953133002: [WIP: not for review] Reduce re-layout Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'examples_window.cc', 51 'examples_window.cc',
52 'examples_window.h', 52 'examples_window.h',
53 'label_example.cc', 53 'label_example.cc',
54 'label_example.h', 54 'label_example.h',
55 'link_example.cc', 55 'link_example.cc',
56 'link_example.h', 56 'link_example.h',
57 'menu_example.cc', 57 'menu_example.cc',
58 'menu_example.h', 58 'menu_example.h',
59 'message_box_example.cc', 59 'message_box_example.cc',
60 'message_box_example.h', 60 'message_box_example.h',
61 'multiline_elision_example.cc',
62 'multiline_elision_example.h',
61 'multiline_example.cc', 63 'multiline_example.cc',
62 'multiline_example.h', 64 'multiline_example.h',
63 'progress_bar_example.cc', 65 'progress_bar_example.cc',
64 'progress_bar_example.h', 66 'progress_bar_example.h',
65 'radio_button_example.cc', 67 'radio_button_example.cc',
66 'radio_button_example.h', 68 'radio_button_example.h',
67 'scroll_view_example.cc', 69 'scroll_view_example.cc',
68 'scroll_view_example.h', 70 'scroll_view_example.h',
69 'single_split_view_example.cc', 71 'single_split_view_example.cc',
70 'single_split_view_example.h', 72 'single_split_view_example.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 }, 197 },
196 'dependencies': [ 198 'dependencies': [
197 '../../../sandbox/sandbox.gyp:sandbox', 199 '../../../sandbox/sandbox.gyp:sandbox',
198 '../../../content/content.gyp:sandbox_helper_win', 200 '../../../content/content.gyp:sandbox_helper_win',
199 ], 201 ],
200 }], 202 }],
201 ], 203 ],
202 }, # target_name: views_examples_with_content_exe 204 }, # target_name: views_examples_with_content_exe
203 ], 205 ],
204 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698