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

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

Issue 2094653002: Make LocalFrame::nodeImage() to take an image for the element with :-webkit-drag pseudo class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-06-24T14:46:18 Created 4 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 | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4069 matching lines...) Expand 10 before | Expand all | Expand 10 after
4080 'fetch/MultipartImageResourceParserTest.cpp', 4080 'fetch/MultipartImageResourceParserTest.cpp',
4081 'fetch/RawResourceTest.cpp', 4081 'fetch/RawResourceTest.cpp',
4082 'fetch/ResourceFetcherTest.cpp', 4082 'fetch/ResourceFetcherTest.cpp',
4083 'fetch/ResourceLoaderOptionsTest.cpp', 4083 'fetch/ResourceLoaderOptionsTest.cpp',
4084 'fetch/ResourceTest.cpp', 4084 'fetch/ResourceTest.cpp',
4085 'fileapi/FileListTest.cpp', 4085 'fileapi/FileListTest.cpp',
4086 'fileapi/FileTest.cpp', 4086 'fileapi/FileTest.cpp',
4087 'frame/FrameViewTest.cpp', 4087 'frame/FrameViewTest.cpp',
4088 'frame/HistoryTest.cpp', 4088 'frame/HistoryTest.cpp',
4089 'frame/ImageBitmapTest.cpp', 4089 'frame/ImageBitmapTest.cpp',
4090 'frame/LocalFrameTest.cpp',
4090 'frame/OriginsUsingFeaturesTest.cpp', 4091 'frame/OriginsUsingFeaturesTest.cpp',
4091 'frame/RootFrameViewportTest.cpp', 4092 'frame/RootFrameViewportTest.cpp',
4092 'frame/SubresourceIntegrityTest.cpp', 4093 'frame/SubresourceIntegrityTest.cpp',
4093 'frame/UseCounterTest.cpp', 4094 'frame/UseCounterTest.cpp',
4094 'frame/csp/CSPDirectiveListTest.cpp', 4095 'frame/csp/CSPDirectiveListTest.cpp',
4095 'frame/csp/CSPSourceListTest.cpp', 4096 'frame/csp/CSPSourceListTest.cpp',
4096 'frame/csp/CSPSourceTest.cpp', 4097 'frame/csp/CSPSourceTest.cpp',
4097 'frame/csp/ContentSecurityPolicyTest.cpp', 4098 'frame/csp/ContentSecurityPolicyTest.cpp',
4098 'html/AutoplayExperimentTest.cpp', 4099 'html/AutoplayExperimentTest.cpp',
4099 'html/FormDataTest.cpp', 4100 'html/FormDataTest.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 'testing/PrivateScriptTestTest.cpp', 4192 'testing/PrivateScriptTestTest.cpp',
4192 'timing/MemoryInfoTest.cpp', 4193 'timing/MemoryInfoTest.cpp',
4193 'timing/PerformanceBaseTest.cpp', 4194 'timing/PerformanceBaseTest.cpp',
4194 'timing/PerformanceObserverTest.cpp', 4195 'timing/PerformanceObserverTest.cpp',
4195 'workers/WorkerThreadTest.cpp', 4196 'workers/WorkerThreadTest.cpp',
4196 'workers/WorkerThreadTestHelper.h', 4197 'workers/WorkerThreadTestHelper.h',
4197 'xml/parser/SharedBufferReaderTest.cpp', 4198 'xml/parser/SharedBufferReaderTest.cpp',
4198 ], 4199 ],
4199 } 4200 }
4200 } 4201 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698