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

Unified Diff: sky/services/intents/BUILD.gn

Issue 1223053002: mv //sky/services/intents //sky/services/activity (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
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",
- ]
-}
« no previous file with comments | « sky/services/activity/src/org/domokit/activity/ActivityImpl.java ('k') | sky/services/intents/intents.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698