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

Side by Side Diff: ash/ash.gyp

Issue 11743013: Scaling scroll/fling events in multi-monitor setup (Closed) Base URL: https://chromium.googlesource.com/chromium/src@git-svn
Patch Set: Addressing Ben's comment Created 7 years, 11 months 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
« no previous file with comments | « no previous file | ash/display/event_transformation_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'desktop_background/desktop_background_widget_controller.h', 74 'desktop_background/desktop_background_widget_controller.h',
75 'desktop_background/user_wallpaper_delegate.h', 75 'desktop_background/user_wallpaper_delegate.h',
76 'display/display_change_observer_x11.cc', 76 'display/display_change_observer_x11.cc',
77 'display/display_change_observer_x11.h', 77 'display/display_change_observer_x11.h',
78 'display/display_controller.cc', 78 'display/display_controller.cc',
79 'display/display_controller.h', 79 'display/display_controller.h',
80 'display/display_error_dialog.cc', 80 'display/display_error_dialog.cc',
81 'display/display_error_dialog.h', 81 'display/display_error_dialog.h',
82 'display/display_manager.cc', 82 'display/display_manager.cc',
83 'display/display_manager.h', 83 'display/display_manager.h',
84 'display/event_transformation_handler.cc',
85 'display/event_transformation_handler.h',
84 'display/mouse_cursor_event_filter.cc', 86 'display/mouse_cursor_event_filter.cc',
85 'display/mouse_cursor_event_filter.h', 87 'display/mouse_cursor_event_filter.h',
86 'display/output_configurator_animation.cc', 88 'display/output_configurator_animation.cc',
87 'display/output_configurator_animation.h', 89 'display/output_configurator_animation.h',
88 'display/screen_position_controller.cc', 90 'display/screen_position_controller.cc',
89 'display/screen_position_controller.h', 91 'display/screen_position_controller.h',
90 'display/shared_display_edge_indicator.cc', 92 'display/shared_display_edge_indicator.cc',
91 'display/shared_display_edge_indicator.h', 93 'display/shared_display_edge_indicator.h',
92 'drag_drop/drag_drop_controller.cc', 94 'drag_drop/drag_drop_controller.cc',
93 'drag_drop/drag_drop_controller.h', 95 'drag_drop/drag_drop_controller.h',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'shell/cocoa/app-Info.plist', 741 'shell/cocoa/app-Info.plist',
740 ], 742 ],
741 'xcode_settings': { 743 'xcode_settings': {
742 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 744 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
743 }, 745 },
744 }], 746 }],
745 ], 747 ],
746 }, 748 },
747 ], 749 ],
748 } 750 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/event_transformation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698