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

Unified Diff: blimp/BUILD.gn

Issue 1987393002: Include symupload in official Blimp engine builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | blimp/engine/BUILD.gn » ('j') | blimp/engine/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index f7191103828b6b8f10dbcb5e758415c398555c9e..107fce491710e4a013dbc3b817dc6c41e234a17b 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -33,7 +33,10 @@ group("blimp") {
]
if (is_official_build) {
- deps += [ "//blimp/engine:blimp_symbols" ]
+ deps += [
+ "//blimp/engine:blimp_symbols",
+ "//blimp/engine:symupload",
+ ]
}
}
« no previous file with comments | « no previous file | blimp/engine/BUILD.gn » ('j') | blimp/engine/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698