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

Unified Diff: mojo/views/BUILD.gn

Issue 658753004: Make wm_flow_init work with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done Created 6 years, 2 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/window_manager/BUILD.gn ('k') | mojo/views/mojo_views_export.h » ('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
index 506a7ed249a3e714ffb92b2bc784ab24923fbcc3..af477640f48c4ded780c6ab8c6c660a6631fdec3 100644
--- a/mojo/views/BUILD.gn
+++ b/mojo/views/BUILD.gn
@@ -7,7 +7,7 @@ import("//build/config/ui.gni")
assert(use_aura)
# GYP version: mojo/mojo.gyp:mojo_views_support
-source_set("views") {
+static_library("views") {
sources = [
"input_method_mojo_linux.cc",
"input_method_mojo_linux.h",
@@ -26,36 +26,14 @@ source_set("views") {
]
deps = [
- ":views_internal",
- "//base",
- "//base:i18n",
- "//third_party/icu",
- "//ui/aura",
- "//ui/wm",
- ]
-}
-
-# GYP version: mojo/mojo.gyp:mojo_views_support_internal
-component("views_internal") {
- output_name = "mojo_views_support_internal"
-
- visibility = [ ":views" ]
-
- sources = [
- "mojo_views_export.h",
- "views_init_internal.cc",
- "views_init_internal.h",
- ]
-
- defines = [ "MOJO_VIEWS_IMPLEMENTATION" ]
-
- deps = [
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
"//third_party/icu",
+ "//ui/aura",
"//ui/base",
"//ui/gfx",
+ "//ui/wm",
]
}
« no previous file with comments | « mojo/services/window_manager/BUILD.gn ('k') | mojo/views/mojo_views_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698