| 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 'includes': [ | 7 'includes': [ |
| 8 'apptype_console.gypi', | 8 'apptype_console.gypi', |
| 9 ], | 9 ], |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 '../samplecode/SampleText.cpp', | 112 '../samplecode/SampleText.cpp', |
| 113 '../samplecode/SampleTextAlpha.cpp', | 113 '../samplecode/SampleTextAlpha.cpp', |
| 114 '../samplecode/SampleTextBox.cpp', | 114 '../samplecode/SampleTextBox.cpp', |
| 115 '../samplecode/SampleTextOnPath.cpp', | 115 '../samplecode/SampleTextOnPath.cpp', |
| 116 '../samplecode/SampleTextureDomain.cpp', | 116 '../samplecode/SampleTextureDomain.cpp', |
| 117 '../samplecode/SampleTiling.cpp', | 117 '../samplecode/SampleTiling.cpp', |
| 118 '../samplecode/SampleTinyBitmap.cpp', | 118 '../samplecode/SampleTinyBitmap.cpp', |
| 119 '../samplecode/SampleUnpremul.cpp', | 119 '../samplecode/SampleUnpremul.cpp', |
| 120 '../samplecode/SampleVertices.cpp', | 120 '../samplecode/SampleVertices.cpp', |
| 121 '../samplecode/SampleXfermodesBlur.cpp', | 121 '../samplecode/SampleXfermodesBlur.cpp', |
| 122 '../samplecode/SampleXfer.cpp', |
| 122 | 123 |
| 123 # DrawingBoard | 124 # DrawingBoard |
| 124 #'../experimental/DrawingBoard/SkColorPalette.h', | 125 #'../experimental/DrawingBoard/SkColorPalette.h', |
| 125 #'../experimental/DrawingBoard/SkColorPalette.cpp', | 126 #'../experimental/DrawingBoard/SkColorPalette.cpp', |
| 126 #'../experimental/DrawingBoard/SkNetPipeController.h', | 127 #'../experimental/DrawingBoard/SkNetPipeController.h', |
| 127 #'../experimental/DrawingBoard/SkNetPipeController.cpp', | 128 #'../experimental/DrawingBoard/SkNetPipeController.cpp', |
| 128 #'../experimental/DrawingBoard/SampleDrawingClient.cpp', | 129 #'../experimental/DrawingBoard/SampleDrawingClient.cpp', |
| 129 #'../experimental/DrawingBoard/SampleDrawingServer.cpp', | 130 #'../experimental/DrawingBoard/SampleDrawingServer.cpp', |
| 130 | 131 |
| 131 # Networking | 132 # Networking |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 ], | 257 ], |
| 257 }], | 258 }], |
| 258 [ 'not skia_pdf', { | 259 [ 'not skia_pdf', { |
| 259 'dependencies!': [ 'pdf.gyp:pdf' ], | 260 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 260 'dependencies': [ 'pdf.gyp:nopdf' ], | 261 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 261 }], | 262 }], |
| 262 ], | 263 ], |
| 263 }, | 264 }, |
| 264 ], | 265 ], |
| 265 } | 266 } |
| OLD | NEW |