| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # | 5 # |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'SampleApp', | 9 'target_name': 'SampleApp', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 '../samplecode/ClockFaceView.cpp', | 32 '../samplecode/ClockFaceView.cpp', |
| 33 '../samplecode/OverView.cpp', | 33 '../samplecode/OverView.cpp', |
| 34 '../samplecode/OverView.h', | 34 '../samplecode/OverView.h', |
| 35 '../samplecode/PerlinPatch.cpp', | 35 '../samplecode/PerlinPatch.cpp', |
| 36 '../samplecode/Sample2PtRadial.cpp', | 36 '../samplecode/Sample2PtRadial.cpp', |
| 37 '../samplecode/SampleAAClip.cpp', | 37 '../samplecode/SampleAAClip.cpp', |
| 38 '../samplecode/SampleAARects.cpp', | 38 '../samplecode/SampleAARects.cpp', |
| 39 '../samplecode/SampleAARectModes.cpp', | 39 '../samplecode/SampleAARectModes.cpp', |
| 40 '../samplecode/SampleAll.cpp', | 40 '../samplecode/SampleAll.cpp', |
| 41 '../samplecode/SampleAnimatedText.cpp', | 41 '../samplecode/SampleAnimatedText.cpp', |
| 42 '../samplecode/SampleAnimator.cpp', | |
| 43 '../samplecode/SampleAnimBlur.cpp', | 42 '../samplecode/SampleAnimBlur.cpp', |
| 44 '../samplecode/SampleApp.cpp', | 43 '../samplecode/SampleApp.cpp', |
| 45 '../samplecode/SampleArc.cpp', | 44 '../samplecode/SampleArc.cpp', |
| 46 '../samplecode/SampleAtlas.cpp', | 45 '../samplecode/SampleAtlas.cpp', |
| 47 '../samplecode/SampleBigBlur.cpp', | 46 '../samplecode/SampleBigBlur.cpp', |
| 48 '../samplecode/SampleBigGradient.cpp', | 47 '../samplecode/SampleBigGradient.cpp', |
| 49 '../samplecode/SampleBitmapRect.cpp', | 48 '../samplecode/SampleBitmapRect.cpp', |
| 50 '../samplecode/SampleBlur.cpp', | 49 '../samplecode/SampleBlur.cpp', |
| 51 '../samplecode/SampleCamera.cpp', | 50 '../samplecode/SampleCamera.cpp', |
| 52 '../samplecode/SampleChart.cpp', | 51 '../samplecode/SampleChart.cpp', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 | 137 |
| 139 # Lua | 138 # Lua |
| 140 '../src/utils/SkLuaCanvas.cpp', | 139 '../src/utils/SkLuaCanvas.cpp', |
| 141 '../src/utils/SkLua.cpp', | 140 '../src/utils/SkLua.cpp', |
| 142 ], | 141 ], |
| 143 'sources!': [ | 142 'sources!': [ |
| 144 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c
ompile | 143 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c
ompile |
| 145 '../samplecode/SampleFontCache.cpp', | 144 '../samplecode/SampleFontCache.cpp', |
| 146 ], | 145 ], |
| 147 'dependencies': [ | 146 'dependencies': [ |
| 148 'animator.gyp:animator', | |
| 149 'etc1.gyp:libetc1', | 147 'etc1.gyp:libetc1', |
| 150 'experimental.gyp:experimental', | 148 'experimental.gyp:experimental', |
| 151 'flags.gyp:flags', | 149 'flags.gyp:flags', |
| 152 'jsoncpp.gyp:jsoncpp', | 150 'jsoncpp.gyp:jsoncpp', |
| 153 'lua.gyp:lua', | 151 'lua.gyp:lua', |
| 154 'pdf.gyp:pdf', | 152 'pdf.gyp:pdf', |
| 155 'skia_lib.gyp:skia_lib', | 153 'skia_lib.gyp:skia_lib', |
| 156 'gputest.gyp:skgputest', | 154 'gputest.gyp:skgputest', |
| 157 'tools.gyp:resources', | 155 'tools.gyp:resources', |
| 158 'tools.gyp:sk_tool_utils', | 156 'tools.gyp:sk_tool_utils', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'xcode_settings' : { | 225 'xcode_settings' : { |
| 228 'INFOPLIST_FILE' : '../experimental/iOSSampleApp/iOSSampleApp-Info.p
list', | 226 'INFOPLIST_FILE' : '../experimental/iOSSampleApp/iOSSampleApp-Info.p
list', |
| 229 }, | 227 }, |
| 230 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base
.xcconfig', | 228 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base
.xcconfig', |
| 231 'mac_bundle_resources' : [ | 229 'mac_bundle_resources' : [ |
| 232 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', | 230 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', |
| 233 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', | 231 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', |
| 234 ], | 232 ], |
| 235 }], | 233 }], |
| 236 [ 'skia_os == "android"', { | 234 [ 'skia_os == "android"', { |
| 237 'sources!': [ | |
| 238 '../samplecode/SampleAnimator.cpp', | |
| 239 ], | |
| 240 'conditions': [ | 235 'conditions': [ |
| 241 ['skia_android_framework == 0', { | 236 ['skia_android_framework == 0', { |
| 242 'dependencies': [ | 237 'dependencies': [ |
| 243 'android_deps.gyp:Android_EntryPoint', | 238 'android_deps.gyp:Android_EntryPoint', |
| 244 'skia_launcher.gyp:skia_launcher', | 239 'skia_launcher.gyp:skia_launcher', |
| 245 ], | 240 ], |
| 246 }], | 241 }], |
| 247 ], | 242 ], |
| 248 'dependencies!': [ | 243 'dependencies!': [ |
| 249 'animator.gyp:animator', | |
| 250 'experimental.gyp:experimental', | 244 'experimental.gyp:experimental', |
| 251 ], | 245 ], |
| 252 'dependencies': [ | 246 'dependencies': [ |
| 253 'android_output.gyp:android_output', | 247 'android_output.gyp:android_output', |
| 254 'android_deps.gyp:Android_SampleApp', | 248 'android_deps.gyp:Android_SampleApp', |
| 255 ], | 249 ], |
| 256 }], | 250 }], |
| 257 [ 'skia_gpu == 1', { | 251 [ 'skia_gpu == 1', { |
| 258 'dependencies': [ | 252 'dependencies': [ |
| 259 'gputest.gyp:skgputest', | 253 'gputest.gyp:skgputest', |
| 260 ], | 254 ], |
| 261 }], | 255 }], |
| 262 [ 'not skia_pdf', { | 256 [ 'not skia_pdf', { |
| 263 'dependencies!': [ 'pdf.gyp:pdf' ], | 257 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 264 'dependencies': [ 'pdf.gyp:nopdf' ], | 258 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 265 }], | 259 }], |
| 266 ], | 260 ], |
| 267 }, | 261 }, |
| 268 ], | 262 ], |
| 269 } | 263 } |
| OLD | NEW |