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

Unified Diff: gyp/SampleApp.gyp

Issue 346453002: Refactor how we handle resources path in Tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: REBASE Created 6 years, 6 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
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index d4dda700495983552d5ec9e4ff8baf32e72d2dbb..f1cf13812567f5bd579031da4eccc40d624e3f02 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -114,6 +114,7 @@
'../samplecode/SampleXfermodesBlur.cpp',
'../samplecode/TransitionView.cpp',
'../samplecode/TransitionView.h',
+ '../tools/Resources.cpp',
# DrawingBoard
#'../experimental/DrawingBoard/SkColorPalette.h',
@@ -145,15 +146,16 @@
'../samplecode/SampleFontCache.cpp',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'views.gyp:views',
'animator.gyp:animator',
- 'xml.gyp:xml',
+ 'etc1.gyp:libetc1',
'experimental.gyp:experimental',
+ 'flags.gyp:flags',
+ 'lua.gyp:lua',
'pdf.gyp:pdf',
+ 'skia_lib.gyp:skia_lib',
+ 'views.gyp:views',
'views_animated.gyp:views_animated',
- 'lua.gyp:lua',
- 'etc1.gyp:libetc1',
+ 'xml.gyp:xml',
],
'conditions' : [
[ 'sample_pdf_file_viewer == 1', {
« gm/cmykjpeg.cpp ('K') | « go1.2.1.linux-amd64.tar.gz ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698