summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-29 03:21:48 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-29 03:21:48 +0000
commitb520e13a9cddc9089d5ff0bf1c168a0abb6b7ec9 (patch)
treed76d8a9997fe450fab28a52af87000a21f72578d /gin/gin.gyp
parentd4d1e4b16a0c7f496b00232314ba9405014f8f36 (diff)
downloadchromium_src-b520e13a9cddc9089d5ff0bf1c168a0abb6b7ec9.zip
chromium_src-b520e13a9cddc9089d5ff0bf1c168a0abb6b7ec9.tar.gz
chromium_src-b520e13a9cddc9089d5ff0bf1c168a0abb6b7ec9.tar.bz2
Implement gin::ObjectTemplateBuilder
BUG= Review URL: https://codereview.chromium.org/93813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 7c17910..f115604 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -40,6 +40,8 @@
'modules/module_registry.h',
'modules/module_runner_delegate.cc',
'modules/module_runner_delegate.h',
+ 'object_template_builder.cc',
+ 'object_template_builder.h',
'per_context_data.cc',
'per_context_data.h',
'per_isolate_data.cc',