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

Unified Diff: chrome/chrome.gyp

Issue 10830012: [Android] Add chrome_java target for building Java code in the chromium layer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@reland
Patch Set: fix java build error Created 8 years, 4 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/IntentHelper.java ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index eae32d9f56f62eacf0f73a4b4e6ab56467bcfd4c..e9a108cd4f38d3f1963e2395bfe653087ba790f8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1073,5 +1073,24 @@
},
]}, # 'targets'
], # OS=="win"
+ ['OS=="android"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'chrome_java',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ '../content/content.gyp:content_java',
+ '../net/net.gyp:net_java',
+ ],
+ 'variables': {
+ 'package_name': 'chrome',
+ 'java_in_dir': '../chrome/android/java',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ ]}, # 'targets'
+ ], # OS=="android"
], # 'conditions'
}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/IntentHelper.java ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698