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

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

Issue 26952002: Move speech related files out of page/ into their own directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/html/shadow/TextControlInnerElements.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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'page/PagePopupController.idl', 276 'page/PagePopupController.idl',
277 'page/Performance.idl', 277 'page/Performance.idl',
278 'page/PerformanceEntry.idl', 278 'page/PerformanceEntry.idl',
279 'page/PerformanceMark.idl', 279 'page/PerformanceMark.idl',
280 'page/PerformanceMeasure.idl', 280 'page/PerformanceMeasure.idl',
281 'page/PerformanceResourceTiming.idl', 281 'page/PerformanceResourceTiming.idl',
282 'page/PerformanceTiming.idl', 282 'page/PerformanceTiming.idl',
283 'page/Screen.idl', 283 'page/Screen.idl',
284 'page/SecurityPolicy.idl', 284 'page/SecurityPolicy.idl',
285 'page/Selection.idl', 285 'page/Selection.idl',
286 'page/SpeechInputEvent.idl',
287 'page/SpeechInputResult.idl',
288 'page/SpeechInputResultList.idl',
289 'page/WebKitPoint.idl', 286 'page/WebKitPoint.idl',
290 'page/Window.idl', 287 'page/Window.idl',
291 'page/WindowBase64.idl', 288 'page/WindowBase64.idl',
292 'page/WindowPagePopup.idl', 289 'page/WindowPagePopup.idl',
293 'page/WindowTimers.idl', 290 'page/WindowTimers.idl',
294 'page/WorkerNavigator.idl', 291 'page/WorkerNavigator.idl',
295 'plugins/MimeType.idl', 292 'plugins/MimeType.idl',
296 'plugins/MimeTypeArray.idl', 293 'plugins/MimeTypeArray.idl',
297 'plugins/Plugin.idl', 294 'plugins/Plugin.idl',
298 'plugins/PluginArray.idl', 295 'plugins/PluginArray.idl',
296 'speech/SpeechInputEvent.idl',
297 'speech/SpeechInputResult.idl',
298 'speech/SpeechInputResultList.idl',
299 'storage/Storage.idl', 299 'storage/Storage.idl',
300 'storage/StorageEvent.idl', 300 'storage/StorageEvent.idl',
301 'workers/AbstractWorker.idl', 301 'workers/AbstractWorker.idl',
302 'workers/DedicatedWorkerGlobalScope.idl', 302 'workers/DedicatedWorkerGlobalScope.idl',
303 'workers/SharedWorker.idl', 303 'workers/SharedWorker.idl',
304 'workers/SharedWorkerGlobalScope.idl', 304 'workers/SharedWorkerGlobalScope.idl',
305 'workers/Worker.idl', 305 'workers/Worker.idl',
306 'workers/WorkerConsole.idl',
306 'workers/WorkerGlobalScope.idl', 307 'workers/WorkerGlobalScope.idl',
307 'workers/WorkerConsole.idl',
308 'workers/WorkerLocation.idl', 308 'workers/WorkerLocation.idl',
309 'xml/DOMParser.idl', 309 'xml/DOMParser.idl',
310 'xml/DocumentXPathEvaluator.idl', 310 'xml/DocumentXPathEvaluator.idl',
311 'xml/XMLHttpRequest.idl', 311 'xml/XMLHttpRequest.idl',
312 'xml/XMLHttpRequestEventTarget.idl', 312 'xml/XMLHttpRequestEventTarget.idl',
313 'xml/XMLHttpRequestProgressEvent.idl', 313 'xml/XMLHttpRequestProgressEvent.idl',
314 'xml/XMLHttpRequestUpload.idl', 314 'xml/XMLHttpRequestUpload.idl',
315 'xml/XMLSerializer.idl', 315 'xml/XMLSerializer.idl',
316 'xml/XPathEvaluator.idl', 316 'xml/XPathEvaluator.idl',
317 'xml/XPathExpression.idl', 317 'xml/XPathExpression.idl',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 'page/PopupOpeningObserver.h', 1266 'page/PopupOpeningObserver.h',
1267 'page/PrintContext.cpp', 1267 'page/PrintContext.cpp',
1268 'page/ResourceTimingInfo.h', 1268 'page/ResourceTimingInfo.h',
1269 'page/RuntimeCSSEnabled.cpp', 1269 'page/RuntimeCSSEnabled.cpp',
1270 'page/RuntimeCSSEnabled.h', 1270 'page/RuntimeCSSEnabled.h',
1271 'page/RuntimeEnabledFeaturesCustom.cpp', 1271 'page/RuntimeEnabledFeaturesCustom.cpp',
1272 'page/Screen.cpp', 1272 'page/Screen.cpp',
1273 'page/Screen.h', 1273 'page/Screen.h',
1274 'page/Settings.cpp', 1274 'page/Settings.cpp',
1275 'page/SpatialNavigation.cpp', 1275 'page/SpatialNavigation.cpp',
1276 'page/SpeechInput.cpp',
1277 'page/SpeechInput.h',
1278 'page/SpeechInputClient.h',
1279 'page/SpeechInputEvent.cpp',
1280 'page/SpeechInputEvent.h',
1281 'page/SpeechInputListener.h',
1282 'page/SpeechInputResult.cpp',
1283 'page/SpeechInputResult.h',
1284 'page/SpeechInputResultList.cpp',
1285 'page/SpeechInputResultList.h',
1286 'page/SuspendableTimer.cpp', 1276 'page/SuspendableTimer.cpp',
1287 'page/SuspendableTimer.h', 1277 'page/SuspendableTimer.h',
1288 'page/TouchAdjustment.cpp', 1278 'page/TouchAdjustment.cpp',
1289 'page/TouchAdjustment.h', 1279 'page/TouchAdjustment.h',
1290 'page/TouchDisambiguation.cpp', 1280 'page/TouchDisambiguation.cpp',
1291 'page/TouchDisambiguation.h', 1281 'page/TouchDisambiguation.h',
1292 'page/UseCounter.cpp', 1282 'page/UseCounter.cpp',
1293 'page/WindowFeatures.cpp', 1283 'page/WindowFeatures.cpp',
1294 'page/WindowFocusAllowedIndicator.cpp', 1284 'page/WindowFocusAllowedIndicator.cpp',
1295 'page/WorkerNavigator.cpp', 1285 'page/WorkerNavigator.cpp',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 'rendering/svg/SVGTextLayoutEngineSpacing.cpp', 1630 'rendering/svg/SVGTextLayoutEngineSpacing.cpp',
1641 'rendering/svg/SVGTextLayoutEngineSpacing.h', 1631 'rendering/svg/SVGTextLayoutEngineSpacing.h',
1642 'rendering/svg/SVGTextMetrics.cpp', 1632 'rendering/svg/SVGTextMetrics.cpp',
1643 'rendering/svg/SVGTextMetrics.h', 1633 'rendering/svg/SVGTextMetrics.h',
1644 'rendering/svg/SVGTextMetricsBuilder.cpp', 1634 'rendering/svg/SVGTextMetricsBuilder.cpp',
1645 'rendering/svg/SVGTextMetricsBuilder.h', 1635 'rendering/svg/SVGTextMetricsBuilder.h',
1646 'rendering/svg/SVGTextQuery.cpp', 1636 'rendering/svg/SVGTextQuery.cpp',
1647 'rendering/svg/SVGTextQuery.h', 1637 'rendering/svg/SVGTextQuery.h',
1648 'rendering/svg/SVGTextRunRenderingContext.cpp', 1638 'rendering/svg/SVGTextRunRenderingContext.cpp',
1649 'rendering/svg/SVGTextRunRenderingContext.h', 1639 'rendering/svg/SVGTextRunRenderingContext.h',
1640 'speech/SpeechInput.cpp',
1641 'speech/SpeechInput.h',
1642 'speech/SpeechInputClient.h',
1643 'speech/SpeechInputEvent.cpp',
1644 'speech/SpeechInputEvent.h',
1645 'speech/SpeechInputListener.h',
1646 'speech/SpeechInputResult.cpp',
1647 'speech/SpeechInputResult.h',
1648 'speech/SpeechInputResultList.cpp',
1649 'speech/SpeechInputResultList.h',
1650 'storage/Storage.cpp', 1650 'storage/Storage.cpp',
1651 'storage/Storage.h', 1651 'storage/Storage.h',
1652 'storage/StorageArea.h', 1652 'storage/StorageArea.h',
1653 'storage/StorageEvent.cpp', 1653 'storage/StorageEvent.cpp',
1654 'storage/StorageEvent.h', 1654 'storage/StorageEvent.h',
1655 'storage/StorageNamespace.h', 1655 'storage/StorageNamespace.h',
1656 'workers/AbstractWorker.cpp', 1656 'workers/AbstractWorker.cpp',
1657 'workers/AbstractWorker.h', 1657 'workers/AbstractWorker.h',
1658 'workers/DedicatedWorkerGlobalScope.cpp', 1658 'workers/DedicatedWorkerGlobalScope.cpp',
1659 'workers/DedicatedWorkerGlobalScope.h', 1659 'workers/DedicatedWorkerGlobalScope.h',
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3665 'bison_exe': 'bison', 3665 'bison_exe': 'bison',
3666 # We specify a preprocess so it happens locally and won't get 3666 # We specify a preprocess so it happens locally and won't get
3667 # distributed to goma. 3667 # distributed to goma.
3668 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3668 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3669 # use /usr/bin/clang once we require Xcode 4.x. 3669 # use /usr/bin/clang once we require Xcode 4.x.
3670 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3670 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3671 }], 3671 }],
3672 ], 3672 ],
3673 } 3673 }
3674 } 3674 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/shadow/TextControlInnerElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698