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

Unified Diff: content/content.gyp

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps so builds on clean machine 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
« no previous file with comments | « content/browser/android/trace_event_binding.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index b05a6e789df44be4772f57bc2d3285c51e5ea38b..ce006f157e45a1229c281d3333d47213ecf1138b 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -200,30 +200,20 @@
['OS == "android"', {
'targets': [
{
- 'target_name': 'content_jni_headers',
- 'type': 'none',
- 'variables': {
- 'java_sources': [
- '../content/public/android/java/org/chromium/content/browser/LocationProvider.java',
- ],
- 'jni_headers': [
- '<(SHARED_INTERMEDIATE_DIR)/content/jni/location_provider_jni.h',
- ],
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- {
'target_name': 'content_java',
'type': 'none',
+ 'dependencies': ['../base/base.gyp:base_java'],
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
},
- 'dependencies': [
- '../base/base.gyp:base_java',
- ],
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'content_jni_headers',
+ 'type': 'none',
+ 'includes': [ 'content_jni.gypi' ],
+ },
],
}], # OS == "android"
],
« no previous file with comments | « content/browser/android/trace_event_binding.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698