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

Side by Side Diff: Source/core/core.gypi

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/touchadjustment/rotated-node-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 'page/CreateWindow.h', 1410 'page/CreateWindow.h',
1411 'page/DOMSelection.cpp', 1411 'page/DOMSelection.cpp',
1412 'page/DOMSelection.h', 1412 'page/DOMSelection.h',
1413 'page/DOMWindowPagePopup.cpp', 1413 'page/DOMWindowPagePopup.cpp',
1414 'page/DOMWindowPagePopup.h', 1414 'page/DOMWindowPagePopup.h',
1415 'page/DragController.cpp', 1415 'page/DragController.cpp',
1416 'page/DragData.cpp', 1416 'page/DragData.cpp',
1417 'page/EventHandler.cpp', 1417 'page/EventHandler.cpp',
1418 'page/EventSource.cpp', 1418 'page/EventSource.cpp',
1419 'page/EventSource.h', 1419 'page/EventSource.h',
1420 'page/EventWithHitTestResults.h',
1420 'page/FocusController.cpp', 1421 'page/FocusController.cpp',
1421 'page/FocusType.h', 1422 'page/FocusType.h',
1422 'page/FrameTree.cpp', 1423 'page/FrameTree.cpp',
1423 'page/InjectedStyleSheets.cpp', 1424 'page/InjectedStyleSheets.cpp',
1424 'page/InjectedStyleSheets.h', 1425 'page/InjectedStyleSheets.h',
1425 'page/MouseEventWithHitTestResults.cpp',
1426 'page/MouseEventWithHitTestResults.h',
1427 'page/NetworkStateNotifier.cpp', 1426 'page/NetworkStateNotifier.cpp',
1428 'page/NetworkStateNotifier.h', 1427 'page/NetworkStateNotifier.h',
1429 'page/Page.cpp', 1428 'page/Page.cpp',
1430 'page/Page.h', 1429 'page/Page.h',
1431 'page/PageAnimator.cpp', 1430 'page/PageAnimator.cpp',
1432 'page/PageAnimator.h', 1431 'page/PageAnimator.h',
1433 'page/PageLifecycleNotifier.cpp', 1432 'page/PageLifecycleNotifier.cpp',
1434 'page/PageLifecycleNotifier.h', 1433 'page/PageLifecycleNotifier.h',
1435 'page/PageLifecycleObserver.cpp', 1434 'page/PageLifecycleObserver.cpp',
1436 'page/PageLifecycleObserver.h', 1435 'page/PageLifecycleObserver.h',
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
3446 'loader/MixedContentCheckerTest.cpp', 3445 'loader/MixedContentCheckerTest.cpp',
3447 'page/NetworkStateNotifierTest.cpp', 3446 'page/NetworkStateNotifierTest.cpp',
3448 'rendering/RenderOverflowTest.cpp', 3447 'rendering/RenderOverflowTest.cpp',
3449 'rendering/shapes/BoxShapeTest.cpp', 3448 'rendering/shapes/BoxShapeTest.cpp',
3450 'testing/UnitTestHelpers.cpp', 3449 'testing/UnitTestHelpers.cpp',
3451 'testing/UnitTestHelpers.h', 3450 'testing/UnitTestHelpers.h',
3452 'xml/parser/SharedBufferReaderTest.cpp', 3451 'xml/parser/SharedBufferReaderTest.cpp',
3453 ], 3452 ],
3454 } 3453 }
3455 } 3454 }
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/rotated-node-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698