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

Unified Diff: device/devices_app/BUILD.gn

Issue 1682363002: Remove //device/devices_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two files that somehow survived in //device/devices_app. Created 4 years, 10 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 | « device/device_tests.gyp ('k') | device/devices_app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/BUILD.gn
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn
deleted file mode 100644
index f189e6bbf906a9af236a4f096b970215a2f6eaad..0000000000000000000000000000000000000000
--- a/device/devices_app/BUILD.gn
+++ /dev/null
@@ -1,77 +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/mojo_application.gni")
-
-source_set("lib") {
- sources = [
- "devices_app.cc",
- "devices_app.h",
- "usb/device_impl.cc",
- "usb/device_impl.h",
- "usb/device_manager_impl.cc",
- "usb/device_manager_impl.h",
- "usb/type_converters.cc",
- "usb/type_converters.h",
- ]
-
- deps = [
- "//device/core",
- "//device/devices_app/usb/public/interfaces",
- "//device/usb",
- "//mojo/common",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/bindings:callback",
- "//net",
- "//url",
- ]
-
- public_deps = [
- "//base",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
- ]
-}
-
-if (!is_component_build) {
- mojo_native_application("devices") {
- sources = [
- "main.cc",
- ]
-
- deps = [
- "//base",
- "//device/devices_app/public/cpp:factory",
- "//mojo/shell/public/cpp",
- ]
-
- public_deps = [
- ":lib",
- ]
- }
-
- mojo_native_application("apptests") {
- output_name = "devices_apptests"
-
- testonly = true
-
- sources = [
- "devices_apptest.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/shell/public/cpp:test_support",
- ]
-
- public_deps = [
- ":lib",
- "//device/devices_app/usb/public/interfaces",
- ]
-
- data_deps = [
- ":devices",
- ]
- }
-}
« no previous file with comments | « device/device_tests.gyp ('k') | device/devices_app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698