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

Side by Side Diff: experimental/webtry/templates/template.gyp

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 | « experimental/webtry/templates/sidebar.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'targets': [
3 {
4 'configurations': {
5 'Debug': { },
6 'Release': { }
7 },
8 'cflags!': [
9 '-Werror'
10 ],
11 'target_name': '{{.Hash}}',
12 'type': 'executable',
13 'dependencies': [
14 'skia_lib.gyp:skia_lib',
15 'flags.gyp:flags',
16 'tools.gyp:sk_tool_utils'
17
18 ],
19 'include_dirs': [
20 '../include/config',
21 '../include/core',
22 '../include/gpu',
23 '../tools/flags',
24 '../src/core',
25 ],
26 'conditions': [
27 ['skia_os == "mac"', {
28 'defines': ['SK_UNSAFE_BUILD_DESKTOP_ONLY=1']
29 }]
30 ],
31 'sources': [
32 '../../cache/src/{{.Hash}}.cpp',
33 '../experimental/webtry/main.cpp'
34 ],
35 }
36 ]
37 }
OLDNEW
« no previous file with comments | « experimental/webtry/templates/sidebar.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698