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

Unified Diff: gyp/gputest.gyp

Issue 1847923002: Add CreatePlatformGLTestContext_none.cpp for Google3 build (Closed) Base URL: https://chromium.googlesource.com/skia.git@rename
Patch Set: exclude CreatePlatformGLTestContext_none when os has a real impl Created 4 years, 9 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/gpu/gl/none/CreatePlatformGLTestContext_none.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gputest.gyp
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp
index 94da0ed7425285beba395095872818c70f320a15..2e905189cde735b0e1e60d2fa61d647ffa48d9d3 100644
--- a/gyp/gputest.gyp
+++ b/gyp/gputest.gyp
@@ -85,6 +85,9 @@
],
},
}],
+ ['skia_os in ["linux", "win", "mac", "chromeos", "android", "ios"]', {
+ 'sources/': [ ['exclude', '_none\.(h|cpp)$'],],
+ }],
['skia_os != "win"', {
'sources/': [ ['exclude', '_win\.(h|cpp)$'],],
}],
« no previous file with comments | « no previous file | tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698