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

Unified Diff: chromecast/common/version.h.in

Issue 1058013006: Chromecast: make CAST_IS_DEBUG_BUILD to macro CAST_IS_DEBUG_BUILD(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-drm-delegate
Patch Set: updates version.h.in Created 5 years, 8 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 | « chromecast/chromecast.gyp ('k') | chromecast/crash/android/cast_crash_reporter_client_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/version.h.in
diff --git a/chromecast/common/version.h.in b/chromecast/common/version.h.in
index cfc7d037ed8cf55feb0a593692e11db2f9ac54e2..1987443e3da92e3ee198d75db1a2a1236acd7b19 100644
--- a/chromecast/common/version.h.in
+++ b/chromecast/common/version.h.in
@@ -10,6 +10,6 @@
#define PRODUCT_VERSION "@VERSION_FULL@"
#define CAST_BUILD_INCREMENTAL "@CAST_BUILD_INCREMENTAL@"
#define CAST_BUILD_REVISION "@CAST_BUILD_RELEASE@.@CAST_BUILD_INCREMENTAL@"
-#define CAST_IS_DEBUG_BUILD @CAST_IS_DEBUG_BUILD@
+#define CAST_IS_DEBUG_BUILD() @CAST_IS_DEBUG_BUILD@
#endif // CHROMECAST_COMMON_VERSION_INFO_H_
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/crash/android/cast_crash_reporter_client_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698