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

Unified Diff: components/exo/BUILD.gn

Issue 2240503002: exo: Release context provider references when main thread context is lost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exo: Release context provider references when main thread context is lost. Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/exo/buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index fbc866cb50041deb7b7460cfc290116ed847d9ad..c7708975e4246fa7f7ee186cdc20e72b00df2aac 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -84,12 +84,11 @@ source_set("unit_tests") {
testonly = true
sources = [
- # Disable tests - they are flaky: crbug.com/630625
- # "buffer_unittest.cc",
- # "display_unittest.cc",
- # "gamepad_unittest.cc",
- # "keyboard_unittest.cc",
- # "pointer_unittest.cc",
+ "buffer_unittest.cc",
+ "display_unittest.cc",
+ "gamepad_unittest.cc",
+ "keyboard_unittest.cc",
+ "pointer_unittest.cc",
"shared_memory_unittest.cc",
"shell_surface_unittest.cc",
"sub_surface_unittest.cc",
« no previous file with comments | « no previous file | components/exo/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698