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. |