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

Side by Side Diff: gyp/skia_lib.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/skia_launcher.gyp ('k') | gyp/svg.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 # The minimal set of static libraries for basic Skia functionality. 5 # The minimal set of static libraries for basic Skia functionality.
2 6
3 { 7 {
4 'variables': { 8 'variables': {
5 'component_libs': [ 9 'component_libs': [
6 'core.gyp:core', 10 'core.gyp:core',
7 'codec.gyp:codec', 11 'codec.gyp:codec',
8 'effects.gyp:effects', 12 'effects.gyp:effects',
9 'images.gyp:images', 13 'images.gyp:images',
10 'opts.gyp:opts', 14 'opts.gyp:opts',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ], 58 ],
55 'dependencies': [ 59 'dependencies': [
56 '<@(component_libs)', 60 '<@(component_libs)',
57 ], 61 ],
58 'export_dependent_settings': [ 62 'export_dependent_settings': [
59 '<@(component_libs)', 63 '<@(component_libs)',
60 ], 64 ],
61 }, 65 },
62 ], 66 ],
63 } 67 }
OLDNEW
« no previous file with comments | « gyp/skia_launcher.gyp ('k') | gyp/svg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698