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

Unified Diff: mojo/views/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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/services/view_manager/public/cpp/tests/BUILD.gn ('k') | mojo/views/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/views/BUILD.gn
diff --git a/mojo/views/BUILD.gn b/mojo/views/BUILD.gn
deleted file mode 100644
index b609524e514488298ed179beeb194248792746db..0000000000000000000000000000000000000000
--- a/mojo/views/BUILD.gn
+++ /dev/null
@@ -1,43 +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")
-
-assert(use_aura)
-
-# GYP version: mojo/mojo.gyp:mojo_views_support
-static_library("views") {
- sources = [
- "input_method_mojo_linux.cc",
- "input_method_mojo_linux.h",
- "native_widget_mojo.cc",
- "native_widget_mojo.h",
- "native_widget_view_manager.cc",
- "native_widget_view_manager.h",
- "views_init.cc",
- "views_init.h",
- ]
-
- public_deps = [
- "//mojo/aura",
- "//mojo/converters/geometry",
- "//mojo/services/view_manager/public/cpp",
- "//skia",
- "//ui/base",
- "//ui/views",
- ]
-
- deps = [
- "//base",
- "//base:i18n",
- "//base/third_party/dynamic_annotations",
- "//skia",
- "//third_party/icu",
- "//ui/aura",
- "//ui/base",
- "//ui/gfx",
- "//ui/native_theme:native_theme",
- "//ui/wm",
- ]
-}
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/BUILD.gn ('k') | mojo/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698