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

Side by Side Diff: gyp/pathops_unittest.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/pathops_unittest.gyp ('k') | gyp/pdf.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 # Common gypi for pathops unit tests. 5 # Common gypi for pathops unit tests.
2 { 6 {
3 'include_dirs': [ 7 'include_dirs': [
4 '../src/core', 8 '../src/core',
5 '../src/effects', 9 '../src/effects',
6 '../src/lazy', 10 '../src/lazy',
7 '../src/pathops', 11 '../src/pathops',
8 '../src/pipe/utils', 12 '../src/pipe/utils',
9 '../src/utils', 13 '../src/utils',
10 ], 14 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../tests/PathOpsTestCommon.cpp', 61 '../tests/PathOpsTestCommon.cpp',
58 '../tests/PathOpsThreadedCommon.cpp', 62 '../tests/PathOpsThreadedCommon.cpp',
59 '../tests/PathOpsTightBoundsTest.cpp', 63 '../tests/PathOpsTightBoundsTest.cpp',
60 '../tests/PathOpsCubicIntersectionTestData.h', 64 '../tests/PathOpsCubicIntersectionTestData.h',
61 '../tests/PathOpsExtendedTest.h', 65 '../tests/PathOpsExtendedTest.h',
62 '../tests/PathOpsQuadIntersectionTestData.h', 66 '../tests/PathOpsQuadIntersectionTestData.h',
63 '../tests/PathOpsTestCommon.h', 67 '../tests/PathOpsTestCommon.h',
64 '../tests/PathOpsThreadedCommon.h', 68 '../tests/PathOpsThreadedCommon.h',
65 ], 69 ],
66 } 70 }
OLDNEW
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698