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

Unified Diff: base/base.gyp

Issue 12378004: Android: Add a java version of ObserverList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added hasObserver call in the test. 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 | « base/android/javatests/src/org/chromium/base/ObserverListTest.java ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 33c334d6b54f4c2cd03b785ed1c75453f685fb8c..2ec7c00a236908d294427ee2eb5ea7bb6b296824 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1118,6 +1118,9 @@
{
'target_name': 'base_java',
'type': 'none',
+ 'dependencies': [
+ '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
+ ],
'variables': {
'java_in_dir': '../base/android/java',
},
@@ -1134,6 +1137,18 @@
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'base_javatests',
+ 'type': 'none',
+ 'dependencies': [
+ 'base_java',
+ 'base_java_test_support',
+ ],
+ 'variables': {
+ 'java_in_dir': '../base/android/javatests',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
],
}],
['OS == "win"', {
« no previous file with comments | « base/android/javatests/src/org/chromium/base/ObserverListTest.java ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698