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

Side by Side Diff: gyp/dm.gyp

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, 8 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/debugger.gyp ('k') | gyp/dm.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 # 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 'includes': [ 'apptype_console.gypi' ], 7 'includes': [ 'apptype_console.gypi' ],
4 8
5 'targets': [{ 9 'targets': [{
6 'target_name': 'dm', 10 'target_name': 'dm',
7 'type': 'executable', 11 'type': 'executable',
8 'includes': [ 12 'includes': [
9 'dm.gypi', 13 'dm.gypi',
10 ], 14 ],
(...skipping 13 matching lines...) Expand all
24 'sources': [ 28 'sources': [
25 '../dm/DMSrcSinkAndroid.cpp', 29 '../dm/DMSrcSinkAndroid.cpp',
26 ], 30 ],
27 'dependencies': [ 31 'dependencies': [
28 'utils.gyp:android_utils', 32 'utils.gyp:android_utils',
29 ], 33 ],
30 }], 34 }],
31 ], 35 ],
32 }] 36 }]
33 } 37 }
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698