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

Side by Side Diff: sky/engine/core/core.gni

Issue 857533002: Add support for GestureEvents to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | sky/engine/core/dom/Node.cpp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 "dom/URL.idl", 1286 "dom/URL.idl",
1287 "editing/Selection.idl", 1287 "editing/Selection.idl",
1288 "events/AnimationEvent.idl", 1288 "events/AnimationEvent.idl",
1289 "events/AnimationPlayerEvent.idl", 1289 "events/AnimationPlayerEvent.idl",
1290 "events/CompositionEvent.idl", 1290 "events/CompositionEvent.idl",
1291 "events/CustomEvent.idl", 1291 "events/CustomEvent.idl",
1292 "events/ErrorEvent.idl", 1292 "events/ErrorEvent.idl",
1293 "events/Event.idl", 1293 "events/Event.idl",
1294 "events/EventTarget.idl", 1294 "events/EventTarget.idl",
1295 "events/FocusEvent.idl", 1295 "events/FocusEvent.idl",
1296 "events/GestureEvent.idl",
1296 "events/HashChangeEvent.idl", 1297 "events/HashChangeEvent.idl",
1297 "events/KeyboardEvent.idl", 1298 "events/KeyboardEvent.idl",
1298 "events/MouseEvent.idl", 1299 "events/MouseEvent.idl",
1299 "events/PageTransitionEvent.idl", 1300 "events/PageTransitionEvent.idl",
1300 "events/PopStateEvent.idl", 1301 "events/PopStateEvent.idl",
1301 "events/ProgressEvent.idl", 1302 "events/ProgressEvent.idl",
1302 "events/ResourceProgressEvent.idl", 1303 "events/ResourceProgressEvent.idl",
1303 "events/TextEvent.idl", 1304 "events/TextEvent.idl",
1304 "events/TouchEvent.idl", 1305 "events/TouchEvent.idl",
1305 "events/TransitionEvent.idl", 1306 "events/TransitionEvent.idl",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 # interfaces that inherit from Event, including Event itself 1399 # interfaces that inherit from Event, including Event itself
1399 core_event_idl_files = get_path_info([ 1400 core_event_idl_files = get_path_info([
1400 "css/FontFaceSetLoadEvent.idl", 1401 "css/FontFaceSetLoadEvent.idl",
1401 "css/MediaQueryListEvent.idl", 1402 "css/MediaQueryListEvent.idl",
1402 "events/AnimationPlayerEvent.idl", 1403 "events/AnimationPlayerEvent.idl",
1403 "events/CompositionEvent.idl", 1404 "events/CompositionEvent.idl",
1404 "events/CustomEvent.idl", 1405 "events/CustomEvent.idl",
1405 "events/ErrorEvent.idl", 1406 "events/ErrorEvent.idl",
1406 "events/Event.idl", 1407 "events/Event.idl",
1407 "events/FocusEvent.idl", 1408 "events/FocusEvent.idl",
1409 "events/GestureEvent.idl",
1408 "events/HashChangeEvent.idl", 1410 "events/HashChangeEvent.idl",
1409 "events/KeyboardEvent.idl", 1411 "events/KeyboardEvent.idl",
1410 "events/MouseEvent.idl", 1412 "events/MouseEvent.idl",
1411 "events/PageTransitionEvent.idl", 1413 "events/PageTransitionEvent.idl",
1412 "events/PopStateEvent.idl", 1414 "events/PopStateEvent.idl",
1413 "events/ProgressEvent.idl", 1415 "events/ProgressEvent.idl",
1414 "events/ResourceProgressEvent.idl", 1416 "events/ResourceProgressEvent.idl",
1415 "events/TextEvent.idl", 1417 "events/TextEvent.idl",
1416 "events/TouchEvent.idl", 1418 "events/TouchEvent.idl",
1417 "events/TransitionEvent.idl", 1419 "events/TransitionEvent.idl",
1418 "events/UIEvent.idl", 1420 "events/UIEvent.idl",
1419 "events/AnimationEvent.idl", 1421 "events/AnimationEvent.idl",
1420 "events/WheelEvent.idl", 1422 "events/WheelEvent.idl",
1421 "html/canvas/WebGLContextEvent.idl", 1423 "html/canvas/WebGLContextEvent.idl",
1422 ], 1424 ],
1423 "abspath") 1425 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698