| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'controls/button/menu_button.cc', | 89 'controls/button/menu_button.cc', |
| 90 'controls/button/menu_button.h', | 90 'controls/button/menu_button.h', |
| 91 'controls/button/menu_button_listener.h', | 91 'controls/button/menu_button_listener.h', |
| 92 'controls/button/radio_button.cc', | 92 'controls/button/radio_button.cc', |
| 93 'controls/button/radio_button.h', | 93 'controls/button/radio_button.h', |
| 94 'controls/button/text_button.cc', | 94 'controls/button/text_button.cc', |
| 95 'controls/button/text_button.h', | 95 'controls/button/text_button.h', |
| 96 'controls/combobox/combobox.cc', | 96 'controls/combobox/combobox.cc', |
| 97 'controls/combobox/combobox.h', | 97 'controls/combobox/combobox.h', |
| 98 'controls/combobox/combobox_listener.h', | 98 'controls/combobox/combobox_listener.h', |
| 99 'controls/combobox/combobox_menu_runner.h', |
| 99 'controls/focusable_border.cc', | 100 'controls/focusable_border.cc', |
| 100 'controls/focusable_border.h', | 101 'controls/focusable_border.h', |
| 101 'controls/glow_hover_controller.cc', | 102 'controls/glow_hover_controller.cc', |
| 102 'controls/glow_hover_controller.h', | 103 'controls/glow_hover_controller.h', |
| 103 'controls/image_view.cc', | 104 'controls/image_view.cc', |
| 104 'controls/image_view.h', | 105 'controls/image_view.h', |
| 105 'controls/label.cc', | 106 'controls/label.cc', |
| 106 'controls/label.h', | 107 'controls/label.h', |
| 107 'controls/link.cc', | 108 'controls/link.cc', |
| 108 'controls/link.h', | 109 'controls/link.h', |
| (...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'sources/': [ | 1100 'sources/': [ |
| 1100 # This is needed because the aura rule strips it from the default | 1101 # This is needed because the aura rule strips it from the default |
| 1101 # sources list. | 1102 # sources list. |
| 1102 ['include', '^../../content/app/startup_helper_win.cc'], | 1103 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1103 ], | 1104 ], |
| 1104 }], | 1105 }], |
| 1105 ], | 1106 ], |
| 1106 }, # target_name: views_examples_with_content_exe | 1107 }, # target_name: views_examples_with_content_exe |
| 1107 ], | 1108 ], |
| 1108 } | 1109 } |
| OLD | NEW |