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

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

Issue 666153003: Move XMLHttpRequest related files to core/xmlhttprequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 1 month 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'timing/PerformanceEntry.idl', 426 'timing/PerformanceEntry.idl',
427 'timing/PerformanceMark.idl', 427 'timing/PerformanceMark.idl',
428 'timing/PerformanceMeasure.idl', 428 'timing/PerformanceMeasure.idl',
429 'timing/PerformanceNavigation.idl', 429 'timing/PerformanceNavigation.idl',
430 'timing/PerformanceResourceTiming.idl', 430 'timing/PerformanceResourceTiming.idl',
431 'timing/PerformanceTiming.idl', 431 'timing/PerformanceTiming.idl',
432 'workers/Worker.idl', 432 'workers/Worker.idl',
433 'workers/WorkerConsole.idl', 433 'workers/WorkerConsole.idl',
434 'workers/WorkerLocation.idl', 434 'workers/WorkerLocation.idl',
435 'xml/DOMParser.idl', 435 'xml/DOMParser.idl',
436 'xml/XMLHttpRequest.idl',
437 'xml/XMLHttpRequestEventTarget.idl',
438 'xml/XMLHttpRequestProgressEvent.idl',
439 'xml/XMLHttpRequestUpload.idl',
440 'xml/XMLSerializer.idl', 436 'xml/XMLSerializer.idl',
441 'xml/XPathEvaluator.idl', 437 'xml/XPathEvaluator.idl',
442 'xml/XPathExpression.idl', 438 'xml/XPathExpression.idl',
443 'xml/XPathNSResolver.idl', 439 'xml/XPathNSResolver.idl',
444 'xml/XPathResult.idl', 440 'xml/XPathResult.idl',
445 'xml/XSLTProcessor.idl', 441 'xml/XSLTProcessor.idl',
442 'xmlhttprequest/XMLHttpRequest.idl',
443 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
444 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
445 'xmlhttprequest/XMLHttpRequestUpload.idl',
446 ], 446 ],
447 # core IDL files that have partial interfaces in modules. 447 # core IDL files that have partial interfaces in modules.
448 'core_idl_with_modules_dependency_files': [ 448 'core_idl_with_modules_dependency_files': [
449 'clipboard/DataTransferItem.idl', 449 'clipboard/DataTransferItem.idl',
450 'dom/URL.idl', 450 'dom/URL.idl',
451 'frame/Navigator.idl', 451 'frame/Navigator.idl',
452 'frame/Screen.idl', 452 'frame/Screen.idl',
453 'frame/Window.idl', 453 'frame/Window.idl',
454 'html/HTMLInputElement.idl', 454 'html/HTMLInputElement.idl',
455 'html/HTMLMediaElement.idl', 455 'html/HTMLMediaElement.idl',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'events/TouchEvent.idl', 528 'events/TouchEvent.idl',
529 'events/TransitionEvent.idl', 529 'events/TransitionEvent.idl',
530 'events/UIEvent.idl', 530 'events/UIEvent.idl',
531 'events/WebKitAnimationEvent.idl', 531 'events/WebKitAnimationEvent.idl',
532 'events/WheelEvent.idl', 532 'events/WheelEvent.idl',
533 'html/MediaKeyEvent.idl', 533 'html/MediaKeyEvent.idl',
534 'html/canvas/WebGLContextEvent.idl', 534 'html/canvas/WebGLContextEvent.idl',
535 'html/track/TrackEvent.idl', 535 'html/track/TrackEvent.idl',
536 'storage/StorageEvent.idl', 536 'storage/StorageEvent.idl',
537 'svg/SVGZoomEvent.idl', 537 'svg/SVGZoomEvent.idl',
538 'xml/XMLHttpRequestProgressEvent.idl', 538 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
539 ], 539 ],
540 'webcore_files': [ 540 'webcore_files': [
541 'Init.cpp', 541 'Init.cpp',
542 'Init.h', 542 'Init.h',
543 'accessibility/AXARIAGrid.cpp', 543 'accessibility/AXARIAGrid.cpp',
544 'accessibility/AXARIAGrid.h', 544 'accessibility/AXARIAGrid.h',
545 'accessibility/AXARIAGridCell.cpp', 545 'accessibility/AXARIAGridCell.cpp',
546 'accessibility/AXARIAGridCell.h', 546 'accessibility/AXARIAGridCell.h',
547 'accessibility/AXARIAGridRow.cpp', 547 'accessibility/AXARIAGridRow.cpp',
548 'accessibility/AXARIAGridRow.h', 548 'accessibility/AXARIAGridRow.h',
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 'workers/WorkerScriptLoaderClient.h', 1956 'workers/WorkerScriptLoaderClient.h',
1957 'workers/WorkerThread.cpp', 1957 'workers/WorkerThread.cpp',
1958 'workers/WorkerThreadStartupData.cpp', 1958 'workers/WorkerThreadStartupData.cpp',
1959 'workers/WorkerThreadStartupData.h', 1959 'workers/WorkerThreadStartupData.h',
1960 'xml/DOMParser.cpp', 1960 'xml/DOMParser.cpp',
1961 'xml/DOMParser.h', 1961 'xml/DOMParser.h',
1962 'xml/DocumentXPathEvaluator.cpp', 1962 'xml/DocumentXPathEvaluator.cpp',
1963 'xml/DocumentXPathEvaluator.h', 1963 'xml/DocumentXPathEvaluator.h',
1964 'xml/NativeXPathNSResolver.cpp', 1964 'xml/NativeXPathNSResolver.cpp',
1965 'xml/NativeXPathNSResolver.h', 1965 'xml/NativeXPathNSResolver.h',
1966 'xml/XMLHttpRequest.cpp',
1967 'xml/XMLHttpRequest.h',
1968 'xml/XMLHttpRequestEventTarget.h',
1969 'xml/XMLHttpRequestProgressEvent.h',
1970 'xml/XMLHttpRequestProgressEventThrottle.cpp',
1971 'xml/XMLHttpRequestProgressEventThrottle.h',
1972 'xml/XMLHttpRequestUpload.cpp',
1973 'xml/XMLHttpRequestUpload.h',
1974 'xml/XMLSerializer.cpp', 1966 'xml/XMLSerializer.cpp',
1975 'xml/XMLSerializer.h', 1967 'xml/XMLSerializer.h',
1976 'xml/XPathEvaluator.cpp', 1968 'xml/XPathEvaluator.cpp',
1977 'xml/XPathEvaluator.h', 1969 'xml/XPathEvaluator.h',
1978 'xml/XPathExpression.cpp', 1970 'xml/XPathExpression.cpp',
1979 'xml/XPathExpression.h', 1971 'xml/XPathExpression.h',
1980 'xml/XPathExpressionNode.cpp', 1972 'xml/XPathExpressionNode.cpp',
1981 'xml/XPathExpressionNode.h', 1973 'xml/XPathExpressionNode.h',
1982 'xml/XPathFunctions.cpp', 1974 'xml/XPathFunctions.cpp',
1983 'xml/XPathFunctions.h', 1975 'xml/XPathFunctions.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 'xml/parser/MarkupTokenizerInlines.h', 2007 'xml/parser/MarkupTokenizerInlines.h',
2016 'xml/parser/SharedBufferReader.cpp', 2008 'xml/parser/SharedBufferReader.cpp',
2017 'xml/parser/SharedBufferReader.h', 2009 'xml/parser/SharedBufferReader.h',
2018 'xml/parser/XMLDocumentParser.cpp', 2010 'xml/parser/XMLDocumentParser.cpp',
2019 'xml/parser/XMLDocumentParser.h', 2011 'xml/parser/XMLDocumentParser.h',
2020 'xml/parser/XMLDocumentParserScope.cpp', 2012 'xml/parser/XMLDocumentParserScope.cpp',
2021 'xml/parser/XMLDocumentParserScope.h', 2013 'xml/parser/XMLDocumentParserScope.h',
2022 'xml/parser/XMLErrors.cpp', 2014 'xml/parser/XMLErrors.cpp',
2023 'xml/parser/XMLErrors.h', 2015 'xml/parser/XMLErrors.h',
2024 'xml/parser/XMLParserInput.h', 2016 'xml/parser/XMLParserInput.h',
2017 'xmlhttprequest/XMLHttpRequest.cpp',
2018 'xmlhttprequest/XMLHttpRequest.h',
2019 'xmlhttprequest/XMLHttpRequestEventTarget.h',
2020 'xmlhttprequest/XMLHttpRequestProgressEvent.h',
2021 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
2022 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2023 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2024 'xmlhttprequest/XMLHttpRequestUpload.h',
2025 ], 2025 ],
2026 'webcore_dom_files': [ 2026 'webcore_dom_files': [
2027 'dom/ActiveDOMObject.cpp', 2027 'dom/ActiveDOMObject.cpp',
2028 'dom/AddConsoleMessageTask.cpp', 2028 'dom/AddConsoleMessageTask.cpp',
2029 'dom/AddConsoleMessageTask.h', 2029 'dom/AddConsoleMessageTask.h',
2030 'dom/Attr.cpp', 2030 'dom/Attr.cpp',
2031 'dom/AttributeCollection.h', 2031 'dom/AttributeCollection.h',
2032 'dom/CDATASection.cpp', 2032 'dom/CDATASection.cpp',
2033 'dom/CDATASection.h', 2033 'dom/CDATASection.h',
2034 'dom/CSSSelectorWatch.cpp', 2034 'dom/CSSSelectorWatch.cpp',
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'rendering/style/OutlineValueTest.cpp', 3600 'rendering/style/OutlineValueTest.cpp',
3601 'rendering/style/RenderStyleTest.cpp', 3601 'rendering/style/RenderStyleTest.cpp',
3602 'testing/PrivateScriptTestTest.cpp', 3602 'testing/PrivateScriptTestTest.cpp',
3603 'streams/ReadableStreamTest.cpp', 3603 'streams/ReadableStreamTest.cpp',
3604 'testing/UnitTestHelpers.cpp', 3604 'testing/UnitTestHelpers.cpp',
3605 'testing/UnitTestHelpers.h', 3605 'testing/UnitTestHelpers.h',
3606 'xml/parser/SharedBufferReaderTest.cpp', 3606 'xml/parser/SharedBufferReaderTest.cpp',
3607 ], 3607 ],
3608 } 3608 }
3609 } 3609 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/core/inspector/AsyncCallStackTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698