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

Side by Side Diff: gyp/edtaa.gyp

Issue 41213003: Hook in rough distance field support for fonts (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Port over fix for alpha-blended paint color (may not be needed). Created 7 years, 1 month 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 | « gm/scaletext.cpp ('k') | gyp/gmslides.gypi » ('j') | gyp/gpu.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #
2 # Copyright 2013 Google Inc.
3 #
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6 #
7
8
9 {
10 'targets': [
11 {
12 'target_name': 'edtaa',
13 'type': 'static_library',
14 'sources': [
15 '../third_party/edtaa/edtaa3func.cpp',
16 ],
17 'include_dirs': [
18 '../third_party/edtaa/',
19 ],
20 'all_dependent_settings': {
21 'include_dirs': [
22 '../third_party/edtaa/',
23 ],
24 },
25 },
26 ],
27 }
28
29 # Local Variables:
30 # tab-width:2
31 # indent-tabs-mode:nil
32 # End:
33 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/scaletext.cpp ('k') | gyp/gmslides.gypi » ('j') | gyp/gpu.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698