| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 0b69149caf9300e53058d8981c420cf2a1ae3aae..10204f05a0057dec24c7e1c191c76565fa4bd472 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -375,6 +375,14 @@
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| + 'conditions': [
|
| + ['use_aura==1', {
|
| + 'dependencies': [
|
| + '../win8/win8.gyp:test_registrar_constants',
|
| + '../win8/win8.gyp:test_support_win8',
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|