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

Side by Side Diff: gyp/bench.gypi

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/bench.gyp ('k') | gyp/canvas_state_lib.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 { 5 {
2 'include_dirs': [ 6 'include_dirs': [
3 '../src/core', 7 '../src/core',
4 '../src/effects', 8 '../src/effects',
5 '../src/gpu', 9 '../src/gpu',
6 '../src/utils', 10 '../src/utils',
7 '../tools', 11 '../tools',
8 ], 12 ],
9 'dependencies': [ 13 'dependencies': [
10 'etc1.gyp:libetc1', 14 'etc1.gyp:libetc1',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../bench/StrokeBench.cpp', 105 '../bench/StrokeBench.cpp',
102 '../bench/TableBench.cpp', 106 '../bench/TableBench.cpp',
103 '../bench/TextBench.cpp', 107 '../bench/TextBench.cpp',
104 '../bench/TileBench.cpp', 108 '../bench/TileBench.cpp',
105 '../bench/VertBench.cpp', 109 '../bench/VertBench.cpp',
106 '../bench/WritePixelsBench.cpp', 110 '../bench/WritePixelsBench.cpp',
107 '../bench/WriterBench.cpp', 111 '../bench/WriterBench.cpp',
108 '../bench/XfermodeBench.cpp', 112 '../bench/XfermodeBench.cpp',
109 ], 113 ],
110 } 114 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/canvas_state_lib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698