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

Unified Diff: mojo/mojo_public.gypi

Issue 385113005: Remove @Nullable annoation on readAndDispatchMessage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 5 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 | « mojo/bindings/java/src/org/chromium/mojo/bindings/Message.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 44aebb4adf0c78e3c5b63de13de8fe8ab094c9a2..e98fdfb56ba4177e5c41e290b717f2852f2b0ad1 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -424,13 +424,6 @@
'java_in_dir': 'public/java',
},
'includes': [ '../build/java.gypi' ],
- 'conditions': [
- ['android_webview_build==0', {
- 'dependencies': [
- '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
- ],
- }]
- ],
},
{
'target_name': 'mojo_bindings_java',
« no previous file with comments | « mojo/bindings/java/src/org/chromium/mojo/bindings/Message.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698