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 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |