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

Unified Diff: content/content.gyp

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing up most of the review comments. Created 8 years, 8 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 8d1f4d6cf0e884f43404369f6e34b0a5f47f5c3a..71eaf8ebe7414eb2733ad3fe916119e5c82ab751 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -197,5 +197,18 @@
],
},
],
+ ['OS == "android"', {
+ 'targets': [
+ {
+ 'target_name': 'content_java',
+ 'type': 'none',
+ 'variables': {
+ 'package_name': 'content',
+ 'java_in_dir': '../content/android/java',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ ],
+ }], # OS == "android"
],
}

Powered by Google App Engine
This is Rietveld 408576698