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

Side by Side Diff: skia/skia_library.gypi

Issue 27304003: Roll Skia DEPS to r11832 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | skia/skia_library_opts.gyp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 { 9 {
10 'dependencies': [ 10 'dependencies': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '../third_party/skia/include/core', 155 '../third_party/skia/include/core',
156 '../third_party/skia/include/effects', 156 '../third_party/skia/include/effects',
157 '../third_party/skia/include/images', 157 '../third_party/skia/include/images',
158 '../third_party/skia/include/lazy', 158 '../third_party/skia/include/lazy',
159 '../third_party/skia/include/pathops', 159 '../third_party/skia/include/pathops',
160 '../third_party/skia/include/pdf', 160 '../third_party/skia/include/pdf',
161 '../third_party/skia/include/pipe', 161 '../third_party/skia/include/pipe',
162 '../third_party/skia/include/ports', 162 '../third_party/skia/include/ports',
163 '../third_party/skia/include/utils', 163 '../third_party/skia/include/utils',
164 '../third_party/skia/src/core', 164 '../third_party/skia/src/core',
165 '../third_party/skia/src/opts',
165 '../third_party/skia/src/image', 166 '../third_party/skia/src/image',
166 '../third_party/skia/src/ports', 167 '../third_party/skia/src/ports',
167 '../third_party/skia/src/sfnt', 168 '../third_party/skia/src/sfnt',
168 '../third_party/skia/src/utils', 169 '../third_party/skia/src/utils',
169 '../third_party/skia/src/lazy', 170 '../third_party/skia/src/lazy',
170 ], 171 ],
171 'conditions': [ 172 'conditions': [
172 ['skia_support_gpu != 0', { 173 ['skia_support_gpu != 0', {
173 'includes': [ 174 'includes': [
174 '../third_party/skia/gyp/gpu.gypi', 175 '../third_party/skia/gyp/gpu.gypi',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../third_party/skia/include/pathops', 452 '../third_party/skia/include/pathops',
452 '../third_party/skia/include/pipe', 453 '../third_party/skia/include/pipe',
453 '../third_party/skia/include/ports', 454 '../third_party/skia/include/ports',
454 '../third_party/skia/include/utils', 455 '../third_party/skia/include/utils',
455 ], 456 ],
456 'defines': [ 457 'defines': [
457 '<@(skia_export_defines)', 458 '<@(skia_export_defines)',
458 ], 459 ],
459 }, 460 },
460 } 461 }
OLDNEW
« no previous file with comments | « DEPS ('k') | skia/skia_library_opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698