Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4570)

Unified Diff: chrome/test/BUILD.gn

Issue 1410883007: headless: Add gn settings for embedded build and headless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome/test/BUILD.gn Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 815f2b6d45fc9eef976ef9fb93021cf3d61f77a4..cd61ac3c208c293d4bd0827e49f758f1053d4c9c 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_aura && use_ash) {
sources -= [
# On Windows and Linux, we currently don't support enough of the
# ash environment to run these unit tests.
« build/linux/BUILD.gn ('K') | « build/linux/BUILD.gn ('k') | media/media_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698