Chromium Code Reviews| 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', { |