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

Unified Diff: base/base.gypi

Issue 9706022: Build Android's MessagePumpForUI by upstreaming SystemMessageHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 f5bf4a9dddc62f1dd6a7861cf38a8dcec2724ba8..6b370754914f13f74154348626a60aba476a091d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -485,9 +485,6 @@
['include', '^sys_info_linux\\.cc$'],
['include', '^sys_string_conversions_posix\\.cc$'],
['include', '^worker_pool_linux\\.cc$'],
- # TODO(michaelbai): The below files are excluded because of the
- # missing JNI, add them back when JNI is ready.
- ['exclude', '^message_pump_android\\.cc$'],
],
}],
[ 'OS != "mac"', {

Powered by Google App Engine
This is Rietveld 408576698