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

Unified Diff: build/common.gypi

Issue 11348354: Change cygprofile to work on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | tools/cygprofile/cygprofile.cc » ('j') | tools/cygprofile/cygprofile.cc » ('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 18e4b287915686e38555f0c77795edc17b597dc7..9586bdb7432d2001b6944131294a6f04d52b758e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2740,7 +2740,7 @@
}],
],
}],
- ['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
+ ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
'target_conditions' : [
['_toolset=="target"', {
'cflags': [
« no previous file with comments | « no previous file | tools/cygprofile/cygprofile.cc » ('j') | tools/cygprofile/cygprofile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698