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

Unified Diff: media/gpu/BUILD.gn

Issue 2038563004: 💮 target_cpu -> current_cpu in media/gpu/BUILD.gn, media/cdm/ppapi/cdm_paths.gni (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 | « media/cdm/ppapi/cdm_paths.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index baff97361269c7cc15b2c9e91c355a2c60f1a734..19f01ca7e0e835babd0f1b91c6a53599861cdc31 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -376,7 +376,7 @@ if (is_win || is_android || is_chromeos) {
]
configs += [ "//third_party/khronos:khronos_headers" ]
- if (is_chromeos && target_cpu != "arm") {
+ if (is_chromeos && current_cpu != "arm") {
configs += [ "//third_party/libva:libva_config" ]
}
« no previous file with comments | « media/cdm/ppapi/cdm_paths.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698