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

Unified Diff: content/content.gyp

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 6632f6d5af4b23d0cfa139864f06e19673ac44f7..ce006f157e45a1229c281d3333d47213ecf1138b 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -202,12 +202,18 @@
{
'target_name': 'content_java',
'type': 'none',
+ 'dependencies': ['../base/base.gyp:base_java'],
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'content_jni_headers',
+ 'type': 'none',
+ 'includes': [ 'content_jni.gypi' ],
Yaron 2012/05/09 01:01:42 Wheres' this file?
John Grabowski 2012/05/09 17:18:15 Oops! Added
+ },
],
}], # OS == "android"
],

Powered by Google App Engine
This is Rietveld 408576698