| 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 # Gyp for utils. | 5 # Gyp for utils. |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'utils', | 9 'target_name': 'utils', |
| 10 'product_name': 'skia_utils', | 10 'product_name': 'skia_utils', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '../src/utils/win/SkDWrite.h', | 99 '../src/utils/win/SkDWrite.h', |
| 100 '../src/utils/win/SkDWrite.cpp', | 100 '../src/utils/win/SkDWrite.cpp', |
| 101 '../src/utils/win/SkDWriteFontFileStream.cpp', | 101 '../src/utils/win/SkDWriteFontFileStream.cpp', |
| 102 '../src/utils/win/SkDWriteFontFileStream.h', | 102 '../src/utils/win/SkDWriteFontFileStream.h', |
| 103 '../src/utils/win/SkDWriteGeometrySink.cpp', | 103 '../src/utils/win/SkDWriteGeometrySink.cpp', |
| 104 '../src/utils/win/SkDWriteGeometrySink.h', | 104 '../src/utils/win/SkDWriteGeometrySink.h', |
| 105 '../src/utils/win/SkHRESULT.cpp', | 105 '../src/utils/win/SkHRESULT.cpp', |
| 106 '../src/utils/win/SkIStream.cpp', | 106 '../src/utils/win/SkIStream.cpp', |
| 107 ], | 107 ], |
| 108 }], | 108 }], |
| 109 ['skia_run_pdfviewer_in_gm', { | |
| 110 'defines': [ | |
| 111 'SK_BUILD_NATIVE_PDF_RENDERER', | |
| 112 ], | |
| 113 }], | |
| 114 ], | 109 ], |
| 115 'direct_dependent_settings': { | 110 'direct_dependent_settings': { |
| 116 'include_dirs': [ | 111 'include_dirs': [ |
| 117 '../include/utils', | 112 '../include/utils', |
| 118 '../src/utils', | 113 '../src/utils', |
| 119 ], | 114 ], |
| 120 }, | 115 }, |
| 121 }, | 116 }, |
| 122 { | 117 { |
| 123 'target_name': 'android_utils', | 118 'target_name': 'android_utils', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 134 '../src/utils/android/SkHwuiRenderer.cpp', | 129 '../src/utils/android/SkHwuiRenderer.cpp', |
| 135 ], | 130 ], |
| 136 'direct_dependent_settings': { | 131 'direct_dependent_settings': { |
| 137 'include_dirs': [ | 132 'include_dirs': [ |
| 138 '../src/utils/android', | 133 '../src/utils/android', |
| 139 ], | 134 ], |
| 140 }, | 135 }, |
| 141 }, | 136 }, |
| 142 ], | 137 ], |
| 143 } | 138 } |
| OLD | NEW |