diff options
author | kristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 01:31:52 +0000 |
---|---|---|
committer | kristianm@chromium.org <kristianm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 01:31:52 +0000 |
commit | 349ad5872a8ff25729e1b67ad24a09b64571c04c (patch) | |
tree | ec401c4675c4a02b546b4f849b8c2a41d50fe1c7 /base/base.gypi | |
parent | 29aaa27acf958c13926a5199e717aa79124fe779 (diff) | |
download | chromium_src-349ad5872a8ff25729e1b67ad24a09b64571c04c.zip chromium_src-349ad5872a8ff25729e1b67ad24a09b64571c04c.tar.gz chromium_src-349ad5872a8ff25729e1b67ad24a09b64571c04c.tar.bz2 |
Making a way to create thread with a Java Looper for Android
We need to create a new message loop type for this as for
testing the Android UI message pump type is not the standard Java, but gets overridden to a different one that can handle nested message loops.
Using the new Java thread for the java bridge thread, so the thread used for AJI callbacks will have a prepared Looper.
BUG=b/8680913
TBR=jochen@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18584006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index fef37a1..bfe5a57 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -58,6 +58,8 @@ 'android/jni_string.h', 'android/memory_pressure_listener_android.cc', 'android/memory_pressure_listener_android.h', + 'android/java_handler_thread.cc', + 'android/java_handler_thread.h', 'android/path_service_android.cc', 'android/path_service_android.h', 'android/path_utils.cc', |