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

Unified Diff: BUILD.gn

Issue 1934443002: Add chromiumos_preflight build target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_607362_gn_video_tests
Patch Set: Rebase Created 4 years, 8 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 | no next file » | 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 1cad2baa0886339eb88db97debd69c97a031cc39..762096a7b1739c93a5664def9e382c781039284e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -95,19 +95,15 @@ if (is_chromeos) {
"//breakpad:minidump_stackwalk($host_toolchain)",
"//chrome",
"//chrome/test/chromedriver",
-
- # TODO(crbug.com/607362)
- # "//content/test:video_decode_accelerator_unittest",
- # "//content/test:video_encode_accelerator_unittest",
-
+ "//content/test:video_decode_accelerator_unittest",
+ "//content/test:video_encode_accelerator_unittest",
"//media:media_unittests",
"//ppapi/examples/video_decode",
"//sandbox/linux:chrome_sandbox",
"//sandbox/linux:sandbox_linux_unittests",
- # TODO(crbug.com/607362)
+ # Blocked on https://github.com/catapult-project/catapult/issues/2297
#"//third_party/catapult/telemetry:bitmaptools",
-
"//tools/perf/clear_system_cache",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698