| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'mouse_constants.h', | 275 'mouse_constants.h', |
| 276 'mouse_watcher.cc', | 276 'mouse_watcher.cc', |
| 277 'mouse_watcher.h', | 277 'mouse_watcher.h', |
| 278 'mouse_watcher_view_host.cc', | 278 'mouse_watcher_view_host.cc', |
| 279 'mouse_watcher_view_host.h', | 279 'mouse_watcher_view_host.h', |
| 280 'native_cursor.h', | 280 'native_cursor.h', |
| 281 'native_cursor_mac.mm', | 281 'native_cursor_mac.mm', |
| 282 'native_theme_delegate.h', | 282 'native_theme_delegate.h', |
| 283 'painter.cc', | 283 'painter.cc', |
| 284 'painter.h', | 284 'painter.h', |
| 285 'pointer_watcher.h', | 285 'pointer_down_watcher.h', |
| 286 'rect_based_targeting_utils.cc', | 286 'rect_based_targeting_utils.cc', |
| 287 'rect_based_targeting_utils.h', | 287 'rect_based_targeting_utils.h', |
| 288 'repeat_controller.cc', | 288 'repeat_controller.cc', |
| 289 'repeat_controller.h', | 289 'repeat_controller.h', |
| 290 'round_rect_painter.cc', | 290 'round_rect_painter.cc', |
| 291 'round_rect_painter.h', | 291 'round_rect_painter.h', |
| 292 'shadow_border.cc', | 292 'shadow_border.cc', |
| 293 'shadow_border.h', | 293 'shadow_border.h', |
| 294 'style/mac/combobox_background_mac.cc', | 294 'style/mac/combobox_background_mac.cc', |
| 295 'style/mac/combobox_background_mac.h', | 295 'style/mac/combobox_background_mac.h', |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 '../aura/aura.gyp:aura', | 1047 '../aura/aura.gyp:aura', |
| 1048 '../wm/wm.gyp:wm', | 1048 '../wm/wm.gyp:wm', |
| 1049 ], | 1049 ], |
| 1050 }], | 1050 }], |
| 1051 ], | 1051 ], |
| 1052 }, # target_name: macviews_interactive_ui_tests | 1052 }, # target_name: macviews_interactive_ui_tests |
| 1053 ], # targets | 1053 ], # targets |
| 1054 }], | 1054 }], |
| 1055 ], # conditions | 1055 ], # conditions |
| 1056 } | 1056 } |
| OLD | NEW |