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

Unified Diff: Source/bindings/core/v8/custom/custom.gypi

Issue 483163003: Introduce ES6 iterator for DOM objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/bindings/core/v8/custom/custom.gypi
diff --git a/Source/bindings/core/v8/custom/custom.gypi b/Source/bindings/core/v8/custom/custom.gypi
index 3b2ccdb066560ac36ec884ec749ac3b30b4ab7cb..0620111d11f51cc40e6f09892991cb179ba8dc46 100644
--- a/Source/bindings/core/v8/custom/custom.gypi
+++ b/Source/bindings/core/v8/custom/custom.gypi
@@ -74,5 +74,8 @@
'V8XMLHttpRequestCustom.cpp',
'V8XSLTProcessorCustom.cpp',
],
+ 'bindings_core_v8_custom_testing_files': [
+ 'V8InternalsCustom.cpp',
+ ],
},
}

Powered by Google App Engine
This is Rietveld 408576698