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

Unified Diff: Source/core/core.gypi

Issue 143313002: Implement URLSearchParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 4 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/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/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 c7d0d43cfd47e84d42cefa888ff416714950a616..d32a41512a0c43d28edc58c7db61f78d44b656b4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -91,6 +91,7 @@
'dom/TouchList.idl',
'dom/TreeWalker.idl',
'dom/URL.idl',
+ 'dom/URLSearchParams.idl',
'dom/XMLDocument.idl',
'dom/shadow/ShadowRoot.idl',
'editing/Selection.idl',
@@ -1978,6 +1979,8 @@
'dom/DOMTokenList.h',
'dom/DOMURL.cpp',
'dom/DOMURL.h',
+ 'dom/DOMURLSearchParams.cpp',
+ 'dom/DOMURLSearchParams.h',
'dom/DOMURLUtils.cpp',
'dom/DOMURLUtils.h',
'dom/DOMURLUtilsReadOnly.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/DOMURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698