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

Unified Diff: gpu/BUILD.gn

Issue 2682393003: Change MessageLoop type for GPU tests with Ozone. (Closed)
Patch Set: Fix comment. Created 3 years, 10 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 b8b82804cf83e2c317e6009a03eff3161bd49401..127c96fc10a0bb7070ed9673da43451ceb54b549 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -108,6 +108,7 @@ static_library("test_support") {
"command_buffer/client/gles2_interface_stub.h",
"command_buffer/service/error_state_mock.cc",
"command_buffer/service/gles2_cmd_decoder_mock.cc",
+ "test_message_loop_type.h",
]
public_deps = [
@@ -119,6 +120,9 @@ 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