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

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

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. 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 | « no previous file | Source/bindings/core/idl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/idl.gni
diff --git a/Source/bindings/core/idl.gni b/Source/bindings/core/idl.gni
index 08319eb8018aadb36313c5040f7a971e0fdb2618..819186bd2f15613dfc5153f6b971e085ff97d385 100644
--- a/Source/bindings/core/idl.gni
+++ b/Source/bindings/core/idl.gni
@@ -8,10 +8,6 @@
# Don't actually read idl.gypi since that just defines variables in terms of
# others, which gypi_to_gn doesn't handle.
-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
@@ -19,13 +15,13 @@
# 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
# 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 =
core_dependency_idl_files +
« no previous file with comments | « no previous file | Source/bindings/core/idl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698