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

Side by Side Diff: gyp/dm.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/dm.gyp ('k') | gyp/effects.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 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
2 { 6 {
3 'include_dirs': [ 7 'include_dirs': [
4 '../dm', 8 '../dm',
5 '../gm', 9 '../gm',
6 '../src/core', 10 '../src/core',
7 '../src/effects', 11 '../src/effects',
8 '../src/images', 12 '../src/images',
9 '../src/lazy', 13 '../src/lazy',
10 '../src/pipe/utils/', 14 '../src/pipe/utils/',
(...skipping 30 matching lines...) Expand all
41 '../src/utils/debugger/SkDebugCanvas.cpp', 45 '../src/utils/debugger/SkDebugCanvas.cpp',
42 '../src/utils/debugger/SkDrawCommand.cpp', 46 '../src/utils/debugger/SkDrawCommand.cpp',
43 '../src/utils/debugger/SkObjectParser.cpp', 47 '../src/utils/debugger/SkObjectParser.cpp',
44 ], 48 ],
45 'conditions': [ 49 'conditions': [
46 [ 'skia_gpu == 1', { 50 [ 'skia_gpu == 1', {
47 'dependencies': [ 'gputest.gyp:skgputest' ], 51 'dependencies': [ 'gputest.gyp:skgputest' ],
48 }], 52 }],
49 ], 53 ],
50 } 54 }
OLDNEW
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/effects.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698