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

Unified Diff: chrome/BUILD.gn

Issue 2037773005: Fix chrome_telemetry_build's GN dependencies for Mac OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index ed328553eab9bdff6557e9d48d1821590150da2e..7aa82d17e9c9b6e5ef5203b692a09470c699da69 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -425,6 +425,9 @@ if (is_win) {
deps = [
":chrome_app",
]
+ data_deps = [
+ ":chrome_app",
+ ]
}
tweak_info_plist("chrome_app_plist") {
« no previous file with comments | « no previous file | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | tools/perf/chrome_telemetry_build/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698