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

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

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix M_PI usage for windows Created 5 years, 9 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
« ui/events/blink/DEPS ('K') | « ui/events/blink/blink_event_util.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 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ], 177 ],
178 }], 178 }],
179 ['use_ozone==1', { 179 ['use_ozone==1', {
180 'dependencies': [ 180 'dependencies': [
181 'ozone/events_ozone.gyp:events_ozone_layout', 181 'ozone/events_ozone.gyp:events_ozone_layout',
182 ], 182 ],
183 }], 183 }],
184 ], 184 ],
185 }, 185 },
186 { 186 {
187 # GN version: //ui/events/blink
188 'target_name': 'blink',
189 'type': 'static_library',
190 'dependencies': [
191 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
192 '../gfx/gfx.gyp:gfx_geometry',
193 'events',
194 'gesture_detection',
195 ],
196 'sources': [
197 # Note: sources list duplicated in GN build.
198 'blink/blink_event_util.cc',
199 'blink/blink_event_util.h',
200 ],
201 },
202 {
187 # GN version: //ui/events:gesture_detection 203 # GN version: //ui/events:gesture_detection
188 'target_name': 'gesture_detection', 204 'target_name': 'gesture_detection',
189 'type': '<(component)', 205 'type': '<(component)',
190 'dependencies': [ 206 'dependencies': [
191 '<(DEPTH)/base/base.gyp:base', 207 '<(DEPTH)/base/base.gyp:base',
192 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 208 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
193 '../gfx/gfx.gyp:gfx', 209 '../gfx/gfx.gyp:gfx',
194 '../gfx/gfx.gyp:gfx_geometry', 210 '../gfx/gfx.gyp:gfx_geometry',
195 'events_base', 211 'events_base',
196 ], 212 ],
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'dependencies': [ 451 'dependencies': [
436 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 452 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
437 ], 453 ],
438 }], 454 }],
439 ], 455 ],
440 }, 456 },
441 ], 457 ],
442 }], 458 }],
443 ], 459 ],
444 } 460 }
OLDNEW
« ui/events/blink/DEPS ('K') | « ui/events/blink/blink_event_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698