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

Unified Diff: Source/core/BUILD.gn

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/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 6f88bd0a629b45c3262cd28f138489b5de9b7dfc..df019119bb34a2e56ea864377c886a24d2592a00 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -341,6 +341,8 @@ source_set("core_generated") {
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
sources += bindings_core_generated_aggregate_files
+ # IDL dictionary impl files generated by IDL compiler
+ sources += generated_core_dictionary_files
sources += [
# Additional .cpp files for HashTools.h

Powered by Google App Engine
This is Rietveld 408576698