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

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

Issue 2647363002: mus: Remove aura version of WindowCompositorFrameSink. (Closed)
Patch Set: tot merge Created 3 years, 11 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 | « services/ui/public/cpp/window_compositor_frame_sink.cc ('k') | ui/aura/mus/DEPS » ('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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "mus/os_exchange_data_provider_mus.cc", 91 "mus/os_exchange_data_provider_mus.cc",
92 "mus/os_exchange_data_provider_mus.h", 92 "mus/os_exchange_data_provider_mus.h",
93 "mus/property_converter.cc", 93 "mus/property_converter.cc",
94 "mus/property_converter.h", 94 "mus/property_converter.h",
95 "mus/property_utils.cc", 95 "mus/property_utils.cc",
96 "mus/property_utils.h", 96 "mus/property_utils.h",
97 "mus/text_input_client_impl.cc", 97 "mus/text_input_client_impl.cc",
98 "mus/text_input_client_impl.h", 98 "mus/text_input_client_impl.h",
99 "mus/user_activity_forwarder.cc", 99 "mus/user_activity_forwarder.cc",
100 "mus/user_activity_forwarder.h", 100 "mus/user_activity_forwarder.h",
101 "mus/window_compositor_frame_sink.cc",
102 "mus/window_compositor_frame_sink.h",
103 "mus/window_manager_delegate.cc", 101 "mus/window_manager_delegate.cc",
104 "mus/window_manager_delegate.h", 102 "mus/window_manager_delegate.h",
105 "mus/window_mus.h", 103 "mus/window_mus.h",
106 "mus/window_port_mus.cc", 104 "mus/window_port_mus.cc",
107 "mus/window_port_mus.h", 105 "mus/window_port_mus.h",
108 "mus/window_tree_client.cc", 106 "mus/window_tree_client.cc",
109 "mus/window_tree_client.h", 107 "mus/window_tree_client.h",
110 "mus/window_tree_client_delegate.cc", 108 "mus/window_tree_client_delegate.cc",
111 "mus/window_tree_client_delegate.h", 109 "mus/window_tree_client_delegate.h",
112 "mus/window_tree_client_observer.h", 110 "mus/window_tree_client_observer.h",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ] 369 ]
372 370
373 if (is_linux) { 371 if (is_linux) {
374 deps += [ "//third_party/mesa" ] 372 deps += [ "//third_party/mesa" ]
375 } 373 }
376 374
377 data_deps = [ 375 data_deps = [
378 "//third_party/mesa:osmesa", 376 "//third_party/mesa:osmesa",
379 ] 377 ]
380 } 378 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/window_compositor_frame_sink.cc ('k') | ui/aura/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698