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

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

Issue 1609193002: [UseZoomForDSF] Alwatys use DIP coordinates in pepper plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « ui/events/blink/blink_event_util_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 ['OS == "android"', { 117 ['OS == "android"', {
118 'sources': [ 118 'sources': [
119 'android/motion_event_android_unittest.cc', 119 'android/motion_event_android_unittest.cc',
120 ], 120 ],
121 'dependencies': [ 121 'dependencies': [
122 '../../testing/android/native_test.gyp:native_test_native_code', 122 '../../testing/android/native_test.gyp:native_test_native_code',
123 ], 123 ],
124 }], 124 }],
125 ['OS!="ios"', { 125 ['OS!="ios"', {
126 'sources': [ 126 'sources': [
127 'blink/blink_event_util_unittest.cc',
127 'blink/input_handler_proxy_unittest.cc', 128 'blink/input_handler_proxy_unittest.cc',
128 'blink/input_scroll_elasticity_controller_unittest.cc', 129 'blink/input_scroll_elasticity_controller_unittest.cc',
129 ], 130 ],
130 'dependencies': [ 131 'dependencies': [
131 'blink/events_blink.gyp:events_blink', 132 'blink/events_blink.gyp:events_blink',
132 ], 133 ],
133 }], 134 }],
134 ], 135 ],
135 }, 136 },
136 ], 137 ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ['use_x11 == 1', { 188 ['use_x11 == 1', {
188 'dependencies': [ 189 'dependencies': [
189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
190 ], 191 ],
191 }], 192 }],
192 ], 193 ],
193 }, 194 },
194 ], 195 ],
195 }], 196 }],
196 ], 197 ],
197 } 198 }
OLDNEW
« no previous file with comments | « ui/events/blink/blink_event_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698