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

Unified Diff: gyp/tools.gyp

Issue 2141573004: Monitor profile tool, now with Windows support, too! (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address feedback, fix compile error on other platforms Created 4 years, 5 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 | « no previous file | tools/get_current_monitor_profile.cpp » ('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 63556da749f181d97ac84b6c567626c803a0abab..fecee044a83746e0a5ff29135a90019a8fc4d7e7 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -20,6 +20,7 @@
'chrome_fuzz',
'dump_record',
'get_images_from_skps',
+ 'get_current_monitor_profile',
'gpuveto',
'imgblur',
'imgslice',
@@ -317,6 +318,21 @@
],
},
{
+ 'target_name': 'get_current_monitor_profile',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/get_current_monitor_profile.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core',
+ '../include/private',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'gpuveto',
'type': 'executable',
'sources': [
« no previous file with comments | « no previous file | tools/get_current_monitor_profile.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698