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

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

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

Powered by Google App Engine
This is Rietveld 408576698