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

Unified Diff: Source/bindings/bindings.gypi

Issue 143313002: Implement URLSearchParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More tests + ref count unattached URLSearchParams objects 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
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 806403df232f64c5b65329cce1880c1f7250ebff..491f4e9b430a0554fffdbbb3185ffde7be3f40f8 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -222,6 +222,7 @@
'v8/custom/V8TextTrackCueCustom.cpp',
'v8/custom/V8TrackEventCustom.cpp',
'v8/custom/V8TypedArrayCustom.h',
+ 'v8/custom/V8URLSearchParamsCustom.cpp',
'v8/custom/V8Uint8ArrayCustom.h',
'v8/custom/V8Uint8ClampedArrayCustom.h',
'v8/custom/V8Uint16ArrayCustom.h',

Powered by Google App Engine
This is Rietveld 408576698