| Index: sky/services/intents/BUILD.gn
|
| diff --git a/sky/services/intents/BUILD.gn b/sky/services/intents/BUILD.gn
|
| deleted file mode 100644
|
| index 52bf6692fbbff7aa8c1536cbf5af3dabf01f86d0..0000000000000000000000000000000000000000
|
| --- a/sky/services/intents/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -# 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("//mojo/public/tools/bindings/mojom.gni")
|
| -
|
| -group("intents") {
|
| - testonly = true
|
| -
|
| - deps = [
|
| - ":interfaces",
|
| - ]
|
| -
|
| - if (is_android) {
|
| - deps += [ ":intents_lib" ]
|
| - }
|
| -}
|
| -
|
| -if (is_android) {
|
| - import("//build/config/android/config.gni")
|
| - import("//build/config/android/rules.gni")
|
| -
|
| - android_library("intents_lib") {
|
| - java_files = [ "src/org/domokit/intents/ActivityManagerImpl.java" ]
|
| -
|
| - deps = [
|
| - "//base:base_java",
|
| - "//mojo/public/java:bindings",
|
| - "//mojo/public/java:system",
|
| - ":interfaces_java",
|
| - ]
|
| - }
|
| -}
|
| -
|
| -mojom("interfaces") {
|
| - sources = [
|
| - "intents.mojom",
|
| - ]
|
| -}
|
|
|