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

Unified Diff: BUILD.gn

Issue 1388943004: Add GCAPI to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « .gn ('k') | build/toolchain/win/midl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fb831ba63302a4fece4c4d88aaf246489bb7d44b..d38e59f2c534209341dc9439f41e948588688bd2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -218,7 +218,10 @@ group("both_gn_and_gyp") {
}
if (is_win) {
- deps += [ "//chrome/tools/build/win/syzygy:chrome_dll_syzygy" ]
+ deps += [
+ "//chrome/installer/gcapi",
+ "//chrome/tools/build/win/syzygy:chrome_dll_syzygy",
+ ]
}
if (is_android) {
« no previous file with comments | « .gn ('k') | build/toolchain/win/midl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698