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

Side by Side Diff: third_party/WebKit/Source/core/css/MediaFeatureNames.json5

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT Created 3 years, 10 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 metadata: {
3 namespace: "MediaFeature",
4 export: "",
5 },
6
7 data: [
8 "any-hover",
9 "any-pointer",
10 "color",
11 "color-index",
12 "grid",
13 "monochrome",
14 "height",
15 "hover",
16 "width",
17 "orientation",
18 "aspect-ratio",
19 "device-aspect-ratio",
20 "-webkit-device-pixel-ratio",
21 "device-height",
22 "device-width",
23 "display-mode",
24 "max-color",
25 "max-color-index",
26 "max-aspect-ratio",
27 "max-device-aspect-ratio",
28 "-webkit-max-device-pixel-ratio",
29 "max-device-height",
30 "max-device-width",
31 "max-height",
32 "max-monochrome",
33 "max-width",
34 "max-resolution",
35 "min-color",
36 "min-color-index",
37 "min-aspect-ratio",
38 "min-device-aspect-ratio",
39 "-webkit-min-device-pixel-ratio",
40 "min-device-height",
41 "min-device-width",
42 "min-height",
43 "min-monochrome",
44 "min-width",
45 "min-resolution",
46 "pointer",
47 "resolution",
48 "-webkit-transform-3d",
49 "scan",
50 "shape",
51 ],
52 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaFeatureNames.in ('k') | third_party/WebKit/Source/core/css/MediaTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698