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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/android/rules.gni")
6
7 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.
8 java_files = [
9 "src/org/chromium/mojo/system/AsyncWaiter.java",
10 "src/org/chromium/mojo/system/Core.java",
11 "src/org/chromium/mojo/system/DataPipe.java",
12 "src/org/chromium/mojo/system/Flags.java",
13 "src/org/chromium/mojo/system/Handle.java",
14 "src/org/chromium/mojo/system/InvalidHandle.java",
15 "src/org/chromium/mojo/system/MessagePipeHandle.java",
16 "src/org/chromium/mojo/system/MojoException.java",
17 "src/org/chromium/mojo/system/MojoResult.java",
18 "src/org/chromium/mojo/system/Pair.java",
19 "src/org/chromium/mojo/system/SharedBufferHandle.java",
20 "src/org/chromium/mojo/system/UntypedHandle.java",
21 ]
22 }
OLDNEW
« 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