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

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

Issue 633913002: Update bindings gn files for binding modularization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added templates 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/core/idl.gni
diff --git a/Source/bindings/core/idl.gni b/Source/bindings/core/idl.gni
index 08319eb8018aadb36313c5040f7a971e0fdb2618..f0efce7c2b7184c6aff4b75e56cbbda87caffd10 100644
--- a/Source/bindings/core/idl.gni
+++ b/Source/bindings/core/idl.gni
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//third_party/WebKit/Source/bindings/core/core.gni")
import("//third_party/WebKit/Source/bindings/idl.gni")
import("//third_party/WebKit/Source/core/core.gni")
@@ -35,9 +36,7 @@ core_static_dependency_idl_files =
core_generated_interface_idl_files =
generated_webcore_testing_idl_files # interfaces
core_generated_dependency_idl_files =
- # FIXME: Generate separate core_global_constructors_idls
- # http://crbug.com/358074
- generated_global_constructors_idl_files # partial interfaces
+ core_global_constructors_generated_idl_files # partial interfaces
# Static IDL files / Generated IDL files
#

Powered by Google App Engine
This is Rietveld 408576698