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

Unified Diff: Source/core/core.gypi

Issue 141003005: Old CL related to URL query (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/domurl/url-query-set.html ('k') | Source/core/dom/DOMURLUtils.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 4169d4d467933ebea3e27e6f872f46cc619f1de8..829d2eda7c2f4de694fa83350e41e4cecd2029b6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -87,6 +87,7 @@
'dom/TouchList.idl',
'dom/TreeWalker.idl',
'dom/URL.idl',
+ 'dom/URLQuery.idl',
'dom/URLUtils.idl',
'dom/URLUtilsReadOnly.idl',
'dom/WebKitNamedFlow.idl',
@@ -2026,6 +2027,8 @@
'dom/TreeShared.h',
'dom/TreeWalker.cpp',
'dom/TreeWalker.h',
+ 'dom/URLQuery.cpp',
+ 'dom/URLQuery.h',
'dom/UserActionElementSet.cpp',
'dom/UserActionElementSet.h',
'dom/ViewportDescription.cpp',
« no previous file with comments | « LayoutTests/fast/domurl/url-query-set.html ('k') | Source/core/dom/DOMURLUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698