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

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

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « media/cast/test/proto/BUILD.gn ('k') | mojo/bindings/js/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 "context_factory_mojo.cc", 10 "context_factory_mojo.cc",
11 "context_factory_mojo.h", 11 "context_factory_mojo.h",
12 "screen_mojo.cc", 12 "screen_mojo.cc",
13 "screen_mojo.h", 13 "screen_mojo.h",
14 "window_tree_host_mojo.cc", 14 "window_tree_host_mojo.cc",
15 "window_tree_host_mojo.h", 15 "window_tree_host_mojo.h",
16 "window_tree_host_mojo_delegate.h", 16 "window_tree_host_mojo_delegate.h",
17 ] 17 ]
18 18
19 public_deps = [
20 "//mojo/services/public/cpp/view_manager",
21 ]
19 deps = [ 22 deps = [
20 "//cc", 23 "//cc",
21 "//skia", 24 "//skia",
22 "//ui/aura", 25 "//ui/aura",
23 "//ui/compositor", 26 "//ui/compositor",
24 "//ui/events", 27 "//ui/events",
25 "//ui/events:events_base", 28 "//ui/events:events_base",
26 "//ui/gl", 29 "//ui/gl",
27 "//mojo/cc", 30 "//mojo/cc",
28 "//mojo/public/gles2:for_shared_library", 31 "//mojo/public/gles2:for_shared_library",
29 "//mojo/services/public/cpp/view_manager",
30 "//mojo/services/public/interfaces/native_viewport", 32 "//mojo/services/public/interfaces/native_viewport",
31 ] 33 ]
32
33 forward_dependent_configs_from = [
34 "//mojo/services/public/cpp/view_manager",
35 ]
36 } 34 }
OLDNEW
« no previous file with comments | « media/cast/test/proto/BUILD.gn ('k') | mojo/bindings/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698