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

Unified Diff: base/base.gyp

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 | « no previous file | build/common.gypi » ('j') | tools/cygprofile/LICENSE » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 3697e71191d3d198cffbaa598b3a05c069c4ab3b..a62eb1fe7f9c9eb60487af1df0421d22db3cec43 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -35,6 +35,11 @@
],
},
'conditions': [
+ [ 'order_profiling !=0 and OS == "android" and _toolset == "target"', {
+ 'dependencies': [
+ '../tools/cygprofile/cygprofile.gyp:cygprofile'
+ ],
+ }], # order_profiling !=0 and OS == "android" and _toolset == "target"
['use_glib==1', {
'conditions': [
['chromeos==1', {
« no previous file with comments | « no previous file | build/common.gypi » ('j') | tools/cygprofile/LICENSE » ('J')

Powered by Google App Engine
This is Rietveld 408576698