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

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

Issue 14676023: Remove DOM prefix from plugins IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build due to (unrelated) missing include in generated code 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
OLDNEW
1 1
2 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
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/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'page/PerformanceNavigation.idl', 283 'page/PerformanceNavigation.idl',
284 'page/PerformanceResourceTiming.idl', 284 'page/PerformanceResourceTiming.idl',
285 'page/PerformanceTiming.idl', 285 'page/PerformanceTiming.idl',
286 'page/Screen.idl', 286 'page/Screen.idl',
287 'page/SecurityPolicy.idl', 287 'page/SecurityPolicy.idl',
288 'page/Selection.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/MimeType.idl',
294 'plugins/DOMMimeTypeArray.idl', 294 'plugins/MimeTypeArray.idl',
295 'plugins/DOMPlugin.idl', 295 'plugins/Plugin.idl',
296 'plugins/DOMPluginArray.idl', 296 'plugins/PluginArray.idl',
297 'storage/Storage.idl', 297 'storage/Storage.idl',
298 'storage/StorageEvent.idl', 298 'storage/StorageEvent.idl',
299 'workers/AbstractWorker.idl', 299 'workers/AbstractWorker.idl',
300 'workers/DedicatedWorkerContext.idl', 300 'workers/DedicatedWorkerContext.idl',
301 'workers/SharedWorker.idl', 301 'workers/SharedWorker.idl',
302 'workers/SharedWorkerContext.idl', 302 'workers/SharedWorkerContext.idl',
303 'workers/Worker.idl', 303 'workers/Worker.idl',
304 'workers/WorkerContext.idl', 304 'workers/WorkerContext.idl',
305 'workers/WorkerLocation.idl', 305 'workers/WorkerLocation.idl',
306 'xml/DOMParser.idl', 306 'xml/DOMParser.idl',
(...skipping 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3674 'bison_exe': 'bison', 3674 'bison_exe': 'bison',
3675 # We specify a preprocess so it happens locally and won't get 3675 # We specify a preprocess so it happens locally and won't get
3676 # distributed to goma. 3676 # distributed to goma.
3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3678 # use /usr/bin/clang once we require Xcode 4.x. 3678 # use /usr/bin/clang once we require Xcode 4.x.
3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3680 }], 3680 }],
3681 ], 3681 ],
3682 } 3682 }
3683 } 3683 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698