| Index: sky/services/oknet/BUILD.gn
|
| diff --git a/sky/services/oknet/BUILD.gn b/sky/services/oknet/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2ef356d08da6470611feb1ed4da92fc6e7eff16e
|
| --- /dev/null
|
| +++ b/sky/services/oknet/BUILD.gn
|
| @@ -0,0 +1,21 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +import("//build/config/android/config.gni")
|
| +import("//build/config/android/rules.gni")
|
| +
|
| +android_library("oknet") {
|
| + java_files = [
|
| + "src/org/domokit/oknet/NetworkServiceImpl.java",
|
| + "src/org/domokit/oknet/UrlLoaderImpl.java",
|
| + ]
|
| +
|
| + deps = [
|
| + "//mojo/public/java:bindings",
|
| + "//mojo/public/java:system",
|
| + "//mojo/services/network/public/interfaces:interfaces_java",
|
| + "//third_party/okhttp",
|
| + "//third_party/okhttp:okio",
|
| + ]
|
| +}
|
|
|