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

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: Removed unnecessary changes. Created 5 years, 1 month 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 a795e1237d787f803eb631161d1e2cc8fcaa0d3f..0c0096f3699bb26d43fe60c45764155936206e69 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1110,7 +1110,7 @@ if (!is_android) {
"../browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc",
]
}
- if (!is_chromeos && use_ash) {
+ if (!is_chromeos && use_aura && use_ash) {
jam 2015/11/09 16:36:58 you don't need this. use_aura requires use_aura
Sami 2015/11/11 15:47:41 Thanks, removed.
sources -= [
# On Windows and Linux, we currently don't support enough of the
# ash environment to run these unit tests.
« build/config/ui.gni ('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