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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/sys/webtry_schroot ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/template.gyp
diff --git a/experimental/webtry/templates/template.gyp b/experimental/webtry/templates/template.gyp
index d0486dced4fea8d1f6c47f13ce1b0f5c1ab811a0..7ba40eaf7819ca7a6b8ba19240c0a14e74e6d358 100644
--- a/experimental/webtry/templates/template.gyp
+++ b/experimental/webtry/templates/template.gyp
@@ -11,14 +11,14 @@
'target_name': '{{.Hash}}',
'type': 'executable',
'dependencies': [
- '../skia/gyp/skia_lib.gyp:skia_lib',
- '../skia/gyp/flags.gyp:flags'
+ 'skia_lib.gyp:skia_lib',
+ 'flags.gyp:flags'
],
'include_dirs': [
- '../skia/include/config',
- '../skia/include/core',
- '../skia/tools/flags',
- '../skia/src/core',
+ '../include/config',
+ '../include/core',
+ '../tools/flags',
+ '../src/core',
],
'conditions': [
['skia_os == "mac"', {
@@ -26,8 +26,8 @@
}]
],
'sources': [
- 'src/{{.Hash}}.cpp',
- '../skia/experimental/webtry/main.cpp'
+ '../../cache/src/{{.Hash}}.cpp',
+ '../experimental/webtry/main.cpp'
],
}
]
« 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