Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: ui/views/views.gyp

Issue 1403293003: Introduce AndroidFocusRules and NativeWidgetAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'view_constants_aura.cc', 400 'view_constants_aura.cc',
401 'view_constants_aura.h', 401 'view_constants_aura.h',
402 'views_touch_selection_controller_factory_aura.cc', 402 'views_touch_selection_controller_factory_aura.cc',
403 'widget/native_widget_aura.cc', 403 'widget/native_widget_aura.cc',
404 'widget/native_widget_aura.h', 404 'widget/native_widget_aura.h',
405 'widget/tooltip_manager_aura.cc', 405 'widget/tooltip_manager_aura.cc',
406 'widget/tooltip_manager_aura.h', 406 'widget/tooltip_manager_aura.h',
407 'widget/window_reorderer.cc', 407 'widget/window_reorderer.cc',
408 'widget/window_reorderer.h', 408 'widget/window_reorderer.h',
409 ], 409 ],
410 'views_android_sources': [
411 'widget/android/android_focus_rules.cc',
412 'widget/android/android_focus_rules.h',
413 'widget/android/native_widget_android.cc',
414 'widget/android/native_widget_android.h',
415 ],
410 'views_desktop_aura_sources': [ 416 'views_desktop_aura_sources': [
411 'widget/desktop_aura/desktop_capture_client.cc', 417 'widget/desktop_aura/desktop_capture_client.cc',
412 'widget/desktop_aura/desktop_capture_client.h', 418 'widget/desktop_aura/desktop_capture_client.h',
413 'widget/desktop_aura/desktop_cursor_loader_updater.h', 419 'widget/desktop_aura/desktop_cursor_loader_updater.h',
414 'widget/desktop_aura/desktop_dispatcher_client.cc', 420 'widget/desktop_aura/desktop_dispatcher_client.cc',
415 'widget/desktop_aura/desktop_dispatcher_client.h', 421 'widget/desktop_aura/desktop_dispatcher_client.h',
416 'widget/desktop_aura/desktop_drop_target_win.cc', 422 'widget/desktop_aura/desktop_drop_target_win.cc',
417 'widget/desktop_aura/desktop_drop_target_win.h', 423 'widget/desktop_aura/desktop_drop_target_win.h',
418 'widget/desktop_aura/desktop_event_client.cc', 424 'widget/desktop_aura/desktop_event_client.cc',
419 'widget/desktop_aura/desktop_event_client.h', 425 'widget/desktop_aura/desktop_event_client.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 '../aura/aura.gyp:aura', 963 '../aura/aura.gyp:aura',
958 '../wm/wm.gyp:wm', 964 '../wm/wm.gyp:wm',
959 ], 965 ],
960 }], 966 }],
961 ], 967 ],
962 }, # target_name: macviews_interactive_ui_tests 968 }, # target_name: macviews_interactive_ui_tests
963 ], # targets 969 ], # targets
964 }], 970 }],
965 ], # conditions 971 ], # conditions
966 } 972 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698