Chromium Code Reviews

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

Issue 551873004: Revert of Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl_gyp
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/bindings/core/idl.gni ('k') | Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/idl.gypi
diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi
index ac3c71c51ad14a13339e8fb6d0cc3af6b6752e56..597e380c162a2d4446e3ccae749fa4788942348c 100644
--- a/Source/bindings/core/idl.gypi
+++ b/Source/bindings/core/idl.gypi
@@ -11,10 +11,6 @@
],
'variables': {
- 'core_definition_idl_files': [
- '<@(core_dictionary_idl_files)',
- '<@(core_idl_files)',
- ],
'core_testing_definition_idl_files': [
'<@(core_testing_dictionary_idl_files)',
'<@(webcore_testing_idl_files)',
@@ -23,15 +19,15 @@
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
# Interface IDL files: generate individual bindings (includes testing)
'core_interface_idl_files': [
- '<@(core_definition_idl_files)',
+ '<@(core_idl_files)',
'<@(core_testing_definition_idl_files)',
'<@(generated_webcore_testing_idl_files)',
],
# Write lists of main IDL files to a file, so that the command lines don't
# exceed OS length limits.
- 'core_idl_files_list': '<|(core_idl_files_list.tmp <@(core_definition_idl_files))',
- 'core_dictionary_idl_files_list': '<|(core_dictionary_idl_files_list.tmp <@(core_dictionary_idl_files) <@(core_testing_dictionary_idl_files))',
+ 'core_idl_files_list': '<|(core_idl_files_list.tmp <@(core_idl_files))',
+ 'core_dictionary_idl_files_list': '<|(core_dictionary_idl_files_list.tmp <@(core_testing_dictionary_idl_files))',
# Dependency IDL files: don't generate individual bindings, but do process
# in IDL dependency computation, and count as build dependencies
@@ -62,7 +58,7 @@
# Static IDL files
'core_static_interface_idl_files': [
- '<@(core_definition_idl_files)',
+ '<@(core_idl_files)',
'<@(core_testing_definition_idl_files)',
],
'core_static_dependency_idl_files': [
« no previous file with comments | « Source/bindings/core/idl.gni ('k') | Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine