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

Side by Side Diff: gyp/tests.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/svg.gyp ('k') | gyp/tools.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 unit tests. 5 # Common gypi for unit tests.
2 { 6 {
3 'include_dirs': [ 7 'include_dirs': [
4 '../src/core', 8 '../src/core',
5 '../src/effects', 9 '../src/effects',
6 '../src/image', 10 '../src/image',
7 '../src/lazy', 11 '../src/lazy',
8 '../src/images', 12 '../src/images',
9 '../src/pathops', 13 '../src/pathops',
10 '../src/pdf', 14 '../src/pdf',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 '../src/utils/debugger/SkObjectParser.h', 241 '../src/utils/debugger/SkObjectParser.h',
238 '../src/utils/debugger/SkObjectParser.cpp', 242 '../src/utils/debugger/SkObjectParser.cpp',
239 243
240 '../tests/PipeTest.cpp', 244 '../tests/PipeTest.cpp',
241 '../src/pipe/utils/SamplePipeControllers.cpp', 245 '../src/pipe/utils/SamplePipeControllers.cpp',
242 246
243 '../tests/TDStackNesterTest.cpp', 247 '../tests/TDStackNesterTest.cpp',
244 '../experimental/PdfViewer/src/SkTDStackNester.h', 248 '../experimental/PdfViewer/src/SkTDStackNester.h',
245 ], 249 ],
246 } 250 }
OLDNEW
« no previous file with comments | « gyp/svg.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698