| 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 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
| 8 'views_sources': [ | 8 'views_sources': [ |
| 9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
| 10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'controls/button/checkbox.cc', | 72 'controls/button/checkbox.cc', |
| 73 'controls/button/checkbox.h', | 73 'controls/button/checkbox.h', |
| 74 'controls/button/custom_button.cc', | 74 'controls/button/custom_button.cc', |
| 75 'controls/button/custom_button.h', | 75 'controls/button/custom_button.h', |
| 76 'controls/button/image_button.cc', | 76 'controls/button/image_button.cc', |
| 77 'controls/button/image_button.h', | 77 'controls/button/image_button.h', |
| 78 'controls/button/label_button.cc', | 78 'controls/button/label_button.cc', |
| 79 'controls/button/label_button.h', | 79 'controls/button/label_button.h', |
| 80 'controls/button/label_button_border.cc', | 80 'controls/button/label_button_border.cc', |
| 81 'controls/button/label_button_border.h', | 81 'controls/button/label_button_border.h', |
| 82 'controls/button/md_text_button.cc', |
| 83 'controls/button/md_text_button.h', |
| 82 'controls/button/menu_button.cc', | 84 'controls/button/menu_button.cc', |
| 83 'controls/button/menu_button.h', | 85 'controls/button/menu_button.h', |
| 84 'controls/button/menu_button_listener.h', | 86 'controls/button/menu_button_listener.h', |
| 85 'controls/button/radio_button.cc', | 87 'controls/button/radio_button.cc', |
| 86 'controls/button/radio_button.h', | 88 'controls/button/radio_button.h', |
| 87 'controls/combobox/combobox.cc', | 89 'controls/combobox/combobox.cc', |
| 88 'controls/combobox/combobox.h', | 90 'controls/combobox/combobox.h', |
| 89 'controls/combobox/combobox_listener.h', | 91 'controls/combobox/combobox_listener.h', |
| 90 'controls/focusable_border.cc', | 92 'controls/focusable_border.cc', |
| 91 'controls/focusable_border.h', | 93 'controls/focusable_border.h', |
| (...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 '../aura/aura.gyp:aura', | 976 '../aura/aura.gyp:aura', |
| 975 '../wm/wm.gyp:wm', | 977 '../wm/wm.gyp:wm', |
| 976 ], | 978 ], |
| 977 }], | 979 }], |
| 978 ], | 980 ], |
| 979 }, # target_name: macviews_interactive_ui_tests | 981 }, # target_name: macviews_interactive_ui_tests |
| 980 ], # targets | 982 ], # targets |
| 981 }], | 983 }], |
| 982 ], # conditions | 984 ], # conditions |
| 983 } | 985 } |
| OLD | NEW |