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

Unified Diff: BUILD.gn

Issue 2922273002: Introduce Zucchini in chromium (Closed)
Patch Set: add Component in OWNERS file Created 3 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 | chrome/installer/zucchini/BUILD.gn » ('j') | chrome/installer/zucchini/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ed615866e5b79c0bca197804eb01ae0dd02e14a9..f1bed58e3b0ccc3744937e3362a8faae7ea5624e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -95,6 +95,8 @@ group("gn_all") {
if (!is_ios && !is_android && !is_chromecast && !is_fuchsia) {
deps += [
"//chrome",
+ "//chrome/installer/zucchini:zucchini",
+ "//chrome/installer/zucchini:zucchini_unittests",
"//chrome/test:browser_tests",
"//chrome/test:interactive_ui_tests",
"//chrome/test:sync_integration_tests",
« no previous file with comments | « no previous file | chrome/installer/zucchini/BUILD.gn » ('j') | chrome/installer/zucchini/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698