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

Side by Side Diff: mojo/services/window_manager/BUILD.gn

Issue 584743003: 4th attempt to land change to remove NativeViewportService and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « mojo/services/view_manager/view_manager_unittest.cc ('k') | mojo/shell/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 if (use_aura) { 7 if (use_aura) {
8 8
9 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager 9 # GYP version: mojo/mojo_services.gypi:mojo_core_window_manager
10 shared_library("window_manager") { 10 shared_library("window_manager") {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//mojo/application_manager", 65 "//mojo/application_manager",
66 "//mojo/environment:chromium", 66 "//mojo/environment:chromium",
67 "//mojo/services/public/cpp/view_manager", 67 "//mojo/services/public/cpp/view_manager",
68 "//mojo/services/public/interfaces/view_manager", 68 "//mojo/services/public/interfaces/view_manager",
69 "//mojo/services/public/interfaces/window_manager", 69 "//mojo/services/public/interfaces/window_manager",
70 "//mojo/shell:test_support", 70 "//mojo/shell:test_support",
71 "//mojo/system", 71 "//mojo/system",
72 "//testing/gtest", 72 "//testing/gtest",
73 "//ui/gl", 73 "//ui/gl",
74 ] 74 ]
75 if (is_linux) {
76 deps += [
77 "//third_party/mesa:osmesa",
78 "//mojo/services/native_viewport",
79 ]
80 }
81 if (use_x11) { 75 if (use_x11) {
82 deps += [ "//ui/gfx/x" ] 76 deps += [ "//ui/gfx/x" ]
83 } 77 }
84 } 78 }
85 79
86 } # use_aura 80 } # use_aura
OLDNEW
« no previous file with comments | « mojo/services/view_manager/view_manager_unittest.cc ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698