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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'controls/combobox/combobox.h', | 106 'controls/combobox/combobox.h', |
107 'controls/combobox/combobox_listener.h', | 107 'controls/combobox/combobox_listener.h', |
108 'controls/focusable_border.cc', | 108 'controls/focusable_border.cc', |
109 'controls/focusable_border.h', | 109 'controls/focusable_border.h', |
110 'controls/glow_hover_controller.cc', | 110 'controls/glow_hover_controller.cc', |
111 'controls/glow_hover_controller.h', | 111 'controls/glow_hover_controller.h', |
112 'controls/image_view.cc', | 112 'controls/image_view.cc', |
113 'controls/image_view.h', | 113 'controls/image_view.h', |
114 'controls/label.cc', | 114 'controls/label.cc', |
115 'controls/label.h', | 115 'controls/label.h', |
| 116 'controls/window_label.cc', |
| 117 'controls/window_label.h', |
116 'controls/link.cc', | 118 'controls/link.cc', |
117 'controls/link.h', | 119 'controls/link.h', |
118 'controls/link_listener.h', | 120 'controls/link_listener.h', |
119 'controls/menu/display_change_listener_aura.cc', | 121 'controls/menu/display_change_listener_aura.cc', |
120 'controls/menu/menu.cc', | 122 'controls/menu/menu.cc', |
121 'controls/menu/menu.h', | 123 'controls/menu/menu.h', |
122 'controls/menu/menu_2.cc', | 124 'controls/menu/menu_2.cc', |
123 'controls/menu/menu_2.h', | 125 'controls/menu/menu_2.h', |
124 'controls/menu/menu_config.cc', | 126 'controls/menu/menu_config.cc', |
125 'controls/menu/menu_config.h', | 127 'controls/menu/menu_config.h', |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 }], | 705 }], |
704 ['use_aura==1', { | 706 ['use_aura==1', { |
705 'dependencies': [ | 707 'dependencies': [ |
706 '../aura/aura.gyp:aura_test_support', | 708 '../aura/aura.gyp:aura_test_support', |
707 ], | 709 ], |
708 }], | 710 }], |
709 ], | 711 ], |
710 }, # target_name: views_unittests | 712 }, # target_name: views_unittests |
711 ], | 713 ], |
712 } | 714 } |
OLD | NEW |