OLD | NEW |
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "mus/mus_context_factory.h", | 87 "mus/mus_context_factory.h", |
88 "mus/mus_types.h", | 88 "mus/mus_types.h", |
89 "mus/mus_util.cc", | 89 "mus/mus_util.cc", |
90 "mus/mus_util.h", | 90 "mus/mus_util.h", |
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/surface_id_handler.h", | |
98 "mus/text_input_client_impl.cc", | 97 "mus/text_input_client_impl.cc", |
99 "mus/text_input_client_impl.h", | 98 "mus/text_input_client_impl.h", |
100 "mus/window_compositor_frame_sink.cc", | 99 "mus/window_compositor_frame_sink.cc", |
101 "mus/window_compositor_frame_sink.h", | 100 "mus/window_compositor_frame_sink.h", |
102 "mus/window_manager_delegate.cc", | 101 "mus/window_manager_delegate.cc", |
103 "mus/window_manager_delegate.h", | 102 "mus/window_manager_delegate.h", |
104 "mus/window_mus.h", | 103 "mus/window_mus.h", |
105 "mus/window_port_mus.cc", | 104 "mus/window_port_mus.cc", |
106 "mus/window_port_mus.h", | 105 "mus/window_port_mus.h", |
107 "mus/window_tree_client.cc", | 106 "mus/window_tree_client.cc", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 ] | 364 ] |
366 | 365 |
367 if (is_linux) { | 366 if (is_linux) { |
368 deps += [ "//third_party/mesa" ] | 367 deps += [ "//third_party/mesa" ] |
369 } | 368 } |
370 | 369 |
371 data_deps = [ | 370 data_deps = [ |
372 "//third_party/mesa:osmesa", | 371 "//third_party/mesa:osmesa", |
373 ] | 372 ] |
374 } | 373 } |
OLD | NEW |