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

Unified Diff: mandoline/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 | « components/web_view/web_view_switches.cc ('k') | mandoline/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/BUILD.gn
diff --git a/mandoline/BUILD.gn b/mandoline/BUILD.gn
deleted file mode 100644
index f0cac029d9841bfdc954b2b889571f36f68d6a67..0000000000000000000000000000000000000000
--- a/mandoline/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("//build/config/ui.gni")
-
-group("all") {
- # Meta-target, don't link into production code.
- testonly = true
-
- deps = [
- ":tests",
- "//mojo",
- ]
-
- if (is_android) {
- deps += [ "//mandoline/app/android" ]
- } else {
- deps += [
- "//mandoline/app/desktop",
- "//mash/example",
- ]
- }
-}
-
-group("tests") {
- testonly = true
- deps = [
- "//mojo:tests",
- ]
-
- data_deps = [
- "//tools/perf/clear_system_cache", # For startup.cold.* telemetry testing.
- ]
-
- if (use_x11) {
- deps += [ "//tools/xdisplaycheck" ]
- }
-
- if (!is_mac) {
- deps += [
- "//components/clipboard:apptests",
- "//components/filesystem:apptests",
- "//components/html_viewer:apptests",
- "//components/html_viewer:html_viewer_unittests",
- "//components/html_viewer:layout_test_html_viewer",
- "//components/mus/ws:tests",
- "//components/resource_provider:apptests",
- "//components/resource_provider:resource_provider_unittests",
- "//components/web_view:apptests",
- "//components/web_view/test_runner",
- "//media/mojo/services:tests",
- "//sql/mojo:apptests",
- ]
-
- if (use_aura) {
- deps += [ "//mandoline/ui/desktop_ui:mandoline_browser_apptests" ]
- }
- }
-}
« no previous file with comments | « components/web_view/web_view_switches.cc ('k') | mandoline/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698