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

Unified Diff: chrome/installer/zucchini/BUILD.gn

Issue 2922273002: Introduce Zucchini in chromium (Closed)
Patch Set: Reorder OWNERS and remove erikchen@ 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 | « BUILD.gn ('k') | chrome/installer/zucchini/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/zucchini/BUILD.gn
diff --git a/chrome/installer/zucchini/BUILD.gn b/chrome/installer/zucchini/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a0174a25be13e5040e5509b9bc3d468a177fe315
--- /dev/null
+++ b/chrome/installer/zucchini/BUILD.gn
@@ -0,0 +1,26 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//testing/test.gni")
+
+executable("zucchini") {
+ sources = [
+ "main.cc",
grt (UTC plus 2) 2017/06/08 20:15:53 nit: zucchini_main.cc
etiennep 2017/06/08 22:14:00 Done.
+ ]
+
+ deps = [
+ "//base",
+ ]
+}
grt (UTC plus 2) 2017/06/08 20:15:53 please add a process_version_rc_template target an
etiennep 2017/06/08 22:14:00 Done.
+
+test("zucchini_unittests") {
+ sources = [
+ "suffix_array_unittest.cc",
+ ]
+
+ deps = [
+ "//base/test:run_all_unittests",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « BUILD.gn ('k') | chrome/installer/zucchini/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698