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

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: Various fixes and test additions 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', 1109 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp',
1110 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', 1110 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h',
1111 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalProfilers.cpp', 1111 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalProfilers.cpp',
1112 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h', 1112 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h',
1113 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', 1113 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp',
1114 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1114 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1115 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1115 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1116 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1116 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1117 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1117 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1118 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1118 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1119 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRect.cpp',
1120 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
1121 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRectList.cpp',
1122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
1119 ], 1123 ],
1120 'sources/': [ 1124 'sources/': [
1121 ['exclude', 'testing/js'], 1125 ['exclude', 'testing/js'],
1122 ], 1126 ],
1123 }, 1127 },
1124 ], # targets 1128 ], # targets
1125 } 1129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698