Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Whether the Mac port uses Skia (instead of Core Graphics) by default. | |
|
M-A Ruel
2011/11/28 18:44:03
Add copyright
epoger
2011/11/28 18:52:26
Done.
| |
| 2 # This overrides the setting in common.gypi . | |
| 3 { | |
| 4 'use_skia_on_mac%': 0, | |
| 5 } | |
| 6 | |
|
M-A Ruel
2011/11/28 18:44:03
remove extra line
epoger
2011/11/28 18:52:26
Done.
| |
| OLD | NEW |