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

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

Issue 17577009: Introduce WindowTimers IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « no previous file | Source/core/page/Window.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 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'page/PerformanceTiming.idl', 288 'page/PerformanceTiming.idl',
289 'page/Screen.idl', 289 'page/Screen.idl',
290 'page/SecurityPolicy.idl', 290 'page/SecurityPolicy.idl',
291 'page/Selection.idl', 291 'page/Selection.idl',
292 'page/SpeechInputEvent.idl', 292 'page/SpeechInputEvent.idl',
293 'page/SpeechInputResult.idl', 293 'page/SpeechInputResult.idl',
294 'page/SpeechInputResultList.idl', 294 'page/SpeechInputResultList.idl',
295 'page/WebKitPoint.idl', 295 'page/WebKitPoint.idl',
296 'page/Window.idl', 296 'page/Window.idl',
297 'page/WindowPagePopup.idl', 297 'page/WindowPagePopup.idl',
298 'page/WindowTimers.idl',
298 'page/WorkerNavigator.idl', 299 'page/WorkerNavigator.idl',
299 'plugins/MimeType.idl', 300 'plugins/MimeType.idl',
300 'plugins/MimeTypeArray.idl', 301 'plugins/MimeTypeArray.idl',
301 'plugins/Plugin.idl', 302 'plugins/Plugin.idl',
302 'plugins/PluginArray.idl', 303 'plugins/PluginArray.idl',
303 'storage/Storage.idl', 304 'storage/Storage.idl',
304 'storage/StorageEvent.idl', 305 'storage/StorageEvent.idl',
305 'workers/AbstractWorker.idl', 306 'workers/AbstractWorker.idl',
306 'workers/DedicatedWorkerContext.idl', 307 'workers/DedicatedWorkerContext.idl',
307 'workers/SharedWorker.idl', 308 'workers/SharedWorker.idl',
(...skipping 3391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3699 'bison_exe': 'bison', 3700 'bison_exe': 'bison',
3700 # We specify a preprocess so it happens locally and won't get 3701 # We specify a preprocess so it happens locally and won't get
3701 # distributed to goma. 3702 # distributed to goma.
3702 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3703 # use /usr/bin/clang once we require Xcode 4.x. 3704 # use /usr/bin/clang once we require Xcode 4.x.
3704 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3705 }], 3706 }],
3706 ], 3707 ],
3707 } 3708 }
3708 } 3709 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698