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

Unified Diff: extensions/utility/BUILD.gn

Issue 2281053004: Remove extensions_tests.gyp[i] (Closed)
Patch Set: chromeos Created 4 years, 4 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 | « extensions/shell/browser/shell_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/utility/BUILD.gn
diff --git a/extensions/utility/BUILD.gn b/extensions/utility/BUILD.gn
index 5f9923a5eda1e5696e2acf05553ec5e84843595d..9a29a68fd83a8dde91930e9aa704858b7bd11b2d 100644
--- a/extensions/utility/BUILD.gn
+++ b/extensions/utility/BUILD.gn
@@ -23,3 +23,20 @@ source_set("utility") {
"//skia",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "unpacker_unittest.cc",
+ ]
+ deps = [
+ ":utility",
+ "//base",
+ "//extensions:test_support",
+ "//extensions/common",
+ "//extensions/strings",
+ "//testing/gtest",
+ "//third_party/zlib:zip",
+ "//ui/base",
+ ]
+}
« no previous file with comments | « extensions/shell/browser/shell_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698