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

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

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 7 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/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/css/CSS.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 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 11 'css/CSSMediaRule.idl',
11 'css/CSSPageRule.idl', 12 'css/CSSPageRule.idl',
12 'css/CSSPrimitiveValue.idl', 13 'css/CSSPrimitiveValue.idl',
13 'css/CSSRule.idl', 14 'css/CSSRule.idl',
14 'css/CSSRuleList.idl', 15 'css/CSSRuleList.idl',
15 'css/CSSStyleDeclaration.idl', 16 'css/CSSStyleDeclaration.idl',
16 'css/CSSStyleRule.idl', 17 'css/CSSStyleRule.idl',
17 'css/CSSStyleSheet.idl', 18 'css/CSSStyleSheet.idl',
18 'css/CSSSupportsRule.idl', 19 'css/CSSSupportsRule.idl',
19 # We should probably add CSSUnknownRule.idl to this list, 20 # We should probably add CSSUnknownRule.idl to this list,
20 # but it currently causes a compile error. 21 # but it currently causes a compile error.
21 # 'css/CSSUnknownRule.idl', 22 # 'css/CSSUnknownRule.idl',
22 'css/CSSValue.idl', 23 'css/CSSValue.idl',
23 'css/CSSValueList.idl', 24 'css/CSSValueList.idl',
24 'css/Counter.idl', 25 'css/Counter.idl',
25 'css/DOMWindowCSS.idl',
26 'css/FontLoader.idl', 26 'css/FontLoader.idl',
27 'css/MediaList.idl', 27 'css/MediaList.idl',
28 'css/MediaQueryList.idl', 28 'css/MediaQueryList.idl',
29 'css/Rect.idl', 29 'css/Rect.idl',
30 'css/RGBColor.idl', 30 'css/RGBColor.idl',
31 'css/StyleMedia.idl', 31 'css/StyleMedia.idl',
32 'css/StyleSheet.idl', 32 'css/StyleSheet.idl',
33 'css/StyleSheetList.idl', 33 'css/StyleSheetList.idl',
34 'css/WebKitCSSFilterRule.idl', 34 'css/WebKitCSSFilterRule.idl',
35 'css/WebKitCSSFilterValue.idl', 35 'css/WebKitCSSFilterValue.idl',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'dom/UIEvent.idl', 107 'dom/UIEvent.idl',
108 'dom/WheelEvent.idl', 108 'dom/WheelEvent.idl',
109 'dom/shadow/ShadowRoot.idl', 109 'dom/shadow/ShadowRoot.idl',
110 'fileapi/Blob.idl', 110 'fileapi/Blob.idl',
111 'fileapi/File.idl', 111 'fileapi/File.idl',
112 'fileapi/FileError.idl', 112 'fileapi/FileError.idl',
113 'fileapi/FileException.idl', 113 'fileapi/FileException.idl',
114 'fileapi/FileList.idl', 114 'fileapi/FileList.idl',
115 'fileapi/FileReader.idl', 115 'fileapi/FileReader.idl',
116 'fileapi/FileReaderSync.idl', 116 'fileapi/FileReaderSync.idl',
117 'html/DOMFormData.idl',
118 'html/DOMSettableTokenList.idl', 117 'html/DOMSettableTokenList.idl',
119 'html/DOMTokenList.idl', 118 'html/DOMTokenList.idl',
120 'html/DOMURL.idl', 119 'html/FormData.idl',
121 'html/HTMLAllCollection.idl', 120 'html/HTMLAllCollection.idl',
122 'html/HTMLAnchorElement.idl', 121 'html/HTMLAnchorElement.idl',
123 'html/HTMLAppletElement.idl', 122 'html/HTMLAppletElement.idl',
124 'html/HTMLAreaElement.idl', 123 'html/HTMLAreaElement.idl',
125 'html/HTMLAudioElement.idl', 124 'html/HTMLAudioElement.idl',
126 'html/HTMLBRElement.idl', 125 'html/HTMLBRElement.idl',
127 'html/HTMLBaseElement.idl', 126 'html/HTMLBaseElement.idl',
128 'html/HTMLBodyElement.idl', 127 'html/HTMLBodyElement.idl',
129 'html/HTMLButtonElement.idl', 128 'html/HTMLButtonElement.idl',
130 'html/HTMLCanvasElement.idl', 129 'html/HTMLCanvasElement.idl',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'html/HTMLUnknownElement.idl', 192 'html/HTMLUnknownElement.idl',
194 'html/HTMLVideoElement.idl', 193 'html/HTMLVideoElement.idl',
195 'html/ImageData.idl', 194 'html/ImageData.idl',
196 'html/MediaController.idl', 195 'html/MediaController.idl',
197 'html/MediaError.idl', 196 'html/MediaError.idl',
198 'html/MediaKeyError.idl', 197 'html/MediaKeyError.idl',
199 'html/MediaKeyEvent.idl', 198 'html/MediaKeyEvent.idl',
200 'html/RadioNodeList.idl', 199 'html/RadioNodeList.idl',
201 'html/TextMetrics.idl', 200 'html/TextMetrics.idl',
202 'html/TimeRanges.idl', 201 'html/TimeRanges.idl',
202 'html/URL.idl',
203 'html/ValidityState.idl', 203 'html/ValidityState.idl',
204 'html/VoidCallback.idl', 204 'html/VoidCallback.idl',
205 'html/canvas/ArrayBuffer.idl', 205 'html/canvas/ArrayBuffer.idl',
206 'html/canvas/ArrayBufferView.idl', 206 'html/canvas/ArrayBufferView.idl',
207 'html/canvas/CanvasGradient.idl', 207 'html/canvas/CanvasGradient.idl',
208 'html/canvas/CanvasPattern.idl', 208 'html/canvas/CanvasPattern.idl',
209 'html/canvas/CanvasRenderingContext.idl', 209 'html/canvas/CanvasRenderingContext.idl',
210 'html/canvas/CanvasRenderingContext2D.idl', 210 'html/canvas/CanvasRenderingContext2D.idl',
211 'html/canvas/Canvas2DContextAttributes.idl', 211 'html/canvas/Canvas2DContextAttributes.idl',
212 'html/canvas/DataView.idl', 212 'html/canvas/DataView.idl',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'inspector/InjectedScriptHost.idl', 261 'inspector/InjectedScriptHost.idl',
262 'inspector/InspectorFrontendHost.idl', 262 'inspector/InspectorFrontendHost.idl',
263 'inspector/JavaScriptCallFrame.idl', 263 'inspector/JavaScriptCallFrame.idl',
264 'inspector/ScriptProfile.idl', 264 'inspector/ScriptProfile.idl',
265 'inspector/ScriptProfileNode.idl', 265 'inspector/ScriptProfileNode.idl',
266 'loader/appcache/DOMApplicationCache.idl', 266 'loader/appcache/DOMApplicationCache.idl',
267 'page/BarProp.idl', 267 'page/BarProp.idl',
268 'page/Console.idl', 268 'page/Console.idl',
269 'page/Crypto.idl', 269 'page/Crypto.idl',
270 'page/DOMPoint.idl', 270 'page/DOMPoint.idl',
271 'page/DOMSecurityPolicy.idl',
272 'page/DOMSelection.idl',
273 'page/DOMWindow.idl', 271 'page/DOMWindow.idl',
274 'page/DOMWindowPagePopup.idl', 272 'page/DOMWindowPagePopup.idl',
275 'page/EventSource.idl', 273 'page/EventSource.idl',
276 'page/History.idl', 274 'page/History.idl',
277 'page/Location.idl', 275 'page/Location.idl',
278 'page/MemoryInfo.idl', 276 'page/MemoryInfo.idl',
279 'page/Navigator.idl', 277 'page/Navigator.idl',
280 'page/PagePopupController.idl', 278 'page/PagePopupController.idl',
281 'page/Performance.idl', 279 'page/Performance.idl',
282 'page/PerformanceEntry.idl', 280 'page/PerformanceEntry.idl',
283 'page/PerformanceMark.idl', 281 'page/PerformanceMark.idl',
284 'page/PerformanceMeasure.idl', 282 'page/PerformanceMeasure.idl',
285 'page/PerformanceNavigation.idl', 283 'page/PerformanceNavigation.idl',
286 'page/PerformanceResourceTiming.idl', 284 'page/PerformanceResourceTiming.idl',
287 'page/PerformanceTiming.idl', 285 'page/PerformanceTiming.idl',
288 'page/Screen.idl', 286 'page/Screen.idl',
287 'page/SecurityPolicy.idl',
288 'page/Selection.idl',
289 'page/SpeechInputEvent.idl', 289 'page/SpeechInputEvent.idl',
290 'page/SpeechInputResult.idl', 290 'page/SpeechInputResult.idl',
291 'page/SpeechInputResultList.idl', 291 'page/SpeechInputResultList.idl',
292 'page/WorkerNavigator.idl', 292 'page/WorkerNavigator.idl',
293 'plugins/DOMMimeType.idl', 293 'plugins/DOMMimeType.idl',
294 'plugins/DOMMimeTypeArray.idl', 294 'plugins/DOMMimeTypeArray.idl',
295 'plugins/DOMPlugin.idl', 295 'plugins/DOMPlugin.idl',
296 'plugins/DOMPluginArray.idl', 296 'plugins/DOMPluginArray.idl',
297 'storage/Storage.idl', 297 'storage/Storage.idl',
298 'storage/StorageEvent.idl', 298 'storage/StorageEvent.idl',
(...skipping 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3677 'bison_exe': 'bison', 3677 'bison_exe': 'bison',
3678 # We specify a preprocess so it happens locally and won't get 3678 # We specify a preprocess so it happens locally and won't get
3679 # distributed to goma. 3679 # distributed to goma.
3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3681 # use /usr/bin/clang once we require Xcode 4.x. 3681 # use /usr/bin/clang once we require Xcode 4.x.
3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3683 }], 3683 }],
3684 ], 3684 ],
3685 } 3685 }
3686 } 3686 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/css/CSS.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698