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

Side by Side Diff: mojo/aura/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/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/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 # GYP version: mojo/mojo.gyp:mojo_aura_support 5 # GYP version: mojo/mojo.gyp:mojo_aura_support
6 source_set("aura") { 6 source_set("aura") {
7 sources = [ 7 sources = [
8 "aura_init.cc", 8 "aura_init.cc",
9 "aura_init.h", 9 "aura_init.h",
10 "screen_mojo.cc", 10 "screen_mojo.cc",
11 "screen_mojo.h", 11 "screen_mojo.h",
12 "surface_binding.cc", 12 "surface_binding.cc",
13 "surface_binding.h", 13 "surface_binding.h",
14 "surface_context_factory.cc", 14 "surface_context_factory.cc",
15 "surface_context_factory.h", 15 "surface_context_factory.h",
16 "window_tree_host_mojo.cc", 16 "window_tree_host_mojo.cc",
17 "window_tree_host_mojo.h", 17 "window_tree_host_mojo.h",
18 ] 18 ]
19 19
20 public_deps = [ 20 public_deps = [
21 "//mojo/services/public/cpp/view_manager", 21 "//mojo/services/public/cpp/view_manager",
22 ] 22 ]
23 deps = [ 23 deps = [
24 "//cc", 24 "//cc",
25 "//cc/surfaces", 25 "//skia",
26 "//ui/aura",
27 "//ui/compositor",
28 "//ui/events",
29 "//ui/events:events_base",
30 "//ui/gl",
26 "//mojo/cc", 31 "//mojo/cc",
27 "//mojo/converters/geometry", 32 "//mojo/converters/geometry",
28 "//mojo/converters/surfaces", 33 "//mojo/converters/surfaces",
29 "//mojo/public/cpp/application", 34 "//mojo/public/cpp/application",
30 "//mojo/public/gles2:for_shared_library", 35 "//mojo/public/gles2:for_shared_library",
31 "//mojo/public/interfaces/application:application", 36 "//mojo/public/interfaces/application:application",
32 "//mojo/services/public/cpp/view_manager", 37 "//mojo/services/public/cpp/view_manager",
33 "//mojo/services/public/interfaces/gpu", 38 "//mojo/services/public/interfaces/gpu",
34 "//mojo/services/public/interfaces/native_viewport", 39 "//mojo/services/public/interfaces/native_viewport",
35 "//mojo/services/public/interfaces/surfaces", 40 "//mojo/services/public/interfaces/surfaces",
36 "//skia",
37 "//ui/aura",
38 "//ui/compositor",
39 "//ui/events",
40 "//ui/events:events_base",
41 "//ui/gl",
42 ] 41 ]
43 } 42 }
OLDNEW
« no previous file with comments | « mojo/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698