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