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

Side by Side Diff: mojo/BUILD.gn

Issue 508033004: mojo: Utility class to parse .data file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 3 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
« no previous file with comments | « no previous file | mojo/android/javatests/init_library.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 group("mojo") { 7 group("mojo") {
8 deps = [ 8 deps = [
9 ":tests", 9 ":tests",
10 "//mojo/common", 10 "//mojo/common",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ] 46 ]
47 } 47 }
48 } 48 }
49 49
50 if (is_android) { 50 if (is_android) {
51 import("//build/config/android/rules.gni") 51 import("//build/config/android/rules.gni")
52 52
53 generate_jni("jni_headers") { 53 generate_jni("jni_headers") {
54 sources = [ 54 sources = [
55 "android/javatests/src/org/chromium/mojo/MojoTestCase.java", 55 "android/javatests/src/org/chromium/mojo/MojoTestCase.java",
56 "android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java" ,
56 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java", 57 "android/system/src/org/chromium/mojo/system/impl/CoreImpl.java",
57 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java", 58 "services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAn droid.java",
58 ] 59 ]
59 60
60 jni_package = "mojo" 61 jni_package = "mojo"
61 } 62 }
62 } 63 }
OLDNEW
« no previous file with comments | « no previous file | mojo/android/javatests/init_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698