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

Unified Diff: gyp/tools.gyp

Issue 282233003: Factor out DumpRecord method from dump_record tool for later use (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet Created 6 years, 7 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/DumpRecord.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 e724e3afa708ab8fcac993a721d6e4ed336947c8..63c2fbfb6edea895ce2af347f293a29ceba24a04 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -348,6 +348,7 @@
'type': 'executable',
'sources': [
'../tools/dump_record.cpp',
+ '../tools/DumpRecord.cpp',
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
« no previous file with comments | « no previous file | tools/DumpRecord.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698