| OLD | NEW |
| 1 # Views is the Skia windowing toolkit. | 1 # Views is the Skia windowing toolkit. |
| 2 # It provides: | 2 # It provides: |
| 3 # * A portable means of creating native windows. | 3 # * A portable means of creating native windows. |
| 4 # * Events. | 4 # * Events. |
| 5 # * Basic widgets and controls. | 5 # * Basic widgets and controls. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'views', | 10 'target_name': 'views', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 }], | 133 }], |
| 134 ], | 134 ], |
| 135 'direct_dependent_settings': { | 135 'direct_dependent_settings': { |
| 136 'include_dirs': [ | 136 'include_dirs': [ |
| 137 '../include/views', | 137 '../include/views', |
| 138 ], | 138 ], |
| 139 }, | 139 }, |
| 140 }, | 140 }, |
| 141 ], | 141 ], |
| 142 } | 142 } |
| 143 | |
| 144 # Local Variables: | |
| 145 # tab-width:2 | |
| 146 # indent-tabs-mode:nil | |
| 147 # End: | |
| 148 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |