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

Unified Diff: BUILD.gn

Issue 1121353002: Added unittest for ui/gl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed (c) Created 5 years, 7 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 | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 560f3a754602e6e0b881c434a3d84d82270de428..8467a617173b71e4d049d2887394ffb27e73fa7c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -153,6 +153,7 @@ group("both_gn_and_gyp") {
"//ui/display:display_unittests",
"//ui/events:events_unittests",
"//ui/gfx:gfx_unittests",
+ "//ui/gl:gl_unittests",
"//ui/touch_selection:ui_touch_selection_unittests",
"//url:url_unittests",
]
@@ -775,6 +776,7 @@ if (is_linux) {
"//ui/display:display_unittests", # PASSES 2/25/2015
"//ui/events:events_unittests", # PASSES 2/25/2015
"//ui/gfx:gfx_unittests", # PASSES 2/25/2015
+ "//ui/gl:gl_unittests",
"//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
"//ui/views:views_unittests", # PASSES (*) 2/25/2015
"//ui/wm:wm_unittests", # PASSES 2/25/2015
@@ -846,6 +848,7 @@ if (is_linux) {
"//ui/display:display_unittests", # PASSES 4/20/2015
"//ui/events:events_unittests", # PASSES 4/20/2015
"//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015
+ "//ui/gl:gl_unittests",
"//ui/message_center:message_center_unittests", # PASSES 4/20/2015
"//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015
"//ui/views:views_unittests", # TooltipControllerTest failures
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698