| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'round_rect_painter.cc', | 266 'round_rect_painter.cc', |
| 267 'round_rect_painter.h', | 267 'round_rect_painter.h', |
| 268 'shadow_border.cc', | 268 'shadow_border.cc', |
| 269 'shadow_border.h', | 269 'shadow_border.h', |
| 270 'view.cc', | 270 'view.cc', |
| 271 'view.h', | 271 'view.h', |
| 272 'view_constants.cc', | 272 'view_constants.cc', |
| 273 'view_constants.h', | 273 'view_constants.h', |
| 274 'view_constants_aura.cc', | 274 'view_constants_aura.cc', |
| 275 'view_constants_aura.h', | 275 'view_constants_aura.h', |
| 276 'view_model.cc', | |
| 277 'view_model.h', | 276 'view_model.h', |
| 278 'view_model_utils.cc', | |
| 279 'view_model_utils.h', | 277 'view_model_utils.h', |
| 280 'view_targeter.cc', | 278 'view_targeter.cc', |
| 281 'view_targeter.h', | 279 'view_targeter.h', |
| 282 'view_targeter_delegate.cc', | 280 'view_targeter_delegate.cc', |
| 283 'view_targeter_delegate.h', | 281 'view_targeter_delegate.h', |
| 284 'views_switches.cc', | 282 'views_switches.cc', |
| 285 'views_switches.h', | 283 'views_switches.h', |
| 286 'views_delegate.cc', | 284 'views_delegate.cc', |
| 287 'views_delegate.h', | 285 'views_delegate.h', |
| 288 'views_touch_selection_controller_factory.h', | 286 'views_touch_selection_controller_factory.h', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 '../aura/aura.gyp:aura', | 871 '../aura/aura.gyp:aura', |
| 874 '../wm/wm.gyp:wm', | 872 '../wm/wm.gyp:wm', |
| 875 ], | 873 ], |
| 876 }], | 874 }], |
| 877 ], | 875 ], |
| 878 }, # target_name: macviews_interactive_ui_tests | 876 }, # target_name: macviews_interactive_ui_tests |
| 879 ], # targets | 877 ], # targets |
| 880 }], | 878 }], |
| 881 ], # conditions | 879 ], # conditions |
| 882 } | 880 } |
| OLD | NEW |