| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'mouse_constants.h', | 274 'mouse_constants.h', |
| 275 'mouse_watcher.cc', | 275 'mouse_watcher.cc', |
| 276 'mouse_watcher.h', | 276 'mouse_watcher.h', |
| 277 'mouse_watcher_view_host.cc', | 277 'mouse_watcher_view_host.cc', |
| 278 'mouse_watcher_view_host.h', | 278 'mouse_watcher_view_host.h', |
| 279 'native_cursor.h', | 279 'native_cursor.h', |
| 280 'native_cursor_mac.mm', | 280 'native_cursor_mac.mm', |
| 281 'native_theme_delegate.h', | 281 'native_theme_delegate.h', |
| 282 'painter.cc', | 282 'painter.cc', |
| 283 'painter.h', | 283 'painter.h', |
| 284 'pointer_watcher.h', |
| 284 'rect_based_targeting_utils.cc', | 285 'rect_based_targeting_utils.cc', |
| 285 'rect_based_targeting_utils.h', | 286 'rect_based_targeting_utils.h', |
| 286 'repeat_controller.cc', | 287 'repeat_controller.cc', |
| 287 'repeat_controller.h', | 288 'repeat_controller.h', |
| 288 'round_rect_painter.cc', | 289 'round_rect_painter.cc', |
| 289 'round_rect_painter.h', | 290 'round_rect_painter.h', |
| 290 'shadow_border.cc', | 291 'shadow_border.cc', |
| 291 'shadow_border.h', | 292 'shadow_border.h', |
| 292 'style/mac/combobox_background_mac.cc', | 293 'style/mac/combobox_background_mac.cc', |
| 293 'style/mac/combobox_background_mac.h', | 294 'style/mac/combobox_background_mac.h', |
| 294 'style/mac/dialog_button_border_mac.cc', | 295 'style/mac/dialog_button_border_mac.cc', |
| 295 'style/mac/dialog_button_border_mac.h', | 296 'style/mac/dialog_button_border_mac.h', |
| 296 'style/platform_style.cc', | 297 'style/platform_style.cc', |
| 297 'style/platform_style.h', | 298 'style/platform_style.h', |
| 298 'style/platform_style_mac.mm', | 299 'style/platform_style_mac.mm', |
| 299 'view.cc', | 300 'view.cc', |
| 300 'view.h', | 301 'view.h', |
| 301 'view_constants.cc', | 302 'view_constants.cc', |
| 302 'view_constants.h', | 303 'view_constants.h', |
| 303 'view_model.cc', | 304 'view_model.cc', |
| 304 'view_model.h', | 305 'view_model.h', |
| 305 'view_model_utils.cc', | 306 'view_model_utils.cc', |
| 306 'view_model_utils.h', | 307 'view_model_utils.h', |
| 307 'view_targeter.cc', | 308 'view_targeter.cc', |
| 308 'view_targeter.h', | 309 'view_targeter.h', |
| 309 'view_targeter_delegate.cc', | 310 'view_targeter_delegate.cc', |
| 310 'view_targeter_delegate.h', | 311 'view_targeter_delegate.h', |
| 311 'views_delegate.cc', | 312 'views_delegate.cc', |
| 312 'views_delegate.h', | 313 'views_delegate.h', |
| 314 'views_export.h', |
| 315 'views_exports.cc', |
| 313 'views_switches.cc', | 316 'views_switches.cc', |
| 314 'views_switches.h', | 317 'views_switches.h', |
| 315 'views_touch_selection_controller_factory.h', | 318 'views_touch_selection_controller_factory.h', |
| 316 'views_touch_selection_controller_factory_mac.cc', | 319 'views_touch_selection_controller_factory_mac.cc', |
| 317 'widget/drop_helper.cc', | 320 'widget/drop_helper.cc', |
| 318 'widget/drop_helper.h', | 321 'widget/drop_helper.h', |
| 319 'widget/monitor_win.cc', | 322 'widget/monitor_win.cc', |
| 320 'widget/monitor_win.h', | 323 'widget/monitor_win.h', |
| 321 'widget/native_widget.h', | 324 'widget/native_widget.h', |
| 322 'widget/native_widget_delegate.h', | 325 'widget/native_widget_delegate.h', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 '../aura/aura.gyp:aura', | 1030 '../aura/aura.gyp:aura', |
| 1028 '../wm/wm.gyp:wm', | 1031 '../wm/wm.gyp:wm', |
| 1029 ], | 1032 ], |
| 1030 }], | 1033 }], |
| 1031 ], | 1034 ], |
| 1032 }, # target_name: macviews_interactive_ui_tests | 1035 }, # target_name: macviews_interactive_ui_tests |
| 1033 ], # targets | 1036 ], # targets |
| 1034 }], | 1037 }], |
| 1035 ], # conditions | 1038 ], # conditions |
| 1036 } | 1039 } |
| OLD | NEW |