Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index a0968e0e3c97c03132f523ff11045e327da6e05a..efa779828f203ce4b30a70d2e6ec1a3ed2f20780 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -2059,13 +2059,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"', { |