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

Unified Diff: Source/core/core.gypi

Issue 1138743002: Added <link rel=preconnect> crossorigin attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added interface with crossOrigin and fixed link issue 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6097f8285ba7c73b7d7bbf7baa16ce3e05a93255..c7dcc54313b3acf0462f25f87efceeac3b1b2fbc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2533,6 +2533,8 @@
'webcore_html_files': [
'html/ClassList.cpp',
'html/ClassList.h',
+ 'html/CrossOriginAttribute.cpp',
+ 'html/CrossOriginAttribute.h',
'html/DOMFormData.cpp',
'html/DOMFormData.h',
'html/DocumentNameCollection.cpp',
« 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