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

Unified Diff: BUILD.gn

Issue 1311543003: Add Linux build packaging targets to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | build/config/chrome_build.gni » ('j') | chrome/installer/linux/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3afc7578688e9e6218d8336835a2f06035b26b05..dfe6fd5f03036dddda4a7ed200ac9d154e30cd18 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",
]
« no previous file with comments | « no previous file | build/config/chrome_build.gni » ('j') | chrome/installer/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698