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

Unified Diff: mandoline/ui/omnibox/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/desktop_ui/toolbar_view.cc ('k') | mandoline/ui/omnibox/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/BUILD.gn
diff --git a/mandoline/ui/omnibox/BUILD.gn b/mandoline/ui/omnibox/BUILD.gn
deleted file mode 100644
index 2872afe1703da679522a6f1d311f9c07403b399d..0000000000000000000000000000000000000000
--- a/mandoline/ui/omnibox/BUILD.gn
+++ /dev/null
@@ -1,43 +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")
-
-mojo_native_application("omnibox") {
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//mandoline/ui/common/resources",
- "//mojo/shell/public/cpp",
- ]
-
- resources = [ "$root_out_dir/mandoline_ui.pak" ]
-}
-
-source_set("lib") {
- sources = [
- "omnibox_application.cc",
- "omnibox_application.h",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/cpp",
- "//components/url_formatter",
- "//mandoline/ui/desktop_ui/public/interfaces",
- "//mojo/common",
- "//mojo/converters/geometry",
- "//mojo/public/cpp/bindings",
- "//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp:sources",
- "//skia",
- "//ui/gfx/geometry",
- "//ui/mojo/init",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- ]
-}
« no previous file with comments | « mandoline/ui/desktop_ui/toolbar_view.cc ('k') | mandoline/ui/omnibox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698