| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 409a9391d1539eec5576ac4aba2047c8ba1cb454..bd6bfa0464aa77879c51d824c03932fb38d1494d 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -9,6 +9,11 @@
|
| 'type': 'none',
|
| 'dependencies': [ 'chrome_initial', ],
|
| 'conditions': [
|
| + ['OS=="linux" and clang_type_profiler==1', {
|
| + 'dependencies!': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:type_profiler',
|
| + ],
|
| + }],
|
| ['OS == "win"', {
|
| 'actions': [
|
| {
|
|
|