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

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

Issue 1411833006: Refactoring to make adding ink drop animations easier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor ink drop animations (simplify MenuButton) 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'gestures/gesture_recognizer_impl_mac.cc', 139 'gestures/gesture_recognizer_impl_mac.cc',
140 'gestures/gesture_types.h', 140 'gestures/gesture_types.h',
141 'gestures/motion_event_aura.cc', 141 'gestures/motion_event_aura.cc',
142 'gestures/motion_event_aura.h', 142 'gestures/motion_event_aura.h',
143 'linux/text_edit_command_auralinux.cc', 143 'linux/text_edit_command_auralinux.cc',
144 'linux/text_edit_command_auralinux.h', 144 'linux/text_edit_command_auralinux.h',
145 'linux/text_edit_key_bindings_delegate_auralinux.cc', 145 'linux/text_edit_key_bindings_delegate_auralinux.cc',
146 'linux/text_edit_key_bindings_delegate_auralinux.h', 146 'linux/text_edit_key_bindings_delegate_auralinux.h',
147 'null_event_targeter.cc', 147 'null_event_targeter.cc',
148 'null_event_targeter.h', 148 'null_event_targeter.h',
149 'scoped_target_handler.cc',
150 'scoped_target_handler.h',
149 'ozone/events_ozone.cc', 151 'ozone/events_ozone.cc',
150 'win/events_win.cc', 152 'win/events_win.cc',
151 'win/system_event_state_lookup.cc', 153 'win/system_event_state_lookup.cc',
152 'win/system_event_state_lookup.h', 154 'win/system_event_state_lookup.h',
153 'x/events_x.cc', 155 'x/events_x.cc',
154 ], 156 ],
155 'conditions': [ 157 'conditions': [
156 ['use_x11==1', { 158 ['use_x11==1', {
157 'dependencies': [ 159 'dependencies': [
158 'devices/events_devices.gyp:events_devices', 160 'devices/events_devices.gyp:events_devices',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'dependencies': [ 565 'dependencies': [
564 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 566 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
565 ], 567 ],
566 }], 568 }],
567 ], 569 ],
568 }, 570 },
569 ], 571 ],
570 }], 572 }],
571 ], 573 ],
572 } 574 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698