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

Unified Diff: Source/core/core.gyp

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/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 006821c5d3e15f8019efb875429b85ad86c469ae..44da45fa004002260bc7b765fbef9ae7ab08fefb 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -756,6 +756,7 @@
'sources': [
# Note: file list duplicated in GN build.
'<@(webcore_testing_files)',
+ '<@(bindings_core_v8_custom_testing_files)',
'<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp',
'<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h',
'<(bindings_core_v8_output_dir)/V8GCObservation.cpp',

Powered by Google App Engine
This is Rietveld 408576698