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

Unified Diff: BUILD.gn

Issue 1926963002: Flip trybot and waterfall bot for simplechrome amd64 to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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 | tools/mb/mb_config.pyl » ('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 552e53d369e2a5f184d867f9aab9486d97ab4156..000751bf2076eb26c4c4e6093b8cc76e2eb2de45 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -88,6 +88,31 @@ group("chromium_builder_tests") {
]
}
+if (is_chromeos) {
+ group("chromiumos_preflight") {
+ testonly = true
+ deps = [
+ "//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",
+
+ "//media:media_unittests",
+ "//ppapi/examples/video_decode",
+ "//sandbox/linux:chrome_sandbox",
+ "//sandbox/linux:sandbox_linux_unittests",
+
+ # TODO(crbug.com/607362)
+ #"//third_party/catapult/telemetry:bitmaptools",
hashimoto 2016/04/28 02:26:38 I know nothing about trybot configs, so just compa
+
+ "//tools/perf/clear_system_cache",
+ ]
+ }
+}
+
# The "both_gn_and_gyp" target should reflect every target that is built
# in both the GN and GYP builds, and ideally it should match the
# "both_gn_and_gyp" target in build/gn_migration.gypi line-for-line.
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698