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

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

Issue 1135203002: Add <link rel=preconnect> crossorigin attribute (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Todo Created 5 years, 7 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 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2528 'events/UIEvent.cpp', 2528 'events/UIEvent.cpp',
2529 'events/UIEventWithKeyState.cpp', 2529 'events/UIEventWithKeyState.cpp',
2530 'events/WheelEvent.cpp', 2530 'events/WheelEvent.cpp',
2531 'events/WheelEvent.h', 2531 'events/WheelEvent.h',
2532 'events/WindowEventContext.cpp', 2532 'events/WindowEventContext.cpp',
2533 'events/WindowEventContext.h', 2533 'events/WindowEventContext.h',
2534 ], 2534 ],
2535 'webcore_html_files': [ 2535 'webcore_html_files': [
2536 'html/ClassList.cpp', 2536 'html/ClassList.cpp',
2537 'html/ClassList.h', 2537 'html/ClassList.h',
2538 'html/CrossOriginAttribute.cpp',
2539 'html/CrossOriginAttribute.h',
2538 'html/DOMFormData.cpp', 2540 'html/DOMFormData.cpp',
2539 'html/DOMFormData.h', 2541 'html/DOMFormData.h',
2540 'html/DocumentNameCollection.cpp', 2542 'html/DocumentNameCollection.cpp',
2541 'html/DocumentNameCollection.h', 2543 'html/DocumentNameCollection.h',
2542 'html/FormAssociatedElement.cpp', 2544 'html/FormAssociatedElement.cpp',
2543 'html/FormDataList.cpp', 2545 'html/FormDataList.cpp',
2544 'html/FormDataList.h', 2546 'html/FormDataList.h',
2545 'html/HTMLAllCollection.cpp', 2547 'html/HTMLAllCollection.cpp',
2546 'html/HTMLAllCollection.h', 2548 'html/HTMLAllCollection.h',
2547 'html/HTMLAnchorElement.cpp', 2549 'html/HTMLAnchorElement.cpp',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
3889 'style/ComputedStyleTest.cpp', 3891 'style/ComputedStyleTest.cpp',
3890 'style/OutlineValueTest.cpp', 3892 'style/OutlineValueTest.cpp',
3891 'style/SVGComputedStyleTest.cpp', 3893 'style/SVGComputedStyleTest.cpp',
3892 'testing/PrivateScriptTestTest.cpp', 3894 'testing/PrivateScriptTestTest.cpp',
3893 'timing/MemoryInfoTest.cpp', 3895 'timing/MemoryInfoTest.cpp',
3894 'workers/WorkerThreadTest.cpp', 3896 'workers/WorkerThreadTest.cpp',
3895 'xml/parser/SharedBufferReaderTest.cpp', 3897 'xml/parser/SharedBufferReaderTest.cpp',
3896 ], 3898 ],
3897 } 3899 }
3898 } 3900 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid-expected.txt ('k') | Source/core/html/CrossOriginAttribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698