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

Unified Diff: mojo/application_manager/BUILD.gn

Issue 814273005: Move application_manager from /mojo to /shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update include guards. Created 5 years, 11 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 | « mojo/BUILD.gn ('k') | mojo/application_manager/application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/BUILD.gn
diff --git a/mojo/application_manager/BUILD.gn b/mojo/application_manager/BUILD.gn
deleted file mode 100644
index f5a5ee98d4bcfd463783289cf2c2fb7ee307d1b6..0000000000000000000000000000000000000000
--- a/mojo/application_manager/BUILD.gn
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2014 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")
-
-# GYP version: mojo.gyp:mojo_application_manager
-component("application_manager") {
- output_name = "mojo_application_manager"
- sources = [
- "application_loader.cc",
- "application_loader.h",
- "application_manager.cc",
- "application_manager.h",
- "application_manager_export.h",
- "shell_impl.cc",
- "shell_impl.h",
- ]
-
- defines = [ "MOJO_APPLICATION_MANAGER_IMPLEMENTATION" ]
-
- public_deps = [
- "//base",
- "//mojo/common",
- "//mojo/public/interfaces/application:application",
- "//mojo/services/network/public/interfaces",
- "//url",
- ]
- deps = [
- "//base/third_party/dynamic_annotations",
- "//url",
- "//mojo/edk/system",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/application",
- "//mojo/public/cpp/bindings",
- "//mojo/services/content_handler/public/interfaces",
- ]
-}
-
-# GYP version: mojo.gyp:mojo_application_manager_unittests
-test("mojo_application_manager_unittests") {
- sources = [
- "application_manager_unittest.cc",
- ]
-
- deps = [
- ":application_manager",
- ":test_bindings",
- "//base",
- "//mojo/application",
- "//mojo/common",
- "//mojo/edk/test:run_all_unittests",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/bindings",
- "//testing/gtest",
- "//url",
- ]
-}
-
-mojom("test_bindings") {
- sources = [
- "test.mojom",
- ]
-}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/application_manager/application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698