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

Unified Diff: Source/bindings/modules/idl.gni

Issue 633913002: Update bindings gn files for binding modularization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/modules/idl.gni
diff --git a/Source/bindings/modules/idl.gni b/Source/bindings/modules/idl.gni
index b1418cfc95c8e9ca933d1fa750876729cac535b9..7a1f1ff1158489914f4228c4f4692e356be8c4e8 100644
--- a/Source/bindings/modules/idl.gni
+++ b/Source/bindings/modules/idl.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//third_party/WebKit/Source/bindings/core/idl.gni")
+import("//third_party/WebKit/Source/bindings/modules/modules.gni")
import("//third_party/WebKit/Source/modules/modules.gni")
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
@@ -33,11 +34,15 @@ modules_static_idl_files =
modules_static_interface_idl_files +
modules_static_dependency_idl_files
+modules_generated_dependency_idl_files =
+ modules_core_global_constructors_generated_idl_files +
+ modules_global_constructors_generated_idl_files
+
# 'modules_dependency_idl_files' is already used in Source/modules, so avoid
# collision
modules_all_dependency_idl_files =
- modules_static_dependency_idl_files
- #+ modules_generated_dependency_idl_files
+ modules_static_dependency_idl_files +
+ modules_generated_dependency_idl_files
# Dependency IDL files: don't generate individual bindings, but do process
# in IDL dependency computation, and count as build dependencies

Powered by Google App Engine
This is Rietveld 408576698