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

Unified Diff: cc/BUILD.gn

Issue 2035753005: 💵 target_cpu -> current_cpu in cc/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@monochrome
Patch Set: Created 4 years, 6 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: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 63f80c21f375776a9a8d344c7a5951de93a1d219..475e8cb32644541b96a6a229af03aa4b21a9ee0b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -534,7 +534,7 @@ component("cc") {
"trees/tree_synchronizer.h",
]
- if (target_cpu == "x86" || target_cpu == "x64") {
+ if (current_cpu == "x86" || current_cpu == "x64") {
sources += [
"raster/texture_compressor_etc1_sse.cc",
"raster/texture_compressor_etc1_sse.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