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

Side by Side Diff: gyp/codec.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, 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/chromeos_deps.gyp ('k') | gyp/common_conditions.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. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Copyright 2015 Google Inc.
6 #
7 # Use of this source code is governed by a BSD-style license that can be
8 # found in the LICENSE file.
5 9
6 # GYP file for codec project. 10 # GYP file for codec project.
7 { 11 {
8 'targets': [ 12 'targets': [
9 { 13 {
10 'target_name': 'codec', 14 'target_name': 'codec',
11 'product_name': 'skia_codec', 15 'product_name': 'skia_codec',
12 'type': 'static_library', 16 'type': 'static_library',
13 'standalone_static_library': 1, 17 'standalone_static_library': 1,
14 'dependencies': [ 18 'dependencies': [
(...skipping 15 matching lines...) Expand all
30 '../src/codec/SkSwizzler.cpp', 34 '../src/codec/SkSwizzler.cpp',
31 ], 35 ],
32 'direct_dependent_settings': { 36 'direct_dependent_settings': {
33 'include_dirs': [ 37 'include_dirs': [
34 '../include/codec', 38 '../include/codec',
35 ], 39 ],
36 }, 40 },
37 }, 41 },
38 ], 42 ],
39 } 43 }
OLDNEW
« no previous file with comments | « gyp/chromeos_deps.gyp ('k') | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698