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

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

Issue 183713002: Add Frame and RemoteFrame classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unneeded method definition Created 6 years, 9 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/Frame.h » ('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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'frame/DOMWindowLifecycleObserver.cpp', 1058 'frame/DOMWindowLifecycleObserver.cpp',
1059 'frame/DOMWindowLifecycleObserver.h', 1059 'frame/DOMWindowLifecycleObserver.h',
1060 'frame/DOMWindowProperty.cpp', 1060 'frame/DOMWindowProperty.cpp',
1061 'frame/DOMWindowProperty.h', 1061 'frame/DOMWindowProperty.h',
1062 'frame/DOMWindowTimers.cpp', 1062 'frame/DOMWindowTimers.cpp',
1063 'frame/DOMWindowTimers.h', 1063 'frame/DOMWindowTimers.h',
1064 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.cpp', 1064 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.cpp',
1065 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h', 1065 'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h',
1066 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1066 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1067 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1067 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1068 'frame/Frame.cpp',
1069 'frame/Frame.h',
1068 'frame/FrameDestructionObserver.cpp', 1070 'frame/FrameDestructionObserver.cpp',
1069 'frame/FrameDestructionObserver.h', 1071 'frame/FrameDestructionObserver.h',
1070 'frame/FrameHost.cpp', 1072 'frame/FrameHost.cpp',
1071 'frame/FrameHost.h', 1073 'frame/FrameHost.h',
1072 'frame/FrameView.cpp', 1074 'frame/FrameView.cpp',
1073 'frame/History.cpp', 1075 'frame/History.cpp',
1074 'frame/History.h', 1076 'frame/History.h',
1075 'frame/ImageBitmap.cpp', 1077 'frame/ImageBitmap.cpp',
1076 'frame/ImageBitmap.h', 1078 'frame/ImageBitmap.h',
1077 'frame/LocalFrame.cpp', 1079 'frame/LocalFrame.cpp',
1078 'frame/LocalFrame.h', 1080 'frame/LocalFrame.h',
1079 'frame/Location.cpp', 1081 'frame/Location.cpp',
1080 'frame/Location.h', 1082 'frame/Location.h',
1081 'frame/Navigator.cpp', 1083 'frame/Navigator.cpp',
1082 'frame/Navigator.h', 1084 'frame/Navigator.h',
1083 'frame/NavigatorBase.h', 1085 'frame/NavigatorBase.h',
1084 'frame/NavigatorID.cpp', 1086 'frame/NavigatorID.cpp',
1085 'frame/NavigatorID.h', 1087 'frame/NavigatorID.h',
1086 'frame/NavigatorOnLine.h', 1088 'frame/NavigatorOnLine.h',
1087 'frame/PageConsole.cpp', 1089 'frame/PageConsole.cpp',
1090 'frame/RemoteFrame.cpp',
1091 'frame/RemoteFrame.h',
1088 'frame/Screen.cpp', 1092 'frame/Screen.cpp',
1089 'frame/Screen.h', 1093 'frame/Screen.h',
1090 'frame/Settings.cpp', 1094 'frame/Settings.cpp',
1091 'frame/SettingsDelegate.cpp', 1095 'frame/SettingsDelegate.cpp',
1092 'frame/SettingsDelegate.h', 1096 'frame/SettingsDelegate.h',
1093 'frame/SuspendableTimer.cpp', 1097 'frame/SuspendableTimer.cpp',
1094 'frame/SuspendableTimer.h', 1098 'frame/SuspendableTimer.h',
1095 'frame/UseCounter.cpp', 1099 'frame/UseCounter.cpp',
1096 'frame/csp/CSPSource.cpp', 1100 'frame/csp/CSPSource.cpp',
1097 'inspector/AsyncCallStackTracker.cpp', 1101 'inspector/AsyncCallStackTracker.cpp',
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'html/parser/HTMLParserThreadTest.cpp', 3286 'html/parser/HTMLParserThreadTest.cpp',
3283 'html/track/vtt/BufferedLineReaderTest.cpp', 3287 'html/track/vtt/BufferedLineReaderTest.cpp',
3284 'html/track/vtt/VTTScannerTest.cpp', 3288 'html/track/vtt/VTTScannerTest.cpp',
3285 'rendering/RenderOverflowTest.cpp', 3289 'rendering/RenderOverflowTest.cpp',
3286 'rendering/shapes/BoxShapeTest.cpp', 3290 'rendering/shapes/BoxShapeTest.cpp',
3287 'testing/UnitTestHelpers.cpp', 3291 'testing/UnitTestHelpers.cpp',
3288 'testing/UnitTestHelpers.h', 3292 'testing/UnitTestHelpers.h',
3289 ], 3293 ],
3290 } 3294 }
3291 } 3295 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698