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

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

Issue 183743013: Rename Clipboard.idl to DataTransfer.idl to match the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « Source/core/clipboard/DataTransfer.idl ('k') | Source/core/events/Event.idl » ('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/DataTransfer.idl',
11 'clipboard/DataTransferItem.idl', 11 'clipboard/DataTransferItem.idl',
12 'clipboard/DataTransferItemList.idl', 12 'clipboard/DataTransferItemList.idl',
13 'css/CSS.idl', 13 'css/CSS.idl',
14 'css/CSSCharsetRule.idl', 14 'css/CSSCharsetRule.idl',
15 'css/CSSFontFaceLoadEvent.idl', 15 'css/CSSFontFaceLoadEvent.idl',
16 'css/CSSFontFaceRule.idl', 16 'css/CSSFontFaceRule.idl',
17 'css/CSSImportRule.idl', 17 'css/CSSImportRule.idl',
18 'css/CSSKeyframeRule.idl', 18 'css/CSSKeyframeRule.idl',
19 'css/CSSKeyframesRule.idl', 19 'css/CSSKeyframesRule.idl',
20 'css/CSSMediaRule.idl', 20 'css/CSSMediaRule.idl',
(...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'html/parser/HTMLParserThreadTest.cpp', 3282 'html/parser/HTMLParserThreadTest.cpp',
3283 'html/track/vtt/BufferedLineReaderTest.cpp', 3283 'html/track/vtt/BufferedLineReaderTest.cpp',
3284 'html/track/vtt/VTTScannerTest.cpp', 3284 'html/track/vtt/VTTScannerTest.cpp',
3285 'rendering/RenderOverflowTest.cpp', 3285 'rendering/RenderOverflowTest.cpp',
3286 'rendering/shapes/BoxShapeTest.cpp', 3286 'rendering/shapes/BoxShapeTest.cpp',
3287 'testing/UnitTestHelpers.cpp', 3287 'testing/UnitTestHelpers.cpp',
3288 'testing/UnitTestHelpers.h', 3288 'testing/UnitTestHelpers.h',
3289 ], 3289 ],
3290 } 3290 }
3291 } 3291 }
OLDNEW
« no previous file with comments | « Source/core/clipboard/DataTransfer.idl ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698