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

Unified Diff: Source/core/core.gni

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.gni
diff --git a/Source/core/core.gni b/Source/core/core.gni
index d4aab00494c1ba5c4167adee78f953b165613901..15e4f309ae16ce1a3fcd6e70e64df40df82a33b1 100644
--- a/Source/core/core.gni
+++ b/Source/core/core.gni
@@ -15,6 +15,8 @@ _gypi = exec_script(
"scope",
[ "core.gypi" ])
+core_web_modules_idl_files = get_path_info(_gypi.core_web_modules_idl_files, "abspath")
+
# Files for which bindings (.cpp and .h files) will be generated.
core_idl_files = get_path_info(_gypi.core_idl_files, "abspath")
core_idl_with_modules_dependency_files =

Powered by Google App Engine
This is Rietveld 408576698