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

Unified Diff: gyp/gmslides.gypi

Issue 834303005: Factor out checkerboard function in gm and sampleapp into tools. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Another Patch Set Created 5 years, 11 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/tools.gyp » ('j') | tools/Checkerboard.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gmslides.gypi
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 9350ddb29c4ea7f1b85d12aa1febc9c253534105..49726c3296c73535714451060aa00b51d6a3790d 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -7,6 +7,9 @@
'../src/images',
'../src/lazy',
],
+ 'dependencies': [
+ 'tools.gyp:checkerboard',
+ ],
'conditions': [
# If we're building SampleApp on the bots, no need to link in the GM slides.
# We're not going to run it; we're only making sure it still builds.
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/tools.gyp » ('j') | tools/Checkerboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698