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

Unified Diff: Source/core/core.gypi

Issue 481453003: Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl_gyp
Patch Set: Rebase 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/core/core.gyp ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 30310db290f46134aa57975fa4cce7f9e499acb2..b122b8f2568114998225ec184c87672cc5ba0e9d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3336,18 +3336,13 @@
'svg/properties/SVGAnimatedProperty.cpp',
'svg/properties/SVGPropertyTearOff.cpp',
],
- # FIXME: http://crbug.com/403150
- # Add 'core_dictionary_idl_files' and
- # 'generated_core_dictionary_files' variables.
- # The variables should contain IDL dictionary files and generated files
- # They would look like below:
- # 'core_dictionary_idl_files': [
- # 'css/FontFaceDescriptors.idl',
- # ],
- # 'generated_core_dictionary_files': [
- # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
- # '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
- # ],
+ 'core_dictionary_idl_files': [
+ 'css/FontFaceDescriptors.idl',
+ ],
+ 'generated_core_dictionary_files': [
+ '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
+ '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
+ ],
'core_testing_dictionary_idl_files': [
'testing/InternalDictionary.idl',
],
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698