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

Unified Diff: build/java_apk.gypi

Issue 12047068: Add apk for running content_browsertests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index a8876639bf9152a86f85b75837c5af91143c7e79..8e07f3bad113f0ccc1b5b910e93bdcbadf00f21c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -18,12 +18,10 @@
# 'includes': ['path/to/this/gypi/file'],
# }
#
-# Note that this assumes that there's an ant buildfile <package_name>_apk.xml in
-# java_in_dir. So, if you have package_name="content_shell" and
+# If you have package_name="content_shell" and
# java_in_dir="content/shell/android/java" you should have a directory structure
# like:
#
-# content/shell/android/java/content_shell_apk.xml
# content/shell/android/java/src/org/chromium/base/Foo.java
# content/shell/android/java/src/org/chromium/base/Bar.java
#
@@ -41,8 +39,8 @@
# each directory in additional_res_dirs.
# additional_src_dirs - Additional directories with .java files to be compiled
# and included in the output of this target.
-# asset_location - The directory where assets are located (default:
-# <PRODUCT_DIR>/<package_name>/assets).
+# asset_location - The absolute path to the directory where assets are located
+# (default: <PRODUCT_DIR>/<package_name>/assets).
cjhopman 2013/01/25 18:04:30 Change <PRODUCT_DIR>/<package_name>/assets to <(an
nilesh 2013/01/26 01:26:00 Done.
# generated_src_dirs - Same as additional_src_dirs except used for .java files
# that are generated at build time. This should be set automatically by a
# target's dependencies. The .java files in these directories are not

Powered by Google App Engine
This is Rietveld 408576698