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

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
« no previous file with comments | « base/base.gyp ('k') | ppapi/ppapi_cpp.gypi » ('j') | tools/cygprofile/LICENSE » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 737654ee0c8f342b8279f317a8fb9569699b2683..0b851d48ab4d8386a0d85dc4332500ab65a1f678 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.
« no previous file with comments | « base/base.gyp ('k') | ppapi/ppapi_cpp.gypi » ('j') | tools/cygprofile/LICENSE » ('J')

Powered by Google App Engine
This is Rietveld 408576698