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

Unified Diff: build/common.gypi

Issue 10697079: Upstreaming Cygprofile for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 240b41a7e68938880dc7a7ff186c280d87e12fff..b9c381664daea2c885f7ce76094b014968dd61b1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -228,8 +228,9 @@
# See http://clang.llvm.org/docs/ThreadSanitizer.html
'tsan%': 0,
- # Set to true to instrument the code with function call logger.
- # See src/third_party/cygprofile/cyg-profile.cc for details.
+ # Set to true to instrument the code with function call logger. See
+ # src/base/android/third_party/cygprofile_startup/cygprofile_startup.cc
+ # for details.
'order_profiling%': 0,
# Use the provided profiled order file to link Chrome image with it.

Powered by Google App Engine
This is Rietveld 408576698