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

Unified Diff: Source/core/core.gypi

Issue 345893002: Implement an infrastructure of Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 81b9d726ec434cb1c3e1673badb0942d346d45c9..3e0397ad3fe84c512b4434ce83a59a1f82afe75c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -449,6 +449,7 @@
'xml/XPathNSResolver.idl',
'xml/XPathResult.idl',
'xml/XSLTProcessor.idl',
+ '../bindings/v8/PrivateScriptTest.idl',
Nils Barth (inactive) 2014/06/23 03:14:30 1. Alphabetical order please (.. is at start) 2.
haraken 2014/06/23 06:01:46 This is my question as well --- where the IDL file
Nils Barth (inactive) 2014/06/23 06:21:25 Probably best would be a separate list, say core_p
haraken 2014/06/23 08:15:38 Done. I kept PrivateScriptTest.idl in bindings/v8/
Nils Barth (inactive) 2014/06/23 08:54:11 Thanks, that's a good way to do it!
],
# 'partial interface', target (right side of) 'implements', and
# interfaces with static bindings (in bindings/v8/)

Powered by Google App Engine
This is Rietveld 408576698