diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 | ||||
-rw-r--r-- | chrome/test/BUILD.gn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index ddda523..1613b1e 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2416,7 +2416,7 @@ 'app/chrome_version.rc.version', ], }], - ['chromeos==0 and use_aura==1', { + ['chromeos==0 and use_ash==1', { 'sources!': [ # On Windows and Linux, we currently don't support enough of the # ash environment to run these unit tests. diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn index 815f2b6..c3f1782 100644 --- a/chrome/test/BUILD.gn +++ b/chrome/test/BUILD.gn @@ -1104,7 +1104,7 @@ if (!is_android) { "../browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc", ] } - if (!is_chromeos && use_aura) { + if (!is_chromeos && use_ash) { sources -= [ # On Windows and Linux, we currently don't support enough of the # ash environment to run these unit tests. |