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

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

Issue 459633002: Autosizing storage doesnot belong on FrameView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 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
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | Source/core/frame/FrameView.h » ('J')
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'frame/PlatformEventDispatcher.h', 1169 'frame/PlatformEventDispatcher.h',
1170 'frame/Frame.cpp', 1170 'frame/Frame.cpp',
1171 'frame/Frame.h', 1171 'frame/Frame.h',
1172 'frame/FrameConsole.cpp', 1172 'frame/FrameConsole.cpp',
1173 'frame/FrameDestructionObserver.cpp', 1173 'frame/FrameDestructionObserver.cpp',
1174 'frame/FrameDestructionObserver.h', 1174 'frame/FrameDestructionObserver.h',
1175 'frame/FrameHost.cpp', 1175 'frame/FrameHost.cpp',
1176 'frame/FrameHost.h', 1176 'frame/FrameHost.h',
1177 'frame/FrameOwner.h', 1177 'frame/FrameOwner.h',
1178 'frame/FrameView.cpp', 1178 'frame/FrameView.cpp',
1179 'frame/FrameViewAutoSizeInfo.cpp',
1179 'frame/History.cpp', 1180 'frame/History.cpp',
1180 'frame/History.h', 1181 'frame/History.h',
1181 'frame/ImageBitmap.cpp', 1182 'frame/ImageBitmap.cpp',
1182 'frame/ImageBitmap.h', 1183 'frame/ImageBitmap.h',
1183 'frame/LocalDOMWindow.h', 1184 'frame/LocalDOMWindow.h',
1184 'frame/LocalDOMWindow.cpp', 1185 'frame/LocalDOMWindow.cpp',
1185 'frame/LocalFrame.cpp', 1186 'frame/LocalFrame.cpp',
1186 'frame/LocalFrame.h', 1187 'frame/LocalFrame.h',
1187 'frame/Location.cpp', 1188 'frame/Location.cpp',
1188 'frame/Location.h', 1189 'frame/Location.h',
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 'rendering/shapes/BoxShapeTest.cpp', 3466 'rendering/shapes/BoxShapeTest.cpp',
3466 'rendering/style/OutlineValueTest.cpp', 3467 'rendering/style/OutlineValueTest.cpp',
3467 'testing/PrivateScriptTestTest.cpp', 3468 'testing/PrivateScriptTestTest.cpp',
3468 'streams/ReadableStreamTest.cpp', 3469 'streams/ReadableStreamTest.cpp',
3469 'testing/UnitTestHelpers.cpp', 3470 'testing/UnitTestHelpers.cpp',
3470 'testing/UnitTestHelpers.h', 3471 'testing/UnitTestHelpers.h',
3471 'xml/parser/SharedBufferReaderTest.cpp', 3472 'xml/parser/SharedBufferReaderTest.cpp',
3472 ], 3473 ],
3473 } 3474 }
3474 } 3475 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameView.h » ('j') | Source/core/frame/FrameView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698