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

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

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
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.cpp', 1121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.cpp',
1122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', 1122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
1123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.cpp', 1123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.cpp',
1124 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h', 1124 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h',
1125 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.cpp', 1125 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.cpp',
1126 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1126 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1127 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. cpp', 1127 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. cpp',
1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', 1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp',
1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1131 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.cpp',
1132 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
1133 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.cpp',
1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
1131 ], 1135 ],
1132 'sources/': [ 1136 'sources/': [
1133 ['exclude', 'testing/js'], 1137 ['exclude', 'testing/js'],
1134 ], 1138 ],
1135 }, 1139 },
1136 ], # targets 1140 ], # targets
1137 } 1141 }
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/fast/events/touch/compositor-touch-hit-rects-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698