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

Side by Side Diff: components/exo/BUILD.gn

Issue 2083853002: exo: Recreate Surface resources on context lost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits Created 4 years, 6 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 | « ash/sysui/stub_context_factory.h ('k') | components/exo/buffer.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("exo") { 8 source_set("exo") {
9 sources = [ 9 sources = [
10 "buffer.cc", 10 "buffer.cc",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "surface_unittest.cc", 88 "surface_unittest.cc",
89 "touch_unittest.cc", 89 "touch_unittest.cc",
90 ] 90 ]
91 91
92 deps = [ 92 deps = [
93 ":exo", 93 ":exo",
94 ":test_support", 94 ":test_support",
95 "//ash", 95 "//ash",
96 "//base", 96 "//base",
97 "//cc", 97 "//cc",
98 "//cc/surfaces:surfaces",
98 "//components/user_manager", 99 "//components/user_manager",
99 "//gpu/command_buffer/client:gles2_interface", 100 "//gpu/command_buffer/client:gles2_interface",
100 "//skia", 101 "//skia",
101 "//testing/gmock", 102 "//testing/gmock",
102 "//testing/gtest", 103 "//testing/gtest",
103 "//ui/aura", 104 "//ui/aura",
104 "//ui/events:dom_keycode_converter", 105 "//ui/events:dom_keycode_converter",
105 "//ui/events:test_support", 106 "//ui/events:test_support",
106 "//ui/gfx", 107 "//ui/gfx",
107 "//ui/keyboard", 108 "//ui/keyboard",
(...skipping 14 matching lines...) Expand all
122 deps = [ 123 deps = [
123 ":unit_tests", 124 ":unit_tests",
124 "//ash:test_support", 125 "//ash:test_support",
125 "//base", 126 "//base",
126 "//base/test:test_support", 127 "//base/test:test_support",
127 ] 128 ]
128 if (is_linux) { 129 if (is_linux) {
129 deps += [ "//components/exo/wayland:unit_tests" ] 130 deps += [ "//components/exo/wayland:unit_tests" ]
130 } 131 }
131 } 132 }
OLDNEW
« no previous file with comments | « ash/sysui/stub_context_factory.h ('k') | components/exo/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698