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

Unified Diff: content/test/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index d889c054bb0fa7c7188dafb23a4569d231172f35..f2ba392f5bfbefd0a5a7e4753cc8e9ac8e92e963 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -601,7 +601,7 @@ test("content_unittests") {
deps += [ "//third_party/webrtc/modules/desktop_capture" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources +=
[ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
}
@@ -639,7 +639,7 @@ test("content_unittests") {
deps += [ "//third_party/ocmock" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources -= [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ]
deps += [ "//chromeos" ]
}
« no previous file with comments | « content/shell/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698