Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: gyp/utils.gyp

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gyp/tests.gypi ('k') | tests/TDStackNesterTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « gyp/tests.gypi ('k') | tests/TDStackNesterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698