OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'controls/button/button_dropdown.cc', | 73 'controls/button/button_dropdown.cc', |
74 'controls/button/button_dropdown.h', | 74 'controls/button/button_dropdown.h', |
75 'controls/button/checkbox.cc', | 75 'controls/button/checkbox.cc', |
76 'controls/button/checkbox.h', | 76 'controls/button/checkbox.h', |
77 'controls/button/custom_button.cc', | 77 'controls/button/custom_button.cc', |
78 'controls/button/custom_button.h', | 78 'controls/button/custom_button.h', |
79 'controls/button/image_button.cc', | 79 'controls/button/image_button.cc', |
80 'controls/button/image_button.h', | 80 'controls/button/image_button.h', |
81 'controls/button/menu_button.cc', | 81 'controls/button/menu_button.cc', |
82 'controls/button/menu_button.h', | 82 'controls/button/menu_button.h', |
83 'controls/button/menu_button_delegate.h', | 83 'controls/button/menu_button_listener.h', |
84 'controls/button/radio_button.cc', | 84 'controls/button/radio_button.cc', |
85 'controls/button/radio_button.h', | 85 'controls/button/radio_button.h', |
86 'controls/button/text_button.cc', | 86 'controls/button/text_button.cc', |
87 'controls/button/text_button.h', | 87 'controls/button/text_button.h', |
88 'controls/combobox/combobox.cc', | 88 'controls/combobox/combobox.cc', |
89 'controls/combobox/combobox.h', | 89 'controls/combobox/combobox.h', |
90 'controls/combobox/combobox_listener.h', | 90 'controls/combobox/combobox_listener.h', |
91 'controls/combobox/native_combobox_gtk.cc', | 91 'controls/combobox/native_combobox_gtk.cc', |
92 'controls/combobox/native_combobox_gtk.h', | 92 'controls/combobox/native_combobox_gtk.h', |
93 'controls/combobox/native_combobox_views.cc', | 93 'controls/combobox/native_combobox_views.cc', |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 'msvs_settings': { | 737 'msvs_settings': { |
738 'VCManifestTool': { | 738 'VCManifestTool': { |
739 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 739 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
740 }, | 740 }, |
741 }, | 741 }, |
742 }], | 742 }], |
743 ], | 743 ], |
744 }, # target_name: views_examples_lib | 744 }, # target_name: views_examples_lib |
745 ], | 745 ], |
746 } | 746 } |
OLD | NEW |