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

Unified Diff: gyp/gm.gyp

Issue 346453002: Refactor how we handle resources path in Tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix rebase conflict 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
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index fd8f74d621c7cc33cd5ab83bf1cf1697bacce29d..0b0054b7018072eb41c59808809c04fd05bce0da 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -31,11 +31,10 @@
'type': 'executable',
'include_dirs' : [
'../src/core',
- '../src/images',
'../src/effects',
- '../src/pipe/utils/',
- '../src/utils/',
- '../tools',
+ '../src/images',
+ '../src/pipe/utils',
+ '../src/utils',
],
'includes': [
'gmslides.gypi',
@@ -48,12 +47,13 @@
'../src/pipe/utils/SamplePipeControllers.cpp',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
+ 'etc1.gyp:libetc1',
'flags.gyp:flags',
'gm.gyp:gm_expectations',
'jsoncpp.gyp:jsoncpp',
'pdf.gyp:pdf',
- 'etc1.gyp:libetc1',
+ 'resources.gyp:resources',
+ 'skia_lib.gyp:skia_lib',
],
'conditions': [
['skia_android_framework', {
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698