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

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

Issue 2715983002: aura-mus: Remove dead code. (Closed)
Patch Set: Created 3 years, 10 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | ui/aura/mus/mus_util.h » ('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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "mus/focus_synchronizer_delegate.h", 81 "mus/focus_synchronizer_delegate.h",
82 "mus/in_flight_change.cc", 82 "mus/in_flight_change.cc",
83 "mus/in_flight_change.h", 83 "mus/in_flight_change.h",
84 "mus/input_method_mus.cc", 84 "mus/input_method_mus.cc",
85 "mus/input_method_mus.h", 85 "mus/input_method_mus.h",
86 "mus/mus_context_factory.cc", 86 "mus/mus_context_factory.cc",
87 "mus/mus_context_factory.h", 87 "mus/mus_context_factory.h",
88 "mus/mus_mouse_location_updater.cc", 88 "mus/mus_mouse_location_updater.cc",
89 "mus/mus_mouse_location_updater.h", 89 "mus/mus_mouse_location_updater.h",
90 "mus/mus_types.h", 90 "mus/mus_types.h",
91 "mus/mus_util.cc",
92 "mus/mus_util.h",
93 "mus/os_exchange_data_provider_mus.cc", 91 "mus/os_exchange_data_provider_mus.cc",
94 "mus/os_exchange_data_provider_mus.h", 92 "mus/os_exchange_data_provider_mus.h",
95 "mus/property_converter.cc", 93 "mus/property_converter.cc",
96 "mus/property_converter.h", 94 "mus/property_converter.h",
97 "mus/property_utils.cc", 95 "mus/property_utils.cc",
98 "mus/property_utils.h", 96 "mus/property_utils.h",
99 "mus/text_input_client_impl.cc", 97 "mus/text_input_client_impl.cc",
100 "mus/text_input_client_impl.h", 98 "mus/text_input_client_impl.h",
101 "mus/user_activity_forwarder.cc", 99 "mus/user_activity_forwarder.cc",
102 "mus/user_activity_forwarder.h", 100 "mus/user_activity_forwarder.h",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ] 372 ]
375 373
376 if (is_linux) { 374 if (is_linux) {
377 deps += [ "//third_party/mesa" ] 375 deps += [ "//third_party/mesa" ]
378 } 376 }
379 377
380 data_deps = [ 378 data_deps = [
381 "//third_party/mesa:osmesa", 379 "//third_party/mesa:osmesa",
382 ] 380 ]
383 } 381 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | ui/aura/mus/mus_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698