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

Unified Diff: mojo/public/java/BUILD.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add //mojo/bindings/java to mojo group on android builds 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
« mojo/public/cpp/utility/BUILD.gn ('K') | « mojo/public/cpp/utility/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/java/BUILD.gn
diff --git a/mojo/public/java/BUILD.gn b/mojo/public/java/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c5235ce7be8e6b9de43c2fa76b3b0378f272e3e3
--- /dev/null
+++ b/mojo/public/java/BUILD.gn
@@ -0,0 +1,22 @@
+# Copyright 2014 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.
+
+import("//build/config/android/rules.gni")
+
+android_library("mojo_public_java") {
yzshen1 2014/07/15 21:00:00 Please consider renaming this target: maybe it cou
Chris Masone 2014/07/15 21:11:07 Done.
+ java_files = [
+ "src/org/chromium/mojo/system/AsyncWaiter.java",
+ "src/org/chromium/mojo/system/Core.java",
+ "src/org/chromium/mojo/system/DataPipe.java",
+ "src/org/chromium/mojo/system/Flags.java",
+ "src/org/chromium/mojo/system/Handle.java",
+ "src/org/chromium/mojo/system/InvalidHandle.java",
+ "src/org/chromium/mojo/system/MessagePipeHandle.java",
+ "src/org/chromium/mojo/system/MojoException.java",
+ "src/org/chromium/mojo/system/MojoResult.java",
+ "src/org/chromium/mojo/system/Pair.java",
+ "src/org/chromium/mojo/system/SharedBufferHandle.java",
+ "src/org/chromium/mojo/system/UntypedHandle.java",
+ ]
+}
« mojo/public/cpp/utility/BUILD.gn ('K') | « mojo/public/cpp/utility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698