summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a3834a0..a0a2cdd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -66,9 +66,10 @@ group("both_gn_and_gyp") {
testonly = true
deps = [
"//base:base_unittests",
- "//sql:sql_unittests",
+ "//chrome/installer",
"//net:net_unittests",
"//skia:skia_unittests",
+ "//sql:sql_unittests",
"//ui/base:ui_base_unittests",
"//url:url_unittests",
]