| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'event_monitor_mac.mm', | 227 'event_monitor_mac.mm', |
| 228 'focus/external_focus_tracker.cc', | 228 'focus/external_focus_tracker.cc', |
| 229 'focus/external_focus_tracker.h', | 229 'focus/external_focus_tracker.h', |
| 230 'focus/focus_manager.cc', | 230 'focus/focus_manager.cc', |
| 231 'focus/focus_manager.h', | 231 'focus/focus_manager.h', |
| 232 'focus/focus_manager_delegate.h', | 232 'focus/focus_manager_delegate.h', |
| 233 'focus/focus_manager_factory.cc', | 233 'focus/focus_manager_factory.cc', |
| 234 'focus/focus_manager_factory.h', | 234 'focus/focus_manager_factory.h', |
| 235 'focus/focus_search.cc', | 235 'focus/focus_search.cc', |
| 236 'focus/focus_search.h', | 236 'focus/focus_search.h', |
| 237 'focus/focus_search_mac.mm', |
| 237 'focus/view_storage.cc', | 238 'focus/view_storage.cc', |
| 238 'focus/view_storage.h', | 239 'focus/view_storage.h', |
| 239 'focus/widget_focus_manager.cc', | 240 'focus/widget_focus_manager.cc', |
| 240 'focus/widget_focus_manager.h', | 241 'focus/widget_focus_manager.h', |
| 241 'layout/box_layout.cc', | 242 'layout/box_layout.cc', |
| 242 'layout/box_layout.h', | 243 'layout/box_layout.h', |
| 243 'layout/fill_layout.cc', | 244 'layout/fill_layout.cc', |
| 244 'layout/fill_layout.h', | 245 'layout/fill_layout.h', |
| 245 'layout/grid_layout.cc', | 246 'layout/grid_layout.cc', |
| 246 'layout/grid_layout.h', | 247 'layout/grid_layout.h', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 '../aura/aura.gyp:aura', | 979 '../aura/aura.gyp:aura', |
| 979 '../wm/wm.gyp:wm', | 980 '../wm/wm.gyp:wm', |
| 980 ], | 981 ], |
| 981 }], | 982 }], |
| 982 ], | 983 ], |
| 983 }, # target_name: macviews_interactive_ui_tests | 984 }, # target_name: macviews_interactive_ui_tests |
| 984 ], # targets | 985 ], # targets |
| 985 }], | 986 }], |
| 986 ], # conditions | 987 ], # conditions |
| 987 } | 988 } |
| OLD | NEW |