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

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: Removed drawable png as it was checked in separately. 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..846000c7fc6098e1354f78b3e9f761cebfe497fb 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/public/android/java',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ ],
+ }], # OS == "android"
],
}

Powered by Google App Engine
This is Rietveld 408576698