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

Side by Side Diff: gyp/pathops.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/opts.gypi ('k') | gyp/pathops_skpclip.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 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 'include_dirs' : [ 6 'include_dirs' : [
3 '../include/pathops', 7 '../include/pathops',
4 '../src/pathops', 8 '../src/pathops',
5 ], 9 ],
6 'sources': [ 10 'sources': [
7 '../include/pathops/SkPathOps.h', 11 '../include/pathops/SkPathOps.h',
8 '../src/pathops/SkAddIntersections.cpp', 12 '../src/pathops/SkAddIntersections.cpp',
9 '../src/pathops/SkDCubicIntersection.cpp', 13 '../src/pathops/SkDCubicIntersection.cpp',
10 '../src/pathops/SkDCubicLineIntersection.cpp', 14 '../src/pathops/SkDCubicLineIntersection.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../src/pathops/SkPathOpsPoint.h', 56 '../src/pathops/SkPathOpsPoint.h',
53 '../src/pathops/SkPathOpsQuad.h', 57 '../src/pathops/SkPathOpsQuad.h',
54 '../src/pathops/SkPathOpsRect.h', 58 '../src/pathops/SkPathOpsRect.h',
55 '../src/pathops/SkPathOpsTriangle.h', 59 '../src/pathops/SkPathOpsTriangle.h',
56 '../src/pathops/SkPathOpsTypes.h', 60 '../src/pathops/SkPathOpsTypes.h',
57 '../src/pathops/SkPathWriter.h', 61 '../src/pathops/SkPathWriter.h',
58 '../src/pathops/SkQuarticRoot.h', 62 '../src/pathops/SkQuarticRoot.h',
59 '../src/pathops/SkReduceOrder.h', 63 '../src/pathops/SkReduceOrder.h',
60 ], 64 ],
61 } 65 }
OLDNEW
« no previous file with comments | « gyp/opts.gypi ('k') | gyp/pathops_skpclip.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698