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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 'view_constants_aura.cc', | 403 'view_constants_aura.cc', |
404 'view_constants_aura.h', | 404 'view_constants_aura.h', |
405 'views_touch_selection_controller_factory_aura.cc', | 405 'views_touch_selection_controller_factory_aura.cc', |
406 'widget/native_widget_aura.cc', | 406 'widget/native_widget_aura.cc', |
407 'widget/native_widget_aura.h', | 407 'widget/native_widget_aura.h', |
408 'widget/tooltip_manager_aura.cc', | 408 'widget/tooltip_manager_aura.cc', |
409 'widget/tooltip_manager_aura.h', | 409 'widget/tooltip_manager_aura.h', |
410 'widget/window_reorderer.cc', | 410 'widget/window_reorderer.cc', |
411 'widget/window_reorderer.h', | 411 'widget/window_reorderer.h', |
412 ], | 412 ], |
413 'views_android_sources': [ | |
414 'controls/menu/menu_config_android.cc', | |
415 'widget/android/android_focus_rules.cc', | |
416 'widget/android/android_focus_rules.h', | |
417 'widget/android/native_widget_android.cc', | |
418 'widget/android/native_widget_android.h', | |
419 ], | |
420 'views_desktop_aura_sources': [ | 413 'views_desktop_aura_sources': [ |
421 'widget/desktop_aura/desktop_capture_client.cc', | 414 'widget/desktop_aura/desktop_capture_client.cc', |
422 'widget/desktop_aura/desktop_capture_client.h', | 415 'widget/desktop_aura/desktop_capture_client.h', |
423 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 416 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
424 'widget/desktop_aura/desktop_dispatcher_client.cc', | 417 'widget/desktop_aura/desktop_dispatcher_client.cc', |
425 'widget/desktop_aura/desktop_dispatcher_client.h', | 418 'widget/desktop_aura/desktop_dispatcher_client.h', |
426 'widget/desktop_aura/desktop_drop_target_win.cc', | 419 'widget/desktop_aura/desktop_drop_target_win.cc', |
427 'widget/desktop_aura/desktop_drop_target_win.h', | 420 'widget/desktop_aura/desktop_drop_target_win.h', |
428 'widget/desktop_aura/desktop_event_client.cc', | 421 'widget/desktop_aura/desktop_event_client.cc', |
429 'widget/desktop_aura/desktop_event_client.h', | 422 'widget/desktop_aura/desktop_event_client.h', |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 '../aura/aura.gyp:aura', | 971 '../aura/aura.gyp:aura', |
979 '../wm/wm.gyp:wm', | 972 '../wm/wm.gyp:wm', |
980 ], | 973 ], |
981 }], | 974 }], |
982 ], | 975 ], |
983 }, # target_name: macviews_interactive_ui_tests | 976 }, # target_name: macviews_interactive_ui_tests |
984 ], # targets | 977 ], # targets |
985 }], | 978 }], |
986 ], # conditions | 979 ], # conditions |
987 } | 980 } |
OLD | NEW |