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

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

Issue 138223002: WIP: Implement binding layer for Blink-in-JavaScript Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/build/scripts/make_blink_in_javascript.py ('k') | Source/core/core_derived_sources.gyp » ('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 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'frame/ConsoleBase.cpp', 1030 'frame/ConsoleBase.cpp',
1031 'frame/ConsoleBase.h', 1031 'frame/ConsoleBase.h',
1032 'frame/ContentSecurityPolicy.cpp', 1032 'frame/ContentSecurityPolicy.cpp',
1033 'frame/ContentSecurityPolicyResponseHeaders.cpp', 1033 'frame/ContentSecurityPolicyResponseHeaders.cpp',
1034 'frame/DOMPoint.h', 1034 'frame/DOMPoint.h',
1035 'frame/DOMSecurityPolicy.cpp', 1035 'frame/DOMSecurityPolicy.cpp',
1036 'frame/DOMTimer.cpp', 1036 'frame/DOMTimer.cpp',
1037 'frame/DOMTimer.h', 1037 'frame/DOMTimer.h',
1038 'frame/DOMWindow.cpp', 1038 'frame/DOMWindow.cpp',
1039 'frame/DOMWindow.h', 1039 'frame/DOMWindow.h',
1040 'frame/DOMWindowBase64.cpp',
1041 'frame/DOMWindowBase64.h',
1042 'frame/DOMWindowEventHandlers.h', 1040 'frame/DOMWindowEventHandlers.h',
1043 'frame/DOMWindowLifecycleNotifier.cpp', 1041 'frame/DOMWindowLifecycleNotifier.cpp',
1044 'frame/DOMWindowLifecycleNotifier.h', 1042 'frame/DOMWindowLifecycleNotifier.h',
1045 'frame/DOMWindowLifecycleObserver.cpp', 1043 'frame/DOMWindowLifecycleObserver.cpp',
1046 'frame/DOMWindowLifecycleObserver.h', 1044 'frame/DOMWindowLifecycleObserver.h',
1047 'frame/DOMWindowProperty.cpp', 1045 'frame/DOMWindowProperty.cpp',
1048 'frame/DOMWindowProperty.h', 1046 'frame/DOMWindowProperty.h',
1049 'frame/DOMWindowTimers.cpp', 1047 'frame/DOMWindowTimers.cpp',
1050 'frame/DOMWindowTimers.h', 1048 'frame/DOMWindowTimers.h',
1051 'frame/Frame.cpp', 1049 'frame/Frame.cpp',
(...skipping 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 'html/track/vtt/BufferedLineReaderTest.cpp', 3252 'html/track/vtt/BufferedLineReaderTest.cpp',
3255 'html/track/vtt/VTTScannerTest.cpp', 3253 'html/track/vtt/VTTScannerTest.cpp',
3256 'frame/ImageBitmapTest.cpp', 3254 'frame/ImageBitmapTest.cpp',
3257 'rendering/RenderOverflowTest.cpp', 3255 'rendering/RenderOverflowTest.cpp',
3258 'rendering/shapes/BoxShapeTest.cpp', 3256 'rendering/shapes/BoxShapeTest.cpp',
3259 'testing/UnitTestHelpers.h', 3257 'testing/UnitTestHelpers.h',
3260 'testing/UnitTestHelpers.cpp', 3258 'testing/UnitTestHelpers.cpp',
3261 ], 3259 ],
3262 } 3260 }
3263 } 3261 }
OLDNEW
« no previous file with comments | « Source/build/scripts/make_blink_in_javascript.py ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698