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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'bubble/tray_bubble_view.cc', | 62 'bubble/tray_bubble_view.cc', |
63 'bubble/tray_bubble_view.h', | 63 'bubble/tray_bubble_view.h', |
64 'button_drag_utils.cc', | 64 'button_drag_utils.cc', |
65 'button_drag_utils.h', | 65 'button_drag_utils.h', |
66 'color_chooser/color_chooser_listener.h', | 66 'color_chooser/color_chooser_listener.h', |
67 'color_chooser/color_chooser_view.cc', | 67 'color_chooser/color_chooser_view.cc', |
68 'color_chooser/color_chooser_view.h', | 68 'color_chooser/color_chooser_view.h', |
69 'color_constants.cc', | 69 'color_constants.cc', |
70 'color_constants.h', | 70 'color_constants.h', |
71 'context_menu_controller.h', | 71 'context_menu_controller.h', |
| 72 'controls/button/blue_button.cc', |
| 73 'controls/button/blue_button.h', |
72 'controls/button/button.cc', | 74 'controls/button/button.cc', |
73 'controls/button/button.h', | 75 'controls/button/button.h', |
74 'controls/button/button_dropdown.cc', | 76 'controls/button/button_dropdown.cc', |
75 'controls/button/button_dropdown.h', | 77 'controls/button/button_dropdown.h', |
76 'controls/button/checkbox.cc', | 78 'controls/button/checkbox.cc', |
77 'controls/button/checkbox.h', | 79 'controls/button/checkbox.h', |
78 'controls/button/custom_button.cc', | 80 'controls/button/custom_button.cc', |
79 'controls/button/custom_button.h', | 81 'controls/button/custom_button.h', |
80 'controls/button/image_button.cc', | 82 'controls/button/image_button.cc', |
81 'controls/button/image_button.h', | 83 'controls/button/image_button.h', |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1007 'sources/': [ | 1009 'sources/': [ |
1008 # This is needed because the aura rule strips it from the default | 1010 # This is needed because the aura rule strips it from the default |
1009 # sources list. | 1011 # sources list. |
1010 ['include', '^../../content/app/startup_helper_win.cc'], | 1012 ['include', '^../../content/app/startup_helper_win.cc'], |
1011 ], | 1013 ], |
1012 }], | 1014 }], |
1013 ], | 1015 ], |
1014 }, # target_name: views_examples_with_content_exe | 1016 }, # target_name: views_examples_with_content_exe |
1015 ], | 1017 ], |
1016 } | 1018 } |
OLD | NEW |