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

Unified Diff: mandoline/ui/desktop_ui/BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar 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 | « mandoline/ui/common/resources/BUILD.gn ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/BUILD.gn
diff --git a/mandoline/ui/desktop_ui/BUILD.gn b/mandoline/ui/desktop_ui/BUILD.gn
deleted file mode 100644
index d6ef96f415fb48d09e39a5ce8d61a278f5164456..0000000000000000000000000000000000000000
--- a/mandoline/ui/desktop_ui/BUILD.gn
+++ /dev/null
@@ -1,74 +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("//build/config/ui.gni")
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-
-mojo_native_application("desktop_ui") {
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//mandoline/ui/common/resources",
- "//mojo/shell/public/cpp",
- ]
-
- resources = [ "$root_out_dir/mandoline_ui.pak" ]
-}
-
-source_set("lib") {
- sources = [
- "browser_commands.h",
- "browser_manager.cc",
- "browser_manager.h",
- "browser_window.cc",
- "browser_window.h",
- "find_bar_delegate.h",
- "find_bar_view.cc",
- "find_bar_view.h",
- "toolbar_view.cc",
- "toolbar_view.h",
- ]
-
- deps = [
- "public/interfaces",
- "//base",
- "//components/web_view/public/cpp",
- "//components/web_view/public/interfaces",
- "//mojo/common:common_base",
- "//mojo/converters/geometry",
- "//mojo/public/cpp/bindings",
- "//mojo/services/tracing/public/cpp",
- "//mojo/services/tracing/public/interfaces",
- "//mojo/shell/public/cpp:sources",
- "//skia",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/mojo/init",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- "//url",
- ]
-}
-
-mojo_native_application("mandoline_browser_apptests") {
- testonly = true
-
- sources = [
- "browser_apptest.cc",
- ]
-
- deps = [
- "//mandoline/ui/desktop_ui/public/interfaces",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp:test_support",
- ]
-
- data_deps = [
- ":desktop_ui",
- ]
-}
« no previous file with comments | « mandoline/ui/common/resources/BUILD.gn ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698