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

Unified Diff: media/gpu/ipc/client/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/ipc/client/BUILD.gn
diff --git a/media/gpu/ipc/client/BUILD.gn b/media/gpu/ipc/client/BUILD.gn
index 14800540b741f14aeb002c736097bad05bee08ad..16dde2d4c07e698d50d4baba97f70fcbeb3eaa15 100644
--- a/media/gpu/ipc/client/BUILD.gn
+++ b/media/gpu/ipc/client/BUILD.gn
@@ -12,8 +12,10 @@ source_set("client") {
"gpu_video_encode_accelerator_host.h",
]
- public_configs = [ "//media/gpu:gpu_config" ]
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+ configs += [
+ "//build/config/compiler:no_size_t_to_int_warning",
+ "//media/gpu:gpu_config",
+ ]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698