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

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

Issue 880473003: sky-scrollable should use a reasonable fling curve (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now with heights 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/DOMTimeStamp.h » ('j') | sky/engine/web/ChromeClientImpl.cpp » ('J')
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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "dom/DocumentOrderedList.h", 417 "dom/DocumentOrderedList.h",
418 "dom/DocumentOrderedMap.cpp", 418 "dom/DocumentOrderedMap.cpp",
419 "dom/DocumentOrderedMap.h", 419 "dom/DocumentOrderedMap.h",
420 "dom/DocumentParser.cpp", 420 "dom/DocumentParser.cpp",
421 "dom/DocumentParser.h", 421 "dom/DocumentParser.h",
422 "dom/DocumentSupplementable.h", 422 "dom/DocumentSupplementable.h",
423 "dom/DOMError.cpp", 423 "dom/DOMError.cpp",
424 "dom/DOMError.h", 424 "dom/DOMError.h",
425 "dom/DOMException.cpp", 425 "dom/DOMException.cpp",
426 "dom/DOMException.h", 426 "dom/DOMException.h",
427 "dom/DOMTimeStamp.h",
428 "dom/DOMTokenList.cpp", 427 "dom/DOMTokenList.cpp",
429 "dom/DOMTokenList.h", 428 "dom/DOMTokenList.h",
430 "dom/DOMURL.cpp", 429 "dom/DOMURL.cpp",
431 "dom/DOMURL.h", 430 "dom/DOMURL.h",
432 "dom/DOMURLUtils.cpp", 431 "dom/DOMURLUtils.cpp",
433 "dom/DOMURLUtils.h", 432 "dom/DOMURLUtils.h",
434 "dom/DOMURLUtilsReadOnly.cpp", 433 "dom/DOMURLUtilsReadOnly.cpp",
435 "dom/DOMURLUtilsReadOnly.h", 434 "dom/DOMURLUtilsReadOnly.h",
436 "dom/Element.cpp", 435 "dom/Element.cpp",
437 "dom/Element.h", 436 "dom/Element.h",
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "events/KeyboardEvent.idl", 1354 "events/KeyboardEvent.idl",
1356 "events/PageTransitionEvent.idl", 1355 "events/PageTransitionEvent.idl",
1357 "events/PointerEvent.idl", 1356 "events/PointerEvent.idl",
1358 "events/TextEvent.idl", 1357 "events/TextEvent.idl",
1359 "events/TransitionEvent.idl", 1358 "events/TransitionEvent.idl",
1360 "events/UIEvent.idl", 1359 "events/UIEvent.idl",
1361 "events/AnimationEvent.idl", 1360 "events/AnimationEvent.idl",
1362 "html/canvas/WebGLContextEvent.idl", 1361 "html/canvas/WebGLContextEvent.idl",
1363 ], 1362 ],
1364 "abspath") 1363 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMTimeStamp.h » ('j') | sky/engine/web/ChromeClientImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698