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

Unified Diff: gpu/BUILD.gn

Issue 2778833002: Revert changes to GPU test MessageLoop type. (Closed)
Patch Set: Created 3 years, 9 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 | gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index d726a637fd69b4234ea3c1489c8ddaac69a65ec8..92f136e57fe87643f538e742a6c0e3f1fa8f24ee 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -110,7 +110,6 @@ static_library("test_support") {
"command_buffer/service/error_state_mock.h",
"command_buffer/service/gles2_cmd_decoder_mock.cc",
"command_buffer/service/gles2_cmd_decoder_mock.h",
- "test_message_loop_type.h",
]
public_deps = [
@@ -122,9 +121,6 @@ static_library("test_support") {
"//testing/gtest",
"//ui/gl:gl_unittest_utils",
]
- if (use_ozone) {
- deps += [ "//ui/ozone" ]
- }
}
test("gl_tests") {
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698