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

Unified Diff: media/gpu/BUILD.gn

Issue 2146733003: Remove USE_OZONE in video files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 4 years, 5 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
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index b928d0b960e87724a33724b5768156f394745526..666f2076c6af9420bb3b41ea08552e0e820e04e6 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -385,7 +385,10 @@ if (is_win || is_android || is_chromeos) {
"//ui/gl/init",
]
- configs += [ "//third_party/khronos:khronos_headers" ]
+ configs += [
+ "//third_party/khronos:khronos_headers",
+ ":gpu_config",
+ ]
if (is_chromeos && current_cpu != "arm") {
configs += [ "//third_party/libva:libva_config" ]
}
@@ -450,6 +453,7 @@ if (is_chromeos || is_mac) {
configs += [
"//third_party/libva:libva_config",
"//third_party/libyuv:libyuv_config",
+ ":gpu_config",
]
sources = [
"video_accelerator_unittest_helpers.h",

Powered by Google App Engine
This is Rietveld 408576698