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 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'controls/button/custom_button.h', | 83 'controls/button/custom_button.h', |
84 'controls/button/image_button.cc', | 84 'controls/button/image_button.cc', |
85 'controls/button/image_button.h', | 85 'controls/button/image_button.h', |
86 'controls/button/label_button.cc', | 86 'controls/button/label_button.cc', |
87 'controls/button/label_button.h', | 87 'controls/button/label_button.h', |
88 'controls/button/label_button_border.cc', | 88 'controls/button/label_button_border.cc', |
89 'controls/button/label_button_border.h', | 89 'controls/button/label_button_border.h', |
90 'controls/button/menu_button.cc', | 90 'controls/button/menu_button.cc', |
91 'controls/button/menu_button.h', | 91 'controls/button/menu_button.h', |
92 'controls/button/menu_button_listener.h', | 92 'controls/button/menu_button_listener.h', |
| 93 'controls/button/multi_target_button.cc', |
| 94 'controls/button/multi_target_button.h', |
93 'controls/button/radio_button.cc', | 95 'controls/button/radio_button.cc', |
94 'controls/button/radio_button.h', | 96 'controls/button/radio_button.h', |
95 'controls/button/text_button.cc', | 97 'controls/button/text_button.cc', |
96 'controls/button/text_button.h', | 98 'controls/button/text_button.h', |
97 'controls/combobox/combobox.cc', | 99 'controls/combobox/combobox.cc', |
98 'controls/combobox/combobox.h', | 100 'controls/combobox/combobox.h', |
99 'controls/combobox/combobox_listener.h', | 101 'controls/combobox/combobox_listener.h', |
100 'controls/focusable_border.cc', | 102 'controls/focusable_border.cc', |
101 'controls/focusable_border.h', | 103 'controls/focusable_border.h', |
102 'controls/glow_hover_controller.cc', | 104 'controls/glow_hover_controller.cc', |
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 'sources/': [ | 1104 'sources/': [ |
1103 # This is needed because the aura rule strips it from the default | 1105 # This is needed because the aura rule strips it from the default |
1104 # sources list. | 1106 # sources list. |
1105 ['include', '^../../content/app/startup_helper_win.cc'], | 1107 ['include', '^../../content/app/startup_helper_win.cc'], |
1106 ], | 1108 ], |
1107 }], | 1109 }], |
1108 ], | 1110 ], |
1109 }, # target_name: views_examples_with_content_exe | 1111 }, # target_name: views_examples_with_content_exe |
1110 ], | 1112 ], |
1111 } | 1113 } |
OLD | NEW |