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

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

Issue 619943002: complete overhaul of webtry work partition between jail and host (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Replace missing pre-build of jpeg, etc1, flags 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/sys/webtry_schroot ('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/gyp/skia_lib.gyp:skia_lib', 14 'skia_lib.gyp:skia_lib',
15 '../skia/gyp/flags.gyp:flags' 15 'flags.gyp:flags'
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '../skia/include/config', 18 '../include/config',
19 '../skia/include/core', 19 '../include/core',
20 '../skia/tools/flags', 20 '../tools/flags',
21 '../skia/src/core', 21 '../src/core',
22 ], 22 ],
23 'conditions': [ 23 'conditions': [
24 ['skia_os == "mac"', { 24 ['skia_os == "mac"', {
25 'defines': ['SK_UNSAFE_BUILD_DESKTOP_ONLY=1'] 25 'defines': ['SK_UNSAFE_BUILD_DESKTOP_ONLY=1']
26 }] 26 }]
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'src/{{.Hash}}.cpp', 29 '../../cache/src/{{.Hash}}.cpp',
30 '../skia/experimental/webtry/main.cpp' 30 '../experimental/webtry/main.cpp'
31 ], 31 ],
32 } 32 }
33 ] 33 ]
34 } 34 }
OLDNEW
« no previous file with comments | « experimental/webtry/sys/webtry_schroot ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698