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

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

Issue 1013413002: [bindings] Refactor ScriptStateForTesting, V8TestingScope into V8BindingForTesting.h/cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Combined all testing files into one! Created 5 years, 9 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/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 1e09d0a8d60128ee9c994d1da3f312d68d715766..2a0192e294b60115d3470e3369cb634558c247e4 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -197,10 +197,10 @@
'ScriptStreamerTest.cpp',
'SerializedScriptValueTest.cpp',
'ToV8Test.cpp',
+ 'V8BindingForTesting.cpp',
+ 'V8BindingForTesting.h',
'V8BindingTest.cpp',
'V8ScriptRunnerTest.cpp',
- 'V8TestingScope.cpp',
- 'V8TestingScope.h',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698