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

Unified Diff: gyp/visualbench.gyp

Issue 1216973002: Move visualbench to its own folder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 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 | « no previous file | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index 9164247e86d52cc68f5b4e2fb7bbeac3558bcbe7..874b0aafa0170f1bf2cccb80b2cc36768fb3c3ae 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -17,8 +17,8 @@
'../src/images',
],
'sources': [
- '../tools/VisualBench.h',
- '../tools/VisualBench.cpp',
+ '../tools/VisualBench/VisualBench.h',
+ '../tools/VisualBench/VisualBench.cpp',
],
'dependencies': [
'flags.gyp:flags_common',
« no previous file with comments | « no previous file | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698