| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'controls/button/custom_button.h', | 84 'controls/button/custom_button.h', |
| 85 'controls/button/image_button.cc', | 85 'controls/button/image_button.cc', |
| 86 'controls/button/image_button.h', | 86 'controls/button/image_button.h', |
| 87 'controls/button/menu_button.cc', | 87 'controls/button/menu_button.cc', |
| 88 'controls/button/menu_button.h', | 88 'controls/button/menu_button.h', |
| 89 'controls/button/menu_button_listener.h', | 89 'controls/button/menu_button_listener.h', |
| 90 'controls/button/radio_button.cc', | 90 'controls/button/radio_button.cc', |
| 91 'controls/button/radio_button.h', | 91 'controls/button/radio_button.h', |
| 92 'controls/button/text_button.cc', | 92 'controls/button/text_button.cc', |
| 93 'controls/button/text_button.h', | 93 'controls/button/text_button.h', |
| 94 'controls/button/web_style_text_button.cc', |
| 95 'controls/button/web_style_text_button.h', |
| 94 'controls/combobox/combobox.cc', | 96 'controls/combobox/combobox.cc', |
| 95 'controls/combobox/combobox.h', | 97 'controls/combobox/combobox.h', |
| 96 'controls/combobox/combobox_listener.h', | 98 'controls/combobox/combobox_listener.h', |
| 97 'controls/combobox/native_combobox_views.cc', | 99 'controls/combobox/native_combobox_views.cc', |
| 98 'controls/combobox/native_combobox_views.h', | 100 'controls/combobox/native_combobox_views.h', |
| 99 'controls/combobox/native_combobox_win.cc', | 101 'controls/combobox/native_combobox_win.cc', |
| 100 'controls/combobox/native_combobox_win.h', | 102 'controls/combobox/native_combobox_win.h', |
| 101 'controls/combobox/native_combobox_wrapper.h', | 103 'controls/combobox/native_combobox_wrapper.h', |
| 102 'controls/focusable_border.cc', | 104 'controls/focusable_border.cc', |
| 103 'controls/focusable_border.h', | 105 'controls/focusable_border.h', |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 'sources/': [ | 857 'sources/': [ |
| 856 # This is needed because the aura rule strips it from the default | 858 # This is needed because the aura rule strips it from the default |
| 857 # sources list. | 859 # sources list. |
| 858 ['include', '^../../content/app/startup_helper_win.cc'], | 860 ['include', '^../../content/app/startup_helper_win.cc'], |
| 859 ], | 861 ], |
| 860 }], | 862 }], |
| 861 ], | 863 ], |
| 862 }, # target_name: views_examples_with_content_exe | 864 }, # target_name: views_examples_with_content_exe |
| 863 ], | 865 ], |
| 864 } | 866 } |
| OLD | NEW |