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

Side by Side Diff: gyp/freetype.gypi

Issue 1035523003: Add copyright headers to remaining gyp files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 9 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/freetype.gyp ('k') | gyp/gmslides.gypi » ('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.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
1 { 5 {
2 'sources': [ 6 'sources': [
3 # base components (required) 7 # base components (required)
4 '../third_party/externals/freetype/src/base/ftsystem.c', 8 '../third_party/externals/freetype/src/base/ftsystem.c',
5 '../third_party/externals/freetype/src/base/ftinit.c', 9 '../third_party/externals/freetype/src/base/ftinit.c',
6 '../third_party/externals/freetype/src/base/ftdebug.c', 10 '../third_party/externals/freetype/src/base/ftdebug.c',
7 '../third_party/externals/freetype/src/base/ftbase.c', 11 '../third_party/externals/freetype/src/base/ftbase.c',
8 12
9 '../third_party/externals/freetype/src/base/ftbbox.c', # recommended, see <freetype/ftbbox.h> 13 '../third_party/externals/freetype/src/base/ftbbox.c', # recommended, see <freetype/ftbbox.h>
10 '../third_party/externals/freetype/src/base/ftglyph.c', # recommended, see <freetype/ftglyph.h> 14 '../third_party/externals/freetype/src/base/ftglyph.c', # recommended, see <freetype/ftglyph.h>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../third_party/externals/freetype/src/base/ftmac.c', # only on t he Macintosh 59 '../third_party/externals/freetype/src/base/ftmac.c', # only on t he Macintosh
56 ], 60 ],
57 }], 61 }],
58 ], 62 ],
59 'direct_dependent_settings': { 63 'direct_dependent_settings': {
60 'include_dirs': [ 64 'include_dirs': [
61 '../third_party/externals/freetype/include', 65 '../third_party/externals/freetype/include',
62 ], 66 ],
63 }, 67 },
64 } 68 }
OLDNEW
« no previous file with comments | « gyp/freetype.gyp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698