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

Side by Side Diff: mojo/public/java/BUILD.gn

Issue 401473002: Re-land "Add GN build targets for the rest of mojo/public" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/public/cpp/utility/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("java") {
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
« no previous file with comments | « mojo/public/cpp/utility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698