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

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

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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 | « Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/dom/EventTarget.h » ('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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'page/WindowPagePopup.idl', 297 'page/WindowPagePopup.idl',
298 'page/WindowTimers.idl', 298 'page/WindowTimers.idl',
299 'page/WorkerNavigator.idl', 299 'page/WorkerNavigator.idl',
300 'plugins/MimeType.idl', 300 'plugins/MimeType.idl',
301 'plugins/MimeTypeArray.idl', 301 'plugins/MimeTypeArray.idl',
302 'plugins/Plugin.idl', 302 'plugins/Plugin.idl',
303 'plugins/PluginArray.idl', 303 'plugins/PluginArray.idl',
304 'storage/Storage.idl', 304 'storage/Storage.idl',
305 'storage/StorageEvent.idl', 305 'storage/StorageEvent.idl',
306 'workers/AbstractWorker.idl', 306 'workers/AbstractWorker.idl',
307 'workers/DedicatedWorkerContext.idl', 307 'workers/DedicatedWorkerGlobalScope.idl',
308 'workers/SharedWorker.idl', 308 'workers/SharedWorker.idl',
309 'workers/SharedWorkerContext.idl', 309 'workers/SharedWorkerGlobalScope.idl',
310 'workers/Worker.idl', 310 'workers/Worker.idl',
311 'workers/WorkerContext.idl', 311 'workers/WorkerGlobalScope.idl',
312 'workers/WorkerLocation.idl', 312 'workers/WorkerLocation.idl',
313 'xml/DOMParser.idl', 313 'xml/DOMParser.idl',
314 'xml/XMLHttpRequest.idl', 314 'xml/XMLHttpRequest.idl',
315 'xml/XMLHttpRequestProgressEvent.idl', 315 'xml/XMLHttpRequestProgressEvent.idl',
316 'xml/XMLHttpRequestUpload.idl', 316 'xml/XMLHttpRequestUpload.idl',
317 'xml/XMLSerializer.idl', 317 'xml/XMLSerializer.idl',
318 'xml/XPathEvaluator.idl', 318 'xml/XPathEvaluator.idl',
319 'xml/XPathExpression.idl', 319 'xml/XPathExpression.idl',
320 'xml/XPathNSResolver.idl', 320 'xml/XPathNSResolver.idl',
321 'xml/XPathResult.idl', 321 'xml/XPathResult.idl',
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 'rendering/svg/SVGTextRunRenderingContext.cpp', 1565 'rendering/svg/SVGTextRunRenderingContext.cpp',
1566 'rendering/svg/SVGTextRunRenderingContext.h', 1566 'rendering/svg/SVGTextRunRenderingContext.h',
1567 'storage/Storage.cpp', 1567 'storage/Storage.cpp',
1568 'storage/Storage.h', 1568 'storage/Storage.h',
1569 'storage/StorageArea.h', 1569 'storage/StorageArea.h',
1570 'storage/StorageEvent.cpp', 1570 'storage/StorageEvent.cpp',
1571 'storage/StorageEvent.h', 1571 'storage/StorageEvent.h',
1572 'storage/StorageNamespace.h', 1572 'storage/StorageNamespace.h',
1573 'workers/AbstractWorker.cpp', 1573 'workers/AbstractWorker.cpp',
1574 'workers/AbstractWorker.h', 1574 'workers/AbstractWorker.h',
1575 'workers/DedicatedWorkerContext.cpp', 1575 'workers/DedicatedWorkerGlobalScope.cpp',
1576 'workers/DedicatedWorkerContext.h', 1576 'workers/DedicatedWorkerGlobalScope.h',
1577 'workers/DedicatedWorkerThread.cpp', 1577 'workers/DedicatedWorkerThread.cpp',
1578 'workers/DedicatedWorkerThread.h', 1578 'workers/DedicatedWorkerThread.h',
1579 'workers/SharedWorker.cpp', 1579 'workers/SharedWorker.cpp',
1580 'workers/SharedWorker.h', 1580 'workers/SharedWorker.h',
1581 'workers/SharedWorkerContext.cpp', 1581 'workers/SharedWorkerGlobalScope.cpp',
1582 'workers/SharedWorkerContext.h', 1582 'workers/SharedWorkerGlobalScope.h',
1583 'workers/SharedWorkerRepository.h', 1583 'workers/SharedWorkerRepository.h',
1584 'workers/SharedWorkerThread.cpp', 1584 'workers/SharedWorkerThread.cpp',
1585 'workers/SharedWorkerThread.h', 1585 'workers/SharedWorkerThread.h',
1586 'workers/Worker.cpp', 1586 'workers/Worker.cpp',
1587 'workers/Worker.h', 1587 'workers/Worker.h',
1588 'workers/WorkerContext.cpp', 1588 'workers/WorkerGlobalScopeProxy.h',
1589 'workers/WorkerContext.h', 1589 'workers/WorkerGlobalScopeProxy.cpp',
1590 'workers/WorkerContextProxy.h',
1591 'workers/WorkerContextProxy.cpp',
1592 'workers/WorkerEventQueue.cpp', 1590 'workers/WorkerEventQueue.cpp',
1593 'workers/WorkerEventQueue.h', 1591 'workers/WorkerEventQueue.h',
1592 'workers/WorkerGlobalScope.cpp',
1593 'workers/WorkerGlobalScope.h',
1594 'workers/WorkerLoaderProxy.h', 1594 'workers/WorkerLoaderProxy.h',
1595 'workers/WorkerLocation.cpp', 1595 'workers/WorkerLocation.cpp',
1596 'workers/WorkerLocation.h', 1596 'workers/WorkerLocation.h',
1597 'workers/WorkerMessagingProxy.cpp', 1597 'workers/WorkerMessagingProxy.cpp',
1598 'workers/WorkerMessagingProxy.h', 1598 'workers/WorkerMessagingProxy.h',
1599 'workers/WorkerObjectProxy.h', 1599 'workers/WorkerObjectProxy.h',
1600 'workers/WorkerReportingProxy.h', 1600 'workers/WorkerReportingProxy.h',
1601 'workers/WorkerRunLoop.cpp', 1601 'workers/WorkerRunLoop.cpp',
1602 'workers/WorkerScriptLoader.cpp', 1602 'workers/WorkerScriptLoader.cpp',
1603 'workers/WorkerScriptLoader.h', 1603 'workers/WorkerScriptLoader.h',
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
3701 'bison_exe': 'bison', 3701 'bison_exe': 'bison',
3702 # We specify a preprocess so it happens locally and won't get 3702 # We specify a preprocess so it happens locally and won't get
3703 # distributed to goma. 3703 # distributed to goma.
3704 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3704 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3705 # use /usr/bin/clang once we require Xcode 4.x. 3705 # use /usr/bin/clang once we require Xcode 4.x.
3706 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3706 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3707 }], 3707 }],
3708 ], 3708 ],
3709 } 3709 }
3710 } 3710 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698