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

Unified Diff: BUILD.gn

Issue 2017853002: Add functionality to the install_static library to tokenize strings and compare versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add install_static_unittests to other windows bots Created 4 years, 7 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/all.gyp » ('j') | chrome/install_static/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 308243a275da875ffe16145e2c8d80abc7d0b7fc..841d060c07b3d986286d12a3693d48b42deddd0f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -575,6 +575,7 @@ group("both_gn_and_gyp") {
if (is_win) {
deps += [
"//base:pe_image_test",
+ "//chrome/install_static:install_static_unittests",
"//chrome/installer/setup:setup_unittests",
"//chrome_elf:chrome_elf_unittests",
"//chrome_elf:dll_hash_main",
« no previous file with comments | « no previous file | build/all.gyp » ('j') | chrome/install_static/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698