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

Side by Side Diff: gyp/everything.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/etc1.gyp ('k') | gyp/example.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 # Build EVERYTHING provided by Skia. 5 # Build EVERYTHING provided by Skia.
2 # (Start with the "most" target, and then add targets that we intentionally 6 # (Start with the "most" target, and then add targets that we intentionally
3 # left out of "most". See most.gyp for an explanation of which targets are 7 # left out of "most". See most.gyp for an explanation of which targets are
4 # left out of "most".) 8 # left out of "most".)
5 # 9 #
6 # We used to call this the 'all' target, but in SOME cases that 10 # We used to call this the 'all' target, but in SOME cases that
7 # conflicted with an automatically-generated 'all' target. 11 # conflicted with an automatically-generated 'all' target.
8 # See https://code.google.com/p/skia/issues/detail?id=932 12 # See https://code.google.com/p/skia/issues/detail?id=932
9 # 13 #
10 { 14 {
(...skipping 11 matching lines...) Expand all
22 'dependencies': [ 26 'dependencies': [
23 'debugger.gyp:debugger', 27 'debugger.gyp:debugger',
24 'pdfviewer.gyp:pdfviewer', 28 'pdfviewer.gyp:pdfviewer',
25 #'v8.gyp:SkV8Example', 29 #'v8.gyp:SkV8Example',
26 ], 30 ],
27 }], 31 }],
28 ], 32 ],
29 }, 33 },
30 ], 34 ],
31 } 35 }
OLDNEW
« no previous file with comments | « gyp/etc1.gyp ('k') | gyp/example.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698