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

Unified Diff: Source/core/core.gypi

Issue 1248043003: Initial patch for the web modules layered platform proposal. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 3e1498efcd88c2e2d819fa459451af3953b02fa3..76ba23146308b87288736fd8d1ae5ec801f72f19 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3,6 +3,9 @@
'core_generated.gypi',
],
'variables': {
+ 'core_web_modules_idl_files': [
+ 'dom/Node.idl',
haraken 2016/07/30 15:35:02 It's a bit unfortunate that we need to list up IDL
+ ],
# Files for which bindings (.cpp and .h files) will be generated
'core_idl_files': [
'animation/KeyframeEffect.idl',

Powered by Google App Engine
This is Rietveld 408576698