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

Side by Side Diff: mojo/views/BUILD.gn

Issue 710703002: Revert "Teach PRESUBMIT.py how to run gn check for most of the mojo repo" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « mojo/tools/package_manager/BUILD.gn ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 assert(use_aura) 7 assert(use_aura)
8 8
9 # GYP version: mojo/mojo.gyp:mojo_views_support 9 # GYP version: mojo/mojo.gyp:mojo_views_support
10 static_library("views") { 10 static_library("views") {
11 sources = [ 11 sources = [
12 "input_method_mojo_linux.cc", 12 "input_method_mojo_linux.cc",
13 "input_method_mojo_linux.h", 13 "input_method_mojo_linux.h",
14 "native_widget_view_manager.cc", 14 "native_widget_view_manager.cc",
15 "native_widget_view_manager.h", 15 "native_widget_view_manager.h",
16 "views_init.cc", 16 "views_init.cc",
17 "views_init.h", 17 "views_init.h",
18 ] 18 ]
19 19
20 public_deps = [ 20 public_deps = [
21 "//mojo/aura", 21 "//mojo/aura",
22 "//mojo/services/public/cpp/view_manager", 22 "//mojo/services/public/cpp/view_manager",
23 "//skia", 23 "//skia",
24 "//ui/base", 24 "//ui/base",
25 "//ui/views", 25 "//ui/views",
26 ] 26 ]
27 27
28 deps = [ 28 deps = [
29 "//base", 29 "//base",
30 "//base:i18n",
30 "//base/third_party/dynamic_annotations", 31 "//base/third_party/dynamic_annotations",
31 "//base:i18n",
32 "//mojo/converters/geometry",
33 "//skia", 32 "//skia",
34 "//third_party/icu", 33 "//third_party/icu",
35 "//ui/aura", 34 "//ui/aura",
36 "//ui/base", 35 "//ui/base",
37 "//ui/gfx", 36 "//ui/gfx",
38 "//ui/wm", 37 "//ui/wm",
39 ] 38 ]
40 } 39 }
OLDNEW
« no previous file with comments | « mojo/tools/package_manager/BUILD.gn ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698