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

Unified Diff: skia/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 | « remoting/remoting_locales.gni ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 4182c4572b58ddd9a71ef6bbdfe850725e414597..b56bdd4cf7d8fb8da7df8ed282babda5ddc461d3 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -645,7 +645,7 @@ test("skia_unittests") {
}
}
-if (is_linux && !is_chromeos) {
+if (is_linux && !use_cros_fe) {
# TODO(GYP): Figure out which of these work and are needed on other platforms.
executable("image_operations_bench") {
sources = [
« no previous file with comments | « remoting/remoting_locales.gni ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698