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

Unified Diff: Source/core/core.gypi

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.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 2d6c4807ca5a6ff7bf5f6942424c90eb5399e888..0bbcd37a096ece093783e792f9883643c49312ef 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -488,6 +488,9 @@
'workers/AbstractWorker.idl',
'xml/DocumentXPathEvaluator.idl',
],
+ 'core_idl_dictionary_files': [
+ 'css/FontFaceDescriptors.idl',
bashi 2014/07/30 11:32:26 It seems we need to write dictionary files twice(h
haraken 2014/07/30 19:57:36 Can we probably define core_idl_dictionary_files i
bashi 2014/07/31 02:34:05 The problem was that the relative paths can be dif
+ ],
# interfaces that inherit from Event, including Event itself
'core_event_idl_files': [
'css/CSSFontFaceLoadEvent.idl',

Powered by Google App Engine
This is Rietveld 408576698