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

Side by Side Diff: mojo/bindings/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: Address yzshen's comments 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/BUILD.gn ('k') | mojo/mojo_public.gypi » ('j') | 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/bindings/BindingsHelper.java",
10 "src/org/chromium/mojo/bindings/Callbacks.java",
11 "src/org/chromium/mojo/bindings/Connector.java",
12 "src/org/chromium/mojo/bindings/Decoder.java",
13 "src/org/chromium/mojo/bindings/DeserializationException.java",
14 "src/org/chromium/mojo/bindings/Encoder.java",
15 "src/org/chromium/mojo/bindings/ExecutorFactory.java",
16 "src/org/chromium/mojo/bindings/HandleOwner.java",
17 "src/org/chromium/mojo/bindings/Interface.java",
18 "src/org/chromium/mojo/bindings/InterfaceRequest.java",
19 "src/org/chromium/mojo/bindings/InterfaceWithClient.java",
20 "src/org/chromium/mojo/bindings/Message.java",
21 "src/org/chromium/mojo/bindings/MessageReceiver.java",
22 "src/org/chromium/mojo/bindings/Struct.java",
23 ]
24 }
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698