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

Unified Diff: Source/core/core.gypi

Issue 24066010: Implement URLUtils and URL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates based on code review comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/js/constructor-length-expected.txt ('k') | Source/core/html/DOMURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 0d63c638c08367ce7c752c663b745715204c7920..34c6891ea00d09a0d8199a5d4f929934975889d2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -205,6 +205,7 @@
'html/TextMetrics.idl',
'html/TimeRanges.idl',
'html/URL.idl',
+ 'html/URLUtils.idl',
'html/ValidityState.idl',
'html/VoidCallback.idl',
'html/canvas/ANGLEInstancedArrays.idl',
@@ -2082,6 +2083,8 @@
'html/DOMFormData.h',
'html/DOMURL.cpp',
'html/DOMURL.h',
+ 'html/DOMURLUtils.cpp',
+ 'html/DOMURLUtils.h',
'html/FormAssociatedElement.cpp',
'html/HTMLAllCollection.cpp',
'html/HTMLAllCollection.h',
« no previous file with comments | « LayoutTests/fast/js/constructor-length-expected.txt ('k') | Source/core/html/DOMURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698