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

Unified Diff: media/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 | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 02d8b049f8d2211a399bf88c3fa03f3b76900bdd..436634b788920df255021de40c4c3157b8e5f0e3 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -367,7 +367,7 @@ component("media") {
]
}
- if (current_cpu != "arm" && is_chromeos) {
+ if (current_cpu != "arm" && use_cros_fe) {
sources += [
"filters/h264_bitstream_buffer.cc",
"filters/h264_bitstream_buffer.h",
@@ -644,7 +644,7 @@ test("media_unittests") {
]
}
- if (current_cpu != "arm" && is_chromeos) {
+ if (current_cpu != "arm" && use_cros_fe) {
sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
}
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698