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

Side by Side Diff: gpu/ipc/client/BUILD.gn

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix buidl.gn Created 4 years, 7 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 group("client") { 7 group("client") {
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//gpu", 10 "//gpu",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//gpu/command_buffer/common:common_sources", 60 "//gpu/command_buffer/common:common_sources",
61 "//gpu/config:config_sources", 61 "//gpu/config:config_sources",
62 "//gpu/ipc/common:ipc_common_sources", 62 "//gpu/ipc/common:ipc_common_sources",
63 "//ipc", 63 "//ipc",
64 "//ui/events/ipc", 64 "//ui/events/ipc",
65 "//ui/gfx/ipc", 65 "//ui/gfx/ipc",
66 "//ui/gfx/ipc/geometry", 66 "//ui/gfx/ipc/geometry",
67 "//ui/gl", 67 "//ui/gl",
68 "//url/ipc:url_ipc", 68 "//url/ipc:url_ipc",
69 ] 69 ]
70 if (is_mac) {
71 deps += [ "//ui/accelerated_widget_mac:accelerated_widget_mac" ]
72 }
70 if (use_ozone) { 73 if (use_ozone) {
71 deps += [ "//ui/ozone" ] 74 deps += [ "//ui/ozone" ]
72 } 75 }
73 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698