| 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 24 matching lines...) Expand all Loading... |
| 35 'sources': [ | 35 'sources': [ |
| 36 # Note: sources list duplicated in GN build. | 36 # Note: sources list duplicated in GN build. |
| 37 'bubble_example.cc', | 37 'bubble_example.cc', |
| 38 'bubble_example.h', | 38 'bubble_example.h', |
| 39 'button_example.cc', | 39 'button_example.cc', |
| 40 'button_example.h', | 40 'button_example.h', |
| 41 'checkbox_example.cc', | 41 'checkbox_example.cc', |
| 42 'checkbox_example.h', | 42 'checkbox_example.h', |
| 43 'combobox_example.cc', | 43 'combobox_example.cc', |
| 44 'combobox_example.h', | 44 'combobox_example.h', |
| 45 'double_split_view_example.cc', | |
| 46 'double_split_view_example.h', | |
| 47 'example_base.cc', | 45 'example_base.cc', |
| 48 'example_base.h', | 46 'example_base.h', |
| 49 'example_combobox_model.cc', | 47 'example_combobox_model.cc', |
| 50 'example_combobox_model.h', | 48 'example_combobox_model.h', |
| 51 'examples_window.cc', | 49 'examples_window.cc', |
| 52 'examples_window.h', | 50 'examples_window.h', |
| 53 'label_example.cc', | 51 'label_example.cc', |
| 54 'label_example.h', | 52 'label_example.h', |
| 55 'link_example.cc', | 53 'link_example.cc', |
| 56 'link_example.h', | 54 'link_example.h', |
| 57 'menu_example.cc', | 55 'menu_example.cc', |
| 58 'menu_example.h', | 56 'menu_example.h', |
| 59 'message_box_example.cc', | 57 'message_box_example.cc', |
| 60 'message_box_example.h', | 58 'message_box_example.h', |
| 61 'multiline_example.cc', | 59 'multiline_example.cc', |
| 62 'multiline_example.h', | 60 'multiline_example.h', |
| 63 'progress_bar_example.cc', | 61 'progress_bar_example.cc', |
| 64 'progress_bar_example.h', | 62 'progress_bar_example.h', |
| 65 'radio_button_example.cc', | 63 'radio_button_example.cc', |
| 66 'radio_button_example.h', | 64 'radio_button_example.h', |
| 67 'scroll_view_example.cc', | 65 'scroll_view_example.cc', |
| 68 'scroll_view_example.h', | 66 'scroll_view_example.h', |
| 69 'single_split_view_example.cc', | |
| 70 'single_split_view_example.h', | |
| 71 'slider_example.cc', | 67 'slider_example.cc', |
| 72 'slider_example.h', | 68 'slider_example.h', |
| 73 'tabbed_pane_example.cc', | 69 'tabbed_pane_example.cc', |
| 74 'tabbed_pane_example.h', | 70 'tabbed_pane_example.h', |
| 75 'table_example.cc', | 71 'table_example.cc', |
| 76 'table_example.h', | 72 'table_example.h', |
| 77 'text_example.cc', | 73 'text_example.cc', |
| 78 'text_example.h', | 74 'text_example.h', |
| 79 'textfield_example.cc', | 75 'textfield_example.cc', |
| 80 'textfield_example.h', | 76 'textfield_example.h', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 }, | 192 }, |
| 197 'dependencies': [ | 193 'dependencies': [ |
| 198 '../../../sandbox/sandbox.gyp:sandbox', | 194 '../../../sandbox/sandbox.gyp:sandbox', |
| 199 '../../../content/content.gyp:sandbox_helper_win', | 195 '../../../content/content.gyp:sandbox_helper_win', |
| 200 ], | 196 ], |
| 201 }], | 197 }], |
| 202 ], | 198 ], |
| 203 }, # target_name: views_examples_with_content_exe | 199 }, # target_name: views_examples_with_content_exe |
| 204 ], | 200 ], |
| 205 } | 201 } |
| OLD | NEW |