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

Unified Diff: Source/bindings/core/v8/generated.gyp

Issue 481453003: Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl_gyp
Patch Set: rebase Created 6 years, 4 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/v8/generated.gyp
diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp
index 36d42d89b9d4d90dc306cd5092d7fa8c7ab1dc6a..e6a5678d7e340b9829a189fcb07c71f5985c2556 100644
--- a/Source/bindings/core/v8/generated.gyp
+++ b/Source/bindings/core/v8/generated.gyp
@@ -132,8 +132,7 @@
'../../modules/generated.gyp:interfaces_info',
],
'sources': [
- # FIXME: Add '<@(core_dictionary_idl_files)',
- # See comment on core/core.gypi
+ '<@(core_dictionary_idl_files)',
'<@(core_testing_dictionary_idl_files)',
],
'actions': [{
@@ -150,8 +149,7 @@
'<(bindings_modules_output_dir)/InterfacesInfoModules.pickle',
],
'outputs': [
- # FIXME: Add '<@(generated_core_dictionary_files)',
- # See comment on core/core.gypi
+ '<@(generated_core_dictionary_files)',
'<@(generated_core_testing_dictionary_files)',
],
'action': [

Powered by Google App Engine
This is Rietveld 408576698