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

Side by Side Diff: skia.gyp

Issue 856353004: Fix references to https://sites.google.com/site/skiadocs/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: lua Created 5 years, 10 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 | « site/user/quick/windows.md ('k') | 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 # Top-level gyp configuration for Skia. 1 # Top-level gyp configuration for Skia.
2 # 2 #
3 # Projects that use Skia should depend on one or more of the targets 3 # Projects that use Skia should depend on one or more of the targets
4 # defined here. 4 # defined here.
5 # 5 #
6 # More targets are defined within the gyp/ directory, but those are 6 # More targets are defined within the gyp/ directory, but those are
7 # not intended for external use and may change without notice. 7 # not intended for external use and may change without notice.
8 # 8 #
9 # Full documentation at https://sites.google.com/site/skiadocs/ 9 # Full documentation at https://skia.org.
10 # 10 #
11 { 11 {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'alltargets', 14 'target_name': 'alltargets',
15 'type': 'none', 15 'type': 'none',
16 'dependencies': [ 16 'dependencies': [
17 'gyp/everything.gyp:everything', 17 'gyp/everything.gyp:everything',
18 'gyp/most.gyp:most', 18 'gyp/most.gyp:most',
19 ], 19 ],
20 }, 20 },
21 ], 21 ],
22 } 22 }
OLDNEW
« no previous file with comments | « site/user/quick/windows.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698