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

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

Issue 1902683003: Rename URLUtils interface as HTMLHyperlinkElementUtils and update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep toString()s as non-enumerable for now Created 4 years, 8 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'animation/ElementAnimation.idl', 423 'animation/ElementAnimation.idl',
424 'css/DocumentFontFaceSet.idl', 424 'css/DocumentFontFaceSet.idl',
425 'dom/ChildNode.idl', 425 'dom/ChildNode.idl',
426 'dom/DocumentFullscreen.idl', 426 'dom/DocumentFullscreen.idl',
427 'dom/DocumentOrShadowRoot.idl', 427 'dom/DocumentOrShadowRoot.idl',
428 'dom/ElementFullscreen.idl', 428 'dom/ElementFullscreen.idl',
429 'dom/GlobalEventHandlers.idl', 429 'dom/GlobalEventHandlers.idl',
430 'dom/NonDocumentTypeChildNode.idl', 430 'dom/NonDocumentTypeChildNode.idl',
431 'dom/NonElementParentNode.idl', 431 'dom/NonElementParentNode.idl',
432 'dom/ParentNode.idl', 432 'dom/ParentNode.idl',
433 'dom/URLUtils.idl',
434 'dom/URLUtilsReadOnly.idl', 433 'dom/URLUtilsReadOnly.idl',
435 'events/EventListener.idl', 434 'events/EventListener.idl',
436 'events/NavigatorEvents.idl', 435 'events/NavigatorEvents.idl',
437 'frame/NavigatorCPU.idl', 436 'frame/NavigatorCPU.idl',
438 'frame/NavigatorID.idl', 437 'frame/NavigatorID.idl',
439 'frame/NavigatorLanguage.idl', 438 'frame/NavigatorLanguage.idl',
440 'frame/NavigatorOnLine.idl', 439 'frame/NavigatorOnLine.idl',
441 'frame/NavigatorStorageUtils.idl', 440 'frame/NavigatorStorageUtils.idl',
442 'frame/WindowBase64.idl', 441 'frame/WindowBase64.idl',
443 'frame/WindowEventHandlers.idl', 442 'frame/WindowEventHandlers.idl',
444 'frame/WindowTimers.idl', 443 'frame/WindowTimers.idl',
444 'html/HTMLHyperlinkElementUtils.idl',
445 'imagebitmap/ImageBitmapFactories.idl', 445 'imagebitmap/ImageBitmapFactories.idl',
446 'svg/SVGDocument.idl', 446 'svg/SVGDocument.idl',
447 'svg/SVGFilterPrimitiveStandardAttributes.idl', 447 'svg/SVGFilterPrimitiveStandardAttributes.idl',
448 'svg/SVGFitToViewBox.idl', 448 'svg/SVGFitToViewBox.idl',
449 'svg/SVGTests.idl', 449 'svg/SVGTests.idl',
450 'svg/SVGURIReference.idl', 450 'svg/SVGURIReference.idl',
451 'svg/SVGZoomAndPan.idl', 451 'svg/SVGZoomAndPan.idl',
452 'timing/ConsoleMemory.idl', 452 'timing/ConsoleMemory.idl',
453 'timing/SharedWorkerPerformance.idl', 453 'timing/SharedWorkerPerformance.idl',
454 'timing/WindowPerformance.idl', 454 'timing/WindowPerformance.idl',
(...skipping 3647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4102 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4104 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4105 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4106 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4107 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4108 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4109 ],
4110 } 4110 }
4111 } 4111 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/URL.idl » ('j') | third_party/WebKit/Source/core/dom/URL.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698