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

Unified Diff: Source/core/core.gyp

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index bd4d3a69dc13e039287fbf2b3e5be62c845dc43c..0b20d6a9f0c21b4b1d4659d06b3bc3036cacb9e8 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -278,6 +278,10 @@
# Generated from make_style_builder.py
'<(blink_core_output_dir)/StyleBuilder.cpp',
'<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
+
+ # Generated by the IDL compiler (for IDL dictionaries)
+ '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
+ '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
bashi 2014/07/30 11:32:26 Want to remove this.
haraken 2014/07/30 19:57:36 I'm not sure if we can remove this. As long as we
bashi 2014/07/31 02:34:05 Yes. We don't use aggregate build for dictionaries
],
'conditions': [
['OS=="win" and component=="shared_library"', {

Powered by Google App Engine
This is Rietveld 408576698