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

Unified Diff: gpu/command_buffer/command_buffer.gypi

Issue 17471007: gpu: Implement debug logging on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove dependency on base::LazyInstance. Created 7 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 | gpu/command_buffer/common/logging_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/command_buffer.gypi
diff --git a/gpu/command_buffer/command_buffer.gypi b/gpu/command_buffer/command_buffer.gypi
index 227f5089e6b197830cb6e38ac711c56ac07c9a05..e63a1c1b7f144a22d018b6ee8025a08a1eeae116 100644
--- a/gpu/command_buffer/command_buffer.gypi
+++ b/gpu/command_buffer/command_buffer.gypi
@@ -21,6 +21,16 @@
'common/logging.cc',
'common/logging.h',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ 'common/logging.cc',
+ ],
+ 'sources': [
+ 'common/logging_android.cc',
+ ],
+ }],
+ ],
}],
],
},
« no previous file with comments | « no previous file | gpu/command_buffer/common/logging_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698