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

Unified Diff: Source/core/BUILD.gn

Issue 556543003: [Re-land] Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/bindings/core/v8/generated.gyp ('k') | Source/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index c5e68aab4f3eaad85572595a2d304934732dfc46..869daa0ad6354359de97941466da260e25ec5d68 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -342,6 +342,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
« no previous file with comments | « Source/bindings/core/v8/generated.gyp ('k') | Source/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698