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

Side by Side Diff: Source/core/css/FontFaceDescriptors.idl

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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 [
2 GarbageCollected
3 ] dictionary FontFaceDescriptors {
4 DOMString style = "normal";
5 DOMString weight = "normal";
6 DOMString stretch = "normal";
7 DOMString unicodeRange = "U+0-10FFFF";
8 DOMString variant = "normal";
9 DOMString featureSettings = "normal";
10 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698