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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 2099893002: Mus: Fixes rendering of transparent containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of FrameGenerator refactor, also addressing feedback. Created 4 years, 5 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 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 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 } 180 }
181 } 181 }
182 182
183 test("mus_ws_unittests") { 183 test("mus_ws_unittests") {
184 sources = [ 184 sources = [
185 "cursor_unittest.cc", 185 "cursor_unittest.cc",
186 "display_unittest.cc", 186 "display_unittest.cc",
187 "event_dispatcher_unittest.cc", 187 "event_dispatcher_unittest.cc",
188 "event_matcher_unittest.cc", 188 "event_matcher_unittest.cc",
189 "focus_controller_unittest.cc", 189 "focus_controller_unittest.cc",
190 "frame_generator_unittest.cc",
190 "server_window_drawn_tracker_unittest.cc", 191 "server_window_drawn_tracker_unittest.cc",
191 "server_window_surface_manager_test_api.cc", 192 "server_window_surface_manager_test_api.cc",
192 "server_window_surface_manager_test_api.h", 193 "server_window_surface_manager_test_api.h",
193 "test_server_window_delegate.cc", 194 "test_server_window_delegate.cc",
194 "test_server_window_delegate.h", 195 "test_server_window_delegate.h",
195 "test_utils.cc", 196 "test_utils.cc",
196 "test_utils.h", 197 "test_utils.h",
197 "transient_windows_unittest.cc", 198 "transient_windows_unittest.cc",
198 "user_display_manager_unittest.cc", 199 "user_display_manager_unittest.cc",
199 "window_coordinate_conversions_unittest.cc", 200 "window_coordinate_conversions_unittest.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 238
238 data_deps = [ 239 data_deps = [
239 ":mus_ws_unittests_app_manifest", 240 ":mus_ws_unittests_app_manifest",
240 ] 241 ]
241 } 242 }
242 243
243 mojo_application_manifest("mus_ws_unittests_app_manifest") { 244 mojo_application_manifest("mus_ws_unittests_app_manifest") {
244 application_name = "mus_ws_unittests_app" 245 application_name = "mus_ws_unittests_app"
245 source = "mus_ws_unittests_app_manifest.json" 246 source = "mus_ws_unittests_app_manifest.json"
246 } 247 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/ws/frame_generator.h » ('j') | components/mus/ws/frame_generator_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698