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

Unified Diff: gyp/SampleApp.gyp

Issue 1686143004: integrated SkDebugCanvas JSON support with UrlDataManager (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: added cast to deal with differing-size ints Created 4 years, 10 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 | gyp/bench.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index c22eaa207efe75bad516e0fe9a73a49e0938051b..f6a3413d68ad56ffe850e1196f5aa86487b1a32a 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -148,16 +148,17 @@
'etc1.gyp:libetc1',
'experimental.gyp:experimental',
'flags.gyp:flags',
+ 'jsoncpp.gyp:jsoncpp',
'lua.gyp:lua',
'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
'tools.gyp:resources',
'tools.gyp:sk_tool_utils',
'tools.gyp:timer',
+ 'tools.gyp:url_data_manager',
'views.gyp:views',
'views_animated.gyp:views_animated',
'xml.gyp:xml',
- 'jsoncpp.gyp:jsoncpp',
],
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698