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

Unified Diff: chrome/app_installer/BUILD.gn

Issue 1132873009: Remove app_installer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « build/gn_migration.gypi ('k') | chrome/app_installer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app_installer/BUILD.gn
diff --git a/chrome/app_installer/BUILD.gn b/chrome/app_installer/BUILD.gn
deleted file mode 100644
index 90b15f6720561513a23b20af1150beeedc282aac..0000000000000000000000000000000000000000
--- a/chrome/app_installer/BUILD.gn
+++ /dev/null
@@ -1,60 +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("//testing/test.gni")
-
-assert(is_win)
-
-executable("app_installer") {
- sources = [
- "win/app_installer_main.cc",
- ]
-
- configs -= [ "//build/config/win:console" ]
- configs += [ "//build/config/win:windowed" ]
-
- deps = [
- ":util",
- "//base",
- "//mojo/environment:chromium",
- ]
-
- # TODO(GYP) manifest.
-}
-
-source_set("util") {
- sources = [
- "win/app_installer_util.cc",
- "win/app_installer_util.h",
- ]
-
- deps = [
- "//base",
- "//chrome/common",
- "//chrome/common:constants",
- "//chrome/installer/launcher_support",
- "//chrome/installer/util",
- "//chrome/installer/util:strings",
- "//content/public/common",
- "//net",
- "//third_party/omaha:extractor",
- ]
-}
-
-test("app_installer_unittests") {
- sources = [
- "win/app_installer_util_unittest.cc",
- ]
-
- deps = [
- ":util",
- "//base",
- "//base/test:run_all_unittests",
- "//mojo/environment:chromium",
- "//net:test_support",
- "//testing/gtest",
- ]
-
- # TODO(GYP) manifest
-}
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/app_installer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698