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

Unified Diff: build/config/BUILD.gn

Issue 2924093003: (Do not land) Very hacky patch for using -fprofile-functions in the Win-Clang build
Patch Set: Add code to print functions by call frquency 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 | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 6a1061f2b915473334cd72f68dc5a5b927965098..e0ed8a76c6eee5591b7be9ab91aead3cc40c07ce 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -276,6 +276,7 @@ group("exe_and_shlib_deps") {
if (use_afl) {
public_deps += [ "//third_party/afl" ]
}
+ public_deps += [ "//tools/cygprofile" ]
}
# Executable configs -----------------------------------------------------------
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698