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

Unified Diff: Source/bindings/templates/web_modules_interface.cpp

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/bindings/templates/web_modules_interface.cpp
diff --git a/Source/bindings/templates/web_modules_interface.cpp b/Source/bindings/templates/web_modules_interface.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..054094e1da68fb688a912e97c950f4b7f29cbf26
--- /dev/null
+++ b/Source/bindings/templates/web_modules_interface.cpp
@@ -0,0 +1,5 @@
+{% include 'copyright_block.txt' %}
+
+// TODO(ojan): Stop generating the cpp file entirely.
+// This is just here so that the build system knows about the header file.
+#include "{{class_name}}.h"

Powered by Google App Engine
This is Rietveld 408576698