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

Unified Diff: gyp/tools.gyp

Issue 448243003: Revert of Process Statistics header, add max RSS to render_pdfs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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/dm.gypi ('k') | tools/ProcStats.h » ('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 f4d927cd898a8bd581546a178ceebbc3a260adf8..f36c523435a8a3aa97cd31c9e2310604edc667e2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -530,7 +530,6 @@
'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
- 'tools.gyp:sk_tool_proc_stats',
],
'conditions': [
['skia_win_debuggers_path and skia_os == "win"',
@@ -646,17 +645,6 @@
'dependencies': [
'skia_lib.gyp:skia_lib',
],
- },
- {
- 'target_name': 'sk_tool_proc_stats',
- 'type': 'static_library',
- 'sources': [
- '../tools/ProcStats.h',
- '../tools/ProcStats.cpp',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [ '../tools', ],
- },
},
],
'conditions': [
« no previous file with comments | « gyp/dm.gypi ('k') | tools/ProcStats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698