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

Unified Diff: base/base.gypi

Issue 18584006: Making a way to create thread with a Java Looper for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avoiding calling start multiple times, ordering includes and ading override Created 7 years, 5 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 4e8d7a7181a6fc922dc0aa1b9f4a3d902203fa06..611b20acbec8afef3491077f441f4afd24b40387 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_thread.cc',
+ 'android/java_thread.h',
'android/path_service_android.cc',
'android/path_service_android.h',
'android/path_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698