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

Unified Diff: build/java.gypi

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 | « build/common.gypi ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index bb60a8f10d79fc6259e0307a97126fa3f8964aba..c05981d67b7551bef3cdc1d26ee55d1390f96500 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -25,7 +25,7 @@
# base/android/java/org/chromium/base/Bar.java
#
# Finally, the generated jar-file will be:
-# <(PRODUCT_DIR)/chromium_base.jar
+# <(PRODUCT_DIR)/lib.java/chromium_base.jar
#
# TODO(yfriedman): The "finally" statement isn't entirely true yet, as we don't
# auto-generate the ant file yet.
@@ -40,7 +40,7 @@
'<!@(find <(java_in_dir) -name "*.java")'
],
'outputs': [
- '<(PRODUCT_DIR)/chromium_<(package_name).jar',
+ '<(PRODUCT_DIR)/lib.java/chromium_<(package_name).jar',
],
'action': [
'ant',
« no previous file with comments | « build/common.gypi ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698