| OLD | NEW |
| 1 # GYP file to build experimental directory. | 1 # GYP file to build experimental directory. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'experimental', | 5 'target_name': 'experimental', |
| 6 'type': 'static_library', | 6 'type': 'static_library', |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../include/config', | 8 '../include/config', |
| 9 '../include/core', | 9 '../include/core', |
| 10 ], | 10 ], |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 }, | 83 }, |
| 84 'mac_bundle_resources' : [ | 84 'mac_bundle_resources' : [ |
| 85 '../experimental/SkiaExamples/SkiaExamples.xib' | 85 '../experimental/SkiaExamples/SkiaExamples.xib' |
| 86 ], | 86 ], |
| 87 } | 87 } |
| 88 ], | 88 ], |
| 89 ], | 89 ], |
| 90 } | 90 } |
| 91 ], | 91 ], |
| 92 } | 92 } |
| 93 | |
| 94 # Local Variables: | |
| 95 # tab-width:2 | |
| 96 # indent-tabs-mode:nil | |
| 97 # End: | |
| 98 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |