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

Unified Diff: content/shell/BUILD.gn

Issue 2926843002: Fixing data_deps on Mac for content_shell (Closed)
Patch Set: Just the build fix. Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 2f2d60727db47dfefc93a4bf9f0f7faf6dae9561..02f6d47aabdedd65e36945d59ff915197ecb07cc 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -500,6 +500,9 @@ if (is_android) {
"@executable_path/../",
]
info_plist_target = ":content_shell_plist"
+ data_deps = [
+ ":content_shell_lib",
+ ]
}
} else {
executable("content_shell") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698