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

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

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'events/TransitionEvent.idl', 153 'events/TransitionEvent.idl',
154 'events/UIEvent.idl', 154 'events/UIEvent.idl',
155 'events/WheelEvent.idl', 155 'events/WheelEvent.idl',
156 'fileapi/Blob.idl', 156 'fileapi/Blob.idl',
157 'fileapi/File.idl', 157 'fileapi/File.idl',
158 'fileapi/BlobCallback.idl', 158 'fileapi/BlobCallback.idl',
159 'fileapi/FileList.idl', 159 'fileapi/FileList.idl',
160 'fileapi/FileReader.idl', 160 'fileapi/FileReader.idl',
161 'fileapi/FileReaderSync.idl', 161 'fileapi/FileReaderSync.idl',
162 'frame/BarProp.idl', 162 'frame/BarProp.idl',
163 'frame/External.idl',
163 'frame/History.idl', 164 'frame/History.idl',
164 'frame/ImageBitmap.idl', 165 'frame/ImageBitmap.idl',
165 'frame/Location.idl', 166 'frame/Location.idl',
166 'frame/VisualViewport.idl', 167 'frame/VisualViewport.idl',
167 'html/FormData.idl', 168 'html/FormData.idl',
168 'html/HTMLAllCollection.idl', 169 'html/HTMLAllCollection.idl',
169 'html/HTMLAnchorElement.idl', 170 'html/HTMLAnchorElement.idl',
170 'html/HTMLAreaElement.idl', 171 'html/HTMLAreaElement.idl',
171 'html/HTMLAudioElement.idl', 172 'html/HTMLAudioElement.idl',
172 'html/HTMLBRElement.idl', 173 'html/HTMLBRElement.idl',
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 'frame/DOMWindowTimers.cpp', 1740 'frame/DOMWindowTimers.cpp',
1740 'frame/DOMWindowTimers.h', 1741 'frame/DOMWindowTimers.h',
1741 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1742 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1742 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1743 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1743 'frame/Deprecation.cpp', 1744 'frame/Deprecation.cpp',
1744 'frame/Deprecation.h', 1745 'frame/Deprecation.h',
1745 'frame/DeviceSingleWindowEventController.cpp', 1746 'frame/DeviceSingleWindowEventController.cpp',
1746 'frame/DeviceSingleWindowEventController.h', 1747 'frame/DeviceSingleWindowEventController.h',
1747 'frame/EventHandlerRegistry.cpp', 1748 'frame/EventHandlerRegistry.cpp',
1748 'frame/EventHandlerRegistry.h', 1749 'frame/EventHandlerRegistry.h',
1750 'frame/External.h',
1749 'frame/Frame.cpp', 1751 'frame/Frame.cpp',
1750 'frame/Frame.h', 1752 'frame/Frame.h',
1751 'frame/FrameConsole.cpp', 1753 'frame/FrameConsole.cpp',
1752 'frame/FrameHost.cpp', 1754 'frame/FrameHost.cpp',
1753 'frame/FrameHost.h', 1755 'frame/FrameHost.h',
1754 'frame/FrameOwner.h', 1756 'frame/FrameOwner.h',
1755 'frame/FrameSerializer.cpp', 1757 'frame/FrameSerializer.cpp',
1756 'frame/FrameSerializer.h', 1758 'frame/FrameSerializer.h',
1757 'frame/FrameView.cpp', 1759 'frame/FrameView.cpp',
1758 'frame/FrameView.h', 1760 'frame/FrameView.h',
(...skipping 2472 matching lines...) Expand 10 before | Expand all | Expand 10 after
4231 'testing/PrivateScriptTestTest.cpp', 4233 'testing/PrivateScriptTestTest.cpp',
4232 'timing/MemoryInfoTest.cpp', 4234 'timing/MemoryInfoTest.cpp',
4233 'timing/PerformanceBaseTest.cpp', 4235 'timing/PerformanceBaseTest.cpp',
4234 'timing/PerformanceObserverTest.cpp', 4236 'timing/PerformanceObserverTest.cpp',
4235 'workers/WorkerThreadTest.cpp', 4237 'workers/WorkerThreadTest.cpp',
4236 'workers/WorkerThreadTestHelper.h', 4238 'workers/WorkerThreadTestHelper.h',
4237 'xml/parser/SharedBufferReaderTest.cpp', 4239 'xml/parser/SharedBufferReaderTest.cpp',
4238 ], 4240 ],
4239 } 4241 }
4240 } 4242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698