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

Unified Diff: gpu/BUILD.gn

Issue 1258753002: Add yet more GN isolates ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isolates_4_2
Patch Set: add missing display_unittests_run target Created 5 years, 5 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
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 214dadefe4e92d14957d759a725690ecdb9f0379..36b1ced2df3ac96ca1e3097d46e3acb248909ce5 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -130,6 +130,15 @@ test("gl_tests") {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("gpu_unittests_run") {
+ testonly = true
+ deps = [
+ ":gpu_unittests",
+ ]
+}
+
test("gpu_unittests") {
sources = [
"command_buffer/client/buffer_tracker_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698