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

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: 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..d0c3d4b1d4e045dd4ba26ed8a2eb4d6a696d0926 100644
--- a/media/gpu/ipc/client/BUILD.gn
+++ b/media/gpu/ipc/client/BUILD.gn
@@ -12,7 +12,7 @@ source_set("client") {
"gpu_video_encode_accelerator_host.h",
]
- public_configs = [ "//media/gpu:gpu_config" ]
+ configs += [ "//media/gpu:gpu_config" ]
wuchengli 2016/07/13 08:23:59 Merge this with configs in the next line.
henryhsu 2016/07/13 08:43:28 Done.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698