| 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 ], |
| 11 'sources': [ | 11 'sources': [ |
| 12 '../experimental/SkSetPoly3To3.cpp', | 12 '../experimental/SkSetPoly3To3.cpp', |
| 13 '../experimental/SkSetPoly3To3_A.cpp', | 13 '../experimental/SkSetPoly3To3_A.cpp', |
| 14 '../experimental/SkSetPoly3To3_D.cpp', | 14 '../experimental/SkSetPoly3To3_D.cpp', |
| 15 '../experimental/sk_surface.h', |
| 16 '../experimental/sk_surface.cpp', |
| 15 ], | 17 ], |
| 16 'direct_dependent_settings': { | 18 'direct_dependent_settings': { |
| 17 'include_dirs': [ | 19 'include_dirs': [ |
| 18 '../experimental', | 20 '../experimental', |
| 19 ], | 21 ], |
| 20 }, | 22 }, |
| 21 }, | 23 }, |
| 22 { | 24 { |
| 23 'target_name': 'SkiaExamples', | 25 'target_name': 'SkiaExamples', |
| 24 'type': 'executable', | 26 'type': 'executable', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p
list', | 72 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.p
list', |
| 71 }, | 73 }, |
| 72 'mac_bundle_resources' : [ | 74 'mac_bundle_resources' : [ |
| 73 '../experimental/SkiaExamples/SkiaExamples.xib' | 75 '../experimental/SkiaExamples/SkiaExamples.xib' |
| 74 ], | 76 ], |
| 75 }], | 77 }], |
| 76 ], | 78 ], |
| 77 } | 79 } |
| 78 ], | 80 ], |
| 79 } | 81 } |
| OLD | NEW |