| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 6a8ba95fcc7b1fd77053d0f42e550a575938bf38..1f6ebff8f45c42ef546a5ad5e1e6e3745a5339a3 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2057,13 +2057,13 @@
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| - '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',
|
| + 'conditions': [
|
| + ['use_aura==1', {
|
| + 'dependencies': [
|
| + '../win8/win8.gyp:test_registrar_constants',
|
| + '../win8/win8.gyp:test_support_win8',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['OS=="win" or OS=="mac"', {
|
|
|