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

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

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/page/scrolling/ScrollingCoordinator.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 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 3623 matching lines...) Expand 10 before | Expand all | Expand 10 after
3634 'svg/properties/SVGAnimatedProperty.cpp', 3634 'svg/properties/SVGAnimatedProperty.cpp',
3635 'svg/properties/SVGAnimatedProperty.h', 3635 'svg/properties/SVGAnimatedProperty.h',
3636 'svg/properties/SVGAttributeToPropertyMap.cpp', 3636 'svg/properties/SVGAttributeToPropertyMap.cpp',
3637 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 3637 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
3638 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3638 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3639 ], 3639 ],
3640 'deprecated_perl_webcore_test_support_idl_files': [ 3640 'deprecated_perl_webcore_test_support_idl_files': [
3641 'testing/Internals.idl', 3641 'testing/Internals.idl',
3642 'testing/InternalProfilers.idl', 3642 'testing/InternalProfilers.idl',
3643 'testing/InternalSettings.idl', 3643 'testing/InternalSettings.idl',
3644 'testing/LayerRect.idl',
3645 'testing/LayerRectList.idl',
3644 'testing/MallocStatistics.idl', 3646 'testing/MallocStatistics.idl',
3645 'testing/TypeConversions.idl', 3647 'testing/TypeConversions.idl',
3646 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl', 3648 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl',
3647 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.idl', 3649 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.idl',
3648 ], 3650 ],
3649 'python_webcore_test_support_idl_files': [ 3651 'python_webcore_test_support_idl_files': [
3650 ], 3652 ],
3651 'webcore_test_support_files': [ 3653 'webcore_test_support_files': [
3652 'testing/v8/WebCoreTestSupport.cpp', 3654 'testing/v8/WebCoreTestSupport.cpp',
3653 'testing/v8/WebCoreTestSupport.h', 3655 'testing/v8/WebCoreTestSupport.h',
3654 'testing/InspectorFrontendClientLocal.cpp', 3656 'testing/InspectorFrontendClientLocal.cpp',
3655 'testing/InspectorFrontendClientLocal.h', 3657 'testing/InspectorFrontendClientLocal.h',
3656 'testing/Internals.cpp', 3658 'testing/Internals.cpp',
3657 'testing/Internals.h', 3659 'testing/Internals.h',
3658 'testing/InternalProfilers.cpp', 3660 'testing/InternalProfilers.cpp',
3659 'testing/InternalProfilers.h', 3661 'testing/InternalProfilers.h',
3660 'testing/InternalSettings.cpp', 3662 'testing/InternalSettings.cpp',
3661 'testing/InternalSettings.h', 3663 'testing/InternalSettings.h',
3664 'testing/LayerRect.h',
3665 'testing/LayerRectList.cpp',
3666 'testing/LayerRectList.h',
3662 'testing/MallocStatistics.h', 3667 'testing/MallocStatistics.h',
3663 'testing/MockPagePopupDriver.cpp', 3668 'testing/MockPagePopupDriver.cpp',
3664 'testing/MockPagePopupDriver.h', 3669 'testing/MockPagePopupDriver.h',
3665 'testing/TypeConversions.h', 3670 'testing/TypeConversions.h',
3666 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', 3671 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp',
3667 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', 3672 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h',
3668 ], 3673 ],
3669 'webcore_platform_support_files': [ 3674 'webcore_platform_support_files': [
3670 'platform/chromium/support/Platform.cpp', 3675 'platform/chromium/support/Platform.cpp',
3671 'platform/chromium/support/WebActiveGestureAnimation.cpp', 3676 'platform/chromium/support/WebActiveGestureAnimation.cpp',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 'bison_exe': 'bison', 3781 'bison_exe': 'bison',
3777 # We specify a preprocess so it happens locally and won't get 3782 # We specify a preprocess so it happens locally and won't get
3778 # distributed to goma. 3783 # distributed to goma.
3779 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3784 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3780 # use /usr/bin/clang once we require Xcode 4.x. 3785 # use /usr/bin/clang once we require Xcode 4.x.
3781 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3786 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3782 }], 3787 }],
3783 ], 3788 ],
3784 } 3789 }
3785 } 3790 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698