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

Unified Diff: gyp/tools.gyp

Issue 1903233002: gyp: add osmesa target to factor out common code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-04-20 (Wednesday) 10:35:53 EDT Created 4 years, 8 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/gputest.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 8af0dfd1acc88549131abef24a5c279b6dd1994c..cd9223335f263bc0e986b9e9f0f12b8e406e87be 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -351,7 +351,7 @@
'../tools/picture_utils.cpp',
'../tools/picture_utils.h',
],
- 'include_dirs': [
+ 'include_dirs': [
'../src/core/',
],
'dependencies': [
@@ -608,18 +608,9 @@
'dependencies': [
'skia_lib.gyp:skia_lib',
'pdf.gyp:pdf',
+ 'gputest.gyp:osmesa',
],
'defines': [ 'FIDDLE_BUILD_TEST' ],
- 'conditions': [
- [ 'skia_os == "mac"',
- {
- 'link_settings': { 'libraries': [ '/opt/X11/lib/libOSMesa.dylib', ], },
- 'include_dirs': [ '/opt/X11/include/', ],
- }, {
- 'link_settings': { 'libraries': [ '-lOSMesa' ], },
- }
- ],
- ],
},
],
},
« no previous file with comments | « gyp/gputest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698