Chromium Code Reviews| Index: build/config/android/config.gni |
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
| index 2ed5c47ec84eb58d84d1ac341152c2d9eff7ffb1..73c9c98bda2876f33ed1fd3cacb48dbf8abeae2c 100644 |
| --- a/build/config/android/config.gni |
| +++ b/build/config/android/config.gni |
| @@ -69,6 +69,10 @@ if (is_android) { |
| # Disables process isolation when building _incremental targets. |
| # Required for Android M+ due to SELinux policies (stronger sandboxing). |
| disable_incremental_isolated_processes = false |
| + |
| + # Adds intrumentation to each function. Writes a file with the order that |
| + # functions are called at startup. |
| + order_profiling = false |
|
brettw
2015/09/28 20:28:34
Can you prefix this name with "is_" or "use_" so t
|
| } |
| # Host stuff ----------------------------------------------------------------- |