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

Side by Side Diff: mojo/android/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 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 | « media/mojo/BUILD.gn ('k') | mojo/converters/blink/BUILD.gn » ('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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 group("android") { 7 group("android") {
8 testonly = true 8 testonly = true
9 deps = [ 9 deps = [
10 ":mojo_javatests", 10 ":mojo_javatests",
(...skipping 27 matching lines...) Expand all
38 sources = [ 38 sources = [
39 "system/base_run_loop.cc", 39 "system/base_run_loop.cc",
40 "system/base_run_loop.h", 40 "system/base_run_loop.h",
41 "system/core_impl.cc", 41 "system/core_impl.cc",
42 "system/core_impl.h", 42 "system/core_impl.h",
43 ] 43 ]
44 44
45 deps = [ 45 deps = [
46 ":system_java_jni_headers", 46 ":system_java_jni_headers",
47 "//base", 47 "//base",
48 "//mojo/edk/system",
49 "//mojo/message_pump", 48 "//mojo/message_pump",
50 ] 49 ]
51 } 50 }
52 51
53 android_library("system_java") { 52 android_library("system_java") {
54 java_files = [ 53 java_files = [
55 "system/src/org/chromium/mojo/system/impl/BaseRunLoop.java", 54 "system/src/org/chromium/mojo/system/impl/BaseRunLoop.java",
56 "system/src/org/chromium/mojo/system/impl/CoreImpl.java", 55 "system/src/org/chromium/mojo/system/impl/CoreImpl.java",
57 "system/src/org/chromium/mojo/system/impl/DataPipeConsumerHandleImpl.java", 56 "system/src/org/chromium/mojo/system/impl/DataPipeConsumerHandleImpl.java",
58 "system/src/org/chromium/mojo/system/impl/DataPipeProducerHandleImpl.java", 57 "system/src/org/chromium/mojo/system/impl/DataPipeProducerHandleImpl.java",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 ":system_java", 137 ":system_java",
139 "//base:base_java", 138 "//base:base_java",
140 "//mojo/public/interfaces/bindings/tests:test_interfaces", 139 "//mojo/public/interfaces/bindings/tests:test_interfaces",
141 "//mojo/public/java:bindings", 140 "//mojo/public/java:bindings",
142 ] 141 ]
143 native_libs = [ "libmojo_java_unittests.so" ] 142 native_libs = [ "libmojo_java_unittests.so" ]
144 apk_name = "MojoTest" 143 apk_name = "MojoTest"
145 android_manifest = "javatests/AndroidManifest.xml" 144 android_manifest = "javatests/AndroidManifest.xml"
146 isolate_file = "../mojo_test_apk.isolate" 145 isolate_file = "../mojo_test_apk.isolate"
147 } 146 }
OLDNEW
« no previous file with comments | « media/mojo/BUILD.gn ('k') | mojo/converters/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698