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

Unified Diff: gyp/gm.gyp

Issue 340533002: hide SkBitmap::Config entirely (behind a flag) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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/SampleApp.gyp ('k') | gyp/skia_for_android_framework_defines.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index ee52b91d782d32e5ebb76bd91decc963cef41e0c..9b74e74669e3eef1353ac92e67a6260422dc9f1a 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -13,6 +13,7 @@
'sources': [
'../gm/gm_expectations.h',
'../gm/gm_expectations.cpp',
+ '../tools/sk_tool_utils.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
@@ -33,6 +34,7 @@
'../src/effects',
'../src/pipe/utils/',
'../src/utils/',
+ '../tools',
],
'includes': [
'gmslides.gypi',
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/skia_for_android_framework_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698