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

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

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and ncarter's review Created 4 years, 4 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/web_input_event_traits_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 ], 117 ],
118 'dependencies': [ 118 'dependencies': [
119 '../../testing/android/native_test.gyp:native_test_native_code', 119 '../../testing/android/native_test.gyp:native_test_native_code',
120 ], 120 ],
121 }], 121 }],
122 ['OS!="ios"', { 122 ['OS!="ios"', {
123 'sources': [ 123 'sources': [
124 'blink/blink_event_util_unittest.cc', 124 'blink/blink_event_util_unittest.cc',
125 'blink/input_handler_proxy_unittest.cc', 125 'blink/input_handler_proxy_unittest.cc',
126 'blink/input_scroll_elasticity_controller_unittest.cc', 126 'blink/input_scroll_elasticity_controller_unittest.cc',
127 'blink/web_input_event_traits_unittest.cc',
127 ], 128 ],
128 'dependencies': [ 129 'dependencies': [
129 'blink/events_blink.gyp:events_blink', 130 'blink/events_blink.gyp:events_blink',
130 ], 131 ],
131 }], 132 }],
132 ], 133 ],
133 }, 134 },
134 ], 135 ],
135 'conditions': [ 136 'conditions': [
136 ['OS == "android"', { 137 ['OS == "android"', {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'dependencies': [ 187 'dependencies': [
187 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 188 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 }, 192 },
192 ], 193 ],
193 }], 194 }],
194 ], 195 ],
195 } 196 }
OLDNEW
« no previous file with comments | « ui/events/blink/web_input_event_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698