Chromium Code Reviews| Index: chrome/chrome_tests_unit.gypi |
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
| index 8cec80c1e2cd8277d2ffef94b3debdb9cb57f9ef..a04a3b080d93975e1cb3b859b66a7fc05e5000fa 100644 |
| --- a/chrome/chrome_tests_unit.gypi |
| +++ b/chrome/chrome_tests_unit.gypi |
| @@ -2053,13 +2053,13 @@ |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |
| ], |
| - 'conditions': [ |
| - ['use_aura==1', { |
| - 'dependencies': [ |
| - '../win8/win8.gyp:test_registrar_constants', |
| - '../win8/win8.gyp:test_support_win8', |
| - ], |
| - }], |
| + 'dependencies': [ |
| + '../components/components.gyp:crash_component', |
| + '../win8/win8.gyp:test_registrar_constants', |
| + '../win8/win8.gyp:test_support_win8', |
| + ], |
| + 'sources': [ |
| + 'app/chrome_crash_reporter_client.cc', |
|
Mark Mentovai
2015/11/19 22:21:37
Weird file, being built in several targets…
scottmg
2015/11/20 19:52:48
Yeah, I don't love it. I'm hoping to simplify in f
|
| ], |
| }], |
| ['OS=="win" or OS=="mac"', { |