Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index e9b09959da833589caffca378e963d4192989c5e..9a3e03b819f0ea05985c0cd9402708f083c9ad7f 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -751,6 +751,11 @@ |
| }], |
| ]}, |
| ], |
| + [ 'OS == "win" and target_arch == "x64"', { |
| + 'sources': [ |
| + 'profiler/win32_stack_frame_unwinder_unittest.cc', |
| + ], |
| + }], |
| ['OS == "win"', { |
| 'sources!': [ |
| 'file_descriptor_shuffle_unittest.cc', |