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

Unified Diff: content/content.gyp

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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 | « components/web_contents_delegate_android.gypi ('k') | content/content_shell.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 26f1b031f93bafed79a3824e0b77a02af45f7893..762379da465561610b4d93f29b68811bbb9b1387 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -293,7 +293,6 @@
'target_name': 'common_aidl',
'type': 'none',
'variables': {
- 'package_name': 'content',
'aidl_interface_file': 'public/android/java/src/org/chromium/content/common/common.aidl',
},
'sources': [
@@ -315,7 +314,6 @@
'page_transition_types_java',
],
'variables': {
- 'package_name': 'content',
'java_in_dir': '../content/public/android/java',
'has_java_resources': 1,
'R_package': 'org.chromium.content',
« no previous file with comments | « components/web_contents_delegate_android.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698