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

Unified Diff: chromecast/common/cast_paths.h

Issue 490603002: Chromecast: initial checkin of Android-based cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added android DEPS (git cl presubmit doesn't check Java DEPS?) Created 6 years, 3 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/common/cast_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/cast_paths.h
diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h
index f228cd185c5f2f12d1a2105baa311bb6cd666720..5ab156c20fb5a616278336570dc1b7d9380e8556 100644
--- a/chromecast/common/cast_paths.h
+++ b/chromecast/common/cast_paths.h
@@ -5,6 +5,8 @@
#ifndef CHROMECAST_COMMON_CAST_PATHS_H_
#define CHROMECAST_COMMON_CAST_PATHS_H_
+#include "build/build_config.h"
+
// This file declares path keys for the chromecast module. These can be used
// with the PathService to access various special directories and files.
@@ -16,6 +18,9 @@ enum {
DIR_CAST_HOME, // Return a modified $HOME which works for both
// development use and the actual device.
+#if defined(OS_ANDROID)
+ FILE_CAST_ANDROID_LOG, // Log file location for Android.
+#endif // defined(OS_ANDROID)
FILE_CAST_CONFIG, // Config/preferences file path.
FILE_CAST_PAK, // cast_shell.pak file path.
PATH_END
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/common/cast_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698