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

Unified Diff: build/common.gypi

Issue 1325053009: cygprofile: increase timeouts to allow showing web contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 60591d323a193a7b7e19bfc5adcce2fe2afd0ba0..95e41bd208aa47683d4d65431e217b78a7cfa5e0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4632,9 +4632,10 @@
'cflags': [
'-finstrument-functions',
# Allow mmx intrinsics to inline, so that the
- #0 compiler can expand the intrinsics.
+ # compiler can expand the intrinsics.
'-finstrument-functions-exclude-file-list=mmintrin.h',
],
+ 'defines': ['CYGPROFILE_INSTRUMENTATION'],
}],
['_toolset=="target" and OS=="android"', {
'cflags': [
« no previous file with comments | « base/android/library_loader/library_prefetcher.cc ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698