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

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

Issue 2613903003: Reland of "Mustash: Ensure surfaces submitted to Mus by WM and embedders contain Surfaces with embe… (Closed)
Patch Set: fix 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/ws/test_utils.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "env_observer.h", 64 "env_observer.h",
65 "input_state_lookup.cc", 65 "input_state_lookup.cc",
66 "input_state_lookup.h", 66 "input_state_lookup.h",
67 "input_state_lookup_win.cc", 67 "input_state_lookup_win.cc",
68 "input_state_lookup_win.h", 68 "input_state_lookup_win.h",
69 "layout_manager.cc", 69 "layout_manager.cc",
70 "layout_manager.h", 70 "layout_manager.h",
71 "mus/capture_synchronizer.cc", 71 "mus/capture_synchronizer.cc",
72 "mus/capture_synchronizer.h", 72 "mus/capture_synchronizer.h",
73 "mus/capture_synchronizer_delegate.h", 73 "mus/capture_synchronizer_delegate.h",
74 "mus/client_surface_embedder.cc",
75 "mus/client_surface_embedder.h",
74 "mus/drag_drop_controller_host.h", 76 "mus/drag_drop_controller_host.h",
75 "mus/drag_drop_controller_mus.cc", 77 "mus/drag_drop_controller_mus.cc",
76 "mus/drag_drop_controller_mus.h", 78 "mus/drag_drop_controller_mus.h",
77 "mus/focus_synchronizer.cc", 79 "mus/focus_synchronizer.cc",
78 "mus/focus_synchronizer.h", 80 "mus/focus_synchronizer.h",
79 "mus/focus_synchronizer_delegate.h", 81 "mus/focus_synchronizer_delegate.h",
80 "mus/in_flight_change.cc", 82 "mus/in_flight_change.cc",
81 "mus/in_flight_change.h", 83 "mus/in_flight_change.h",
82 "mus/input_method_mus.cc", 84 "mus/input_method_mus.cc",
83 "mus/input_method_mus.h", 85 "mus/input_method_mus.h",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ] 365 ]
364 366
365 if (is_linux) { 367 if (is_linux) {
366 deps += [ "//third_party/mesa" ] 368 deps += [ "//third_party/mesa" ]
367 } 369 }
368 370
369 data_deps = [ 371 data_deps = [
370 "//third_party/mesa:osmesa", 372 "//third_party/mesa:osmesa",
371 ] 373 ]
372 } 374 }
OLDNEW
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | ui/aura/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698