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

Unified Diff: android_tools.gyp

Issue 11341029: Add gyp-target for Android guava library. (Closed) Base URL: http://git.chromium.org/git/android_tools.git@master
Patch Set: Created 8 years, 2 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 | « no previous file | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_tools.gyp
diff --git a/android_tools.gyp b/android_tools.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..6e66e118402bd3f3f8a74451ba755a2ecb366684
--- /dev/null
+++ b/android_tools.gyp
@@ -0,0 +1,19 @@
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'android_guava',
+ 'type' : 'none',
+ 'all_dependent_settings': {
+ 'variables': {
+ 'input_jars_paths' : [
+ 'sdk/tools/lib/guavalib.jar',
+ ],
+ }
+ }
+ },
+ ],
+}
+
« no previous file with comments | « no previous file | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698