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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'round_rect_painter.h', | 292 'round_rect_painter.h', |
293 'shadow_border.cc', | 293 'shadow_border.cc', |
294 'shadow_border.h', | 294 'shadow_border.h', |
295 'style/mac/combobox_background_mac.cc', | 295 'style/mac/combobox_background_mac.cc', |
296 'style/mac/combobox_background_mac.h', | 296 'style/mac/combobox_background_mac.h', |
297 'style/mac/dialog_button_border_mac.cc', | 297 'style/mac/dialog_button_border_mac.cc', |
298 'style/mac/dialog_button_border_mac.h', | 298 'style/mac/dialog_button_border_mac.h', |
299 'style/platform_style.cc', | 299 'style/platform_style.cc', |
300 'style/platform_style.h', | 300 'style/platform_style.h', |
301 'style/platform_style_mac.mm', | 301 'style/platform_style_mac.mm', |
| 302 'touch_event_watcher.h', |
302 'view.cc', | 303 'view.cc', |
303 'view.h', | 304 'view.h', |
304 'view_constants.cc', | 305 'view_constants.cc', |
305 'view_constants.h', | 306 'view_constants.h', |
306 'view_model.cc', | 307 'view_model.cc', |
307 'view_model.h', | 308 'view_model.h', |
308 'view_model_utils.cc', | 309 'view_model_utils.cc', |
309 'view_model_utils.h', | 310 'view_model_utils.h', |
310 'view_targeter.cc', | 311 'view_targeter.cc', |
311 'view_targeter.h', | 312 'view_targeter.h', |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1048 '../aura/aura.gyp:aura', | 1049 '../aura/aura.gyp:aura', |
1049 '../wm/wm.gyp:wm', | 1050 '../wm/wm.gyp:wm', |
1050 ], | 1051 ], |
1051 }], | 1052 }], |
1052 ], | 1053 ], |
1053 }, # target_name: macviews_interactive_ui_tests | 1054 }, # target_name: macviews_interactive_ui_tests |
1054 ], # targets | 1055 ], # targets |
1055 }], | 1056 }], |
1056 ], # conditions | 1057 ], # conditions |
1057 } | 1058 } |
OLD | NEW |