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

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

Issue 573353002: Plumbing toward transitioning remote frame back to a local frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | Source/core/frame/Frame.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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 'frame/NavigatorCPU.h', 1198 'frame/NavigatorCPU.h',
1199 'frame/NavigatorID.cpp', 1199 'frame/NavigatorID.cpp',
1200 'frame/NavigatorID.h', 1200 'frame/NavigatorID.h',
1201 'frame/NavigatorLanguage.cpp', 1201 'frame/NavigatorLanguage.cpp',
1202 'frame/NavigatorLanguage.h', 1202 'frame/NavigatorLanguage.h',
1203 'frame/NavigatorOnLine.h', 1203 'frame/NavigatorOnLine.h',
1204 'frame/PinchViewport.cpp', 1204 'frame/PinchViewport.cpp',
1205 'frame/PinchViewport.h', 1205 'frame/PinchViewport.h',
1206 'frame/RemoteFrame.cpp', 1206 'frame/RemoteFrame.cpp',
1207 'frame/RemoteFrame.h', 1207 'frame/RemoteFrame.h',
1208 'frame/RemoteFrameClient.h',
1208 'frame/RemoteFrameView.cpp', 1209 'frame/RemoteFrameView.cpp',
1209 'frame/RemoteFrameView.h', 1210 'frame/RemoteFrameView.h',
1210 'frame/Screen.cpp', 1211 'frame/Screen.cpp',
1211 'frame/Screen.h', 1212 'frame/Screen.h',
1212 'frame/Settings.cpp', 1213 'frame/Settings.cpp',
1213 'frame/SettingsDelegate.cpp', 1214 'frame/SettingsDelegate.cpp',
1214 'frame/SettingsDelegate.h', 1215 'frame/SettingsDelegate.h',
1215 'frame/SmartClip.cpp', 1216 'frame/SmartClip.cpp',
1216 'frame/SmartClip.h', 1217 'frame/SmartClip.h',
1217 'frame/SuspendableTimer.cpp', 1218 'frame/SuspendableTimer.cpp',
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3524 'rendering/shapes/BoxShapeTest.cpp', 3525 'rendering/shapes/BoxShapeTest.cpp',
3525 'rendering/style/OutlineValueTest.cpp', 3526 'rendering/style/OutlineValueTest.cpp',
3526 'testing/PrivateScriptTestTest.cpp', 3527 'testing/PrivateScriptTestTest.cpp',
3527 'streams/ReadableStreamTest.cpp', 3528 'streams/ReadableStreamTest.cpp',
3528 'testing/UnitTestHelpers.cpp', 3529 'testing/UnitTestHelpers.cpp',
3529 'testing/UnitTestHelpers.h', 3530 'testing/UnitTestHelpers.h',
3530 'xml/parser/SharedBufferReaderTest.cpp', 3531 'xml/parser/SharedBufferReaderTest.cpp',
3531 ], 3532 ],
3532 } 3533 }
3533 } 3534 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | Source/core/frame/Frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698