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

Unified Diff: services/vsync/BUILD.gn

Issue 1977503005: Remove android vsync service on the Android mojo shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | services/vsync/src/org/chromium/mojo/vsync/VSyncProviderImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/vsync/BUILD.gn
diff --git a/services/vsync/BUILD.gn b/services/vsync/BUILD.gn
deleted file mode 100644
index fa466390ac0c50ab9b3ceacf66c3ee4893f211b4..0000000000000000000000000000000000000000
--- a/services/vsync/BUILD.gn
+++ /dev/null
@@ -1,16 +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("//build/config/android/config.gni")
-import("//build/config/android/rules.gni")
-
-android_library("vsync") {
- java_files = [ "src/org/chromium/mojo/vsync/VSyncProviderImpl.java" ]
-
- deps = [
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
- "//mojo/services/vsync/interfaces:interfaces_java",
- ]
-}
« no previous file with comments | « no previous file | services/vsync/src/org/chromium/mojo/vsync/VSyncProviderImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698