diff options
author | dtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 05:51:37 +0000 |
---|---|---|
committer | dtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-11 05:51:37 +0000 |
commit | 22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0 (patch) | |
tree | c8fb5ab45a7242269c969051158b66639511f489 /chrome/common/chrome_paths_android.cc | |
parent | 775e4877a577a61ada44ce654529534c80cbf100 (diff) | |
download | chromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.zip chromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.tar.gz chromium_src-22f3f53880e2b3ff658d36a1fa6e214bb78ed3b0.tar.bz2 |
Add initial Chromium TestShell support for Android
Add a build target and tie it into android_all. This will build and link
Chrome code for a test apk for Android. When it runs it properly
loads the library but crashes. Will fix the crashes in subsequent
patches, but can fork that work after this is in.
BUG=136786
Review URL: https://chromiumcodereview.appspot.com/10918113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_android.cc')
-rw-r--r-- | chrome/common/chrome_paths_android.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths_android.cc b/chrome/common/chrome_paths_android.cc index bc5c924..00516f5 100644 --- a/chrome/common/chrome_paths_android.cc +++ b/chrome/common/chrome_paths_android.cc @@ -43,4 +43,8 @@ bool GetUserDesktop(FilePath* result) { return false; } +bool ProcessNeedsProfileDir(const std::string& process_type) { + return true; +} + } // namespace chrome |