OLD | NEW |
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 # TODO(ppi): Switch this file back to using absolute paths to refer to the Mojo |
| 6 # SDK once it is no longer being used to build the network service impl in |
| 7 # Mojo. |
5 import("../mojo_sdk_root.gni") | 8 import("../mojo_sdk_root.gni") |
6 import("$mojo_sdk_root/mojo/public/mojo_application.gni") | 9 import("$mojo_sdk_root/mojo/public/mojo_application.gni") |
7 | 10 |
8 if (is_android) { | 11 if (is_android) { |
9 import("//build/config/android/rules.gni") | 12 import("//build/config/android/rules.gni") |
10 | 13 |
11 java_library_path = "$target_out_dir/java_library.dex.jar" | 14 java_library_path = "$target_out_dir/java_library.dex.jar" |
12 | 15 |
13 mojo_android_application("network") { | 16 mojo_android_application("network") { |
14 output_name = "network_service" | 17 output_name = "network_service" |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "//mojo/application", | 125 "//mojo/application", |
123 "//mojo/application:test_support", | 126 "//mojo/application:test_support", |
124 "//mojo/common", | 127 "//mojo/common", |
125 "//mojo/services/network/public/cpp", | 128 "//mojo/services/network/public/cpp", |
126 "//mojo/services/network/public/interfaces", | 129 "//mojo/services/network/public/interfaces", |
127 "//net", | 130 "//net", |
128 "//net:test_support", | 131 "//net:test_support", |
129 "//testing/gtest", | 132 "//testing/gtest", |
130 ] | 133 ] |
131 } | 134 } |
OLD | NEW |