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

Unified Diff: BUILD.gn

Issue 2082183002: Add 'chrome_official_builder' target to //BUILD.gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other paths Created 4 years, 6 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 d03a777314bc0bad0fd496452508aeb8277a9ce6..40afb32a5cd3d8f3f9703273c60be4bc8438e5de 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -113,6 +113,29 @@ if (is_win) {
deps += [ "//remoting/host:remoting_host_installation" ]
}
}
+
+ group("chrome_official_builder") {
+ testonly = true
+
+ deps = [
+ ":chrome_official_builder_no_unittests",
+ "//base:base_unittests",
+ "//chrome/test:browser_tests",
+ "//chrome/test:sync_integration_tests",
+ "//ipc:ipc_tests",
+ "//media:media_unittests",
+ "//media/midi:midi_unittests",
+ "//net:net_unittests",
+ "//printing:printing_unittests",
+ "//sql:sql_unittests",
+ "//sync:sync_unit_tests",
+ "//ui/base:ui_base_unittests",
+ "//ui/gfx:gfx_unittests",
+ "//ui/touch_selection:ui_touch_selection_unittests",
+ "//ui/views:views_unittests",
+ "//url:url_unittests",
+ ]
+ }
}
if (is_chromeos) {
« 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