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

Unified Diff: content/common/BUILD.gn

Issue 302443002: content: Fix a typo in GN common/BUILD.gn file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 511a55c40d4ebf33728e75b3b2e35458363556fb..64195821eeff27a82903d9963c414bf2ad11b36e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -148,7 +148,7 @@ source_set("common") {
include_dirs += [ "//third_party/khronos" ]
configs += [ "//build/config/linux:xcomposite" ]
- if (cpu_arch != "arm" || !is_chromos) {
+ if (cpu_arch != "arm" || !is_chromeos) {
sources +=[
"gpu/x_util.cc",
"gpu/x_util.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698