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

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

Issue 1031783003: Add V8ObjectBuilder helper and use in modules/crypto/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use "const String&" 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
« no previous file with comments | « Source/bindings/core/v8/V8ObjectBuilder.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 2a0192e294b60115d3470e3369cb634558c247e4..b9ba88aabc2e5d08dda24e5978350380b7f1ac48 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -150,6 +150,8 @@
'V8NPUtils.h',
'V8NodeFilterCondition.cpp',
'V8NodeFilterCondition.h',
+ 'V8ObjectBuilder.cpp',
+ 'V8ObjectBuilder.h',
'V8ObjectConstructor.cpp',
'V8ObjectConstructor.h',
'V8PagePopupControllerBinding.cpp',
« no previous file with comments | « Source/bindings/core/v8/V8ObjectBuilder.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698