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

Unified Diff: base/base.gyp

Issue 10697079: Upstreaming Cygprofile for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address digit comment 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 3697e71191d3d198cffbaa598b3a05c069c4ab3b..dc380cddabeba0eb34b62ecfe4207786bc06c46b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -35,6 +35,13 @@
],
},
'conditions': [
+ [ 'order_profiling!=0', {
+ 'conditions': [
Steve Block 2012/07/11 16:17:56 Can you collapse this to single condition block?
felipeg 2012/07/11 17:10:25 Done.
+ ['OS == "android" and _toolset == "target"', {
+ 'dependencies': [ 'android/third_party/cygprofile_startup/cygprofile_startup.gyp:cygprofile_startup' ],
+ }],
+ ],
+ }], # order_profiling!=0
['use_glib==1', {
'conditions': [
['chromeos==1', {

Powered by Google App Engine
This is Rietveld 408576698