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

Unified Diff: gyp/tools.gyp

Issue 1895143002: experimental/fiddle -> tools/fiddle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « experimental/fiddle/parse-fiddle-output ('k') | tools/fiddle/.gitignore » ('j') | 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 7bf8f7f78660f6ce1ed2366102a5171cd5fd0f22..4b58ab45f76155953dfb53d51306db5d4a753051 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -34,6 +34,7 @@
'whitelist_typefaces',
],
'conditions': [
+ ['skia_os == "linux"', { 'dependencies': [ 'fiddle_build_test' ] } ],
['skia_shared_lib',
{
'dependencies': [
@@ -588,5 +589,26 @@
],
},
],
+ ['skia_os == "linux"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'fiddle_build_test',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/fiddle/draw.cpp',
+ '../tools/fiddle/fiddle_main.cpp',
+ '../tools/fiddle/fiddle_main.h',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'pdf.gyp:pdf',
+ ],
+ 'defines': [ 'FIDDLE_BUILD_TEST' ],
+ 'link_settings': { 'libraries': [ '-lOSMesa' ], },
+ },
+ ],
+ },
+ ],
],
}
« no previous file with comments | « experimental/fiddle/parse-fiddle-output ('k') | tools/fiddle/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698