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

Unified Diff: gyp/experimental.gyp

Issue 769083003: multipage_pdf_profiler, gmtoskp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 96f9c5d67c7741a8a22fb4e27001df88081c3dca..9e4e9347444ff31be5ff4ee7d015d8611738af02 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -73,6 +73,41 @@
],
}],
],
- }
+ },
+ {
+ 'target_name': 'multipage_pdf_profiler',
+ 'type': 'executable',
+ 'sources': [
+ '../experimental/tools/multipage_pdf_profiler.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'pdf.gyp:pdf',
+ 'tools.gyp:proc_stats',
+ 'tools.gyp:sk_tool_utils',
+ ],
+ },
+ {
+ 'target_name': 'gmtoskp',
+ 'type': 'executable',
+ 'sources': [
+ '../experimental/tools/gmtoskp.cpp',
+ '../gm/gm.cpp',
+ ],
+ 'include_dirs': [
+ '../tools',
+ '../src/effects',
+ '../src/core',
+ '../src/gpu',
+ '../third_party/etc1',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'tools.gyp:resources',
+ 'tools.gyp:sk_tool_utils',
+ 'gputest.gyp:skgputest',
+ ],
+ 'includes': [ 'gmslides.gypi', ],
+ },
],
}
« experimental/tools/multipage_pdf_profiler.sh ('K') | « experimental/tools/multipage_pdf_profiler.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698