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

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

Issue 882713004: Fixed dictionary files not being compiled and part of link and hooked up enums. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: merged Created 5 years, 11 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
« no previous file with comments | « Source/bindings/dart/scripts/dart_utilities.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/idl.gypi
diff --git a/Source/bindings/modules/idl.gypi b/Source/bindings/modules/idl.gypi
index c1e3b06e136675c49cebc853f27ada0d2711938b..8cb9329167b80393a1558cc36ced9ede724efe89 100644
--- a/Source/bindings/modules/idl.gypi
+++ b/Source/bindings/modules/idl.gypi
@@ -28,7 +28,7 @@
# Write lists of main IDL files to a file, so that the command lines don't
# exceed OS length limits.
# DartFix: Don't include dictionary files in modules_idl_files_list.
- 'modules_idl_files_list': '<|(modules_idl_files_list.tmp <@(modules_idl_files))',
+ 'modules_idl_files_list': '<|(modules_idl_files_list.tmp <@(modules_definition_idl_files))',
'modules_dictionary_idl_files_list': '<|(modules_dictionary_idl_files_list.tmp <@(modules_dictionary_idl_files))',
# Dependency IDL files: don't generate individual bindings, but do process
« no previous file with comments | « Source/bindings/dart/scripts/dart_utilities.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698