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

Unified Diff: base/base.gyp

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.gyp
diff --git a/base/base.gyp b/base/base.gyp
index e3ccc3403c2be988d79a9b3a95dd383e1419d54d..e7d86242b580a72736bb8e14fe76e4ec926fa652 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -123,9 +123,11 @@
'inputs': [
'android/jni_generator/jni_generator.py',
'android/java/org/chromium/base/PathUtils.java',
+ 'android/java/org/chromium/base/SystemMessageHandler.java',
John Grabowski 2012/03/14 18:06:10 consider a gyp regexp for these files. E.g. '<!(e
Peter Beverloo 2012/03/14 19:49:40 This requires quite some changes in the binding ge
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/base/jni/path_utils_jni.h',
+ '<(SHARED_INTERMEDIATE_DIR)/base/jni/system_message_handler_jni.h',
],
'action': [
'python',

Powered by Google App Engine
This is Rietveld 408576698