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

Side by Side Diff: gyp/codec.gyp

Issue 1023673010: Add copyright to gyp/codec.gyp. (Closed) Base URL: https://skia.googlesource.com/skia.git@DMcopyright
Patch Set: Correct year 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 | « no previous file | no next file » | 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.
5
1 # GYP file for codec project. 6 # GYP file for codec project.
2 { 7 {
3 'targets': [ 8 'targets': [
4 { 9 {
5 'target_name': 'codec', 10 'target_name': 'codec',
6 'product_name': 'skia_codec', 11 'product_name': 'skia_codec',
7 'type': 'static_library', 12 'type': 'static_library',
8 'standalone_static_library': 1, 13 'standalone_static_library': 1,
9 'dependencies': [ 14 'dependencies': [
10 'core.gyp:*', 15 'core.gyp:*',
(...skipping 12 matching lines...) Expand all
23 '../src/codec/SkSwizzler.cpp', 28 '../src/codec/SkSwizzler.cpp',
24 ], 29 ],
25 'direct_dependent_settings': { 30 'direct_dependent_settings': {
26 'include_dirs': [ 31 'include_dirs': [
27 '../include/codec', 32 '../include/codec',
28 ], 33 ],
29 }, 34 },
30 }, 35 },
31 ], 36 ],
32 } 37 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698