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

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: address comments 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
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/video_encode_accelerator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3d2a6c00be356bea898d574fbb8bdb29ca0f0ee3 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 += [
+ "//media/gpu:gpu_config",
wuchengli 2016/07/13 08:50:25 Put this after //build to follow alphabetical orde
+ "//build/config/compiler:no_size_t_to_int_warning",
+ ]
deps = [
"//base",
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/video_encode_accelerator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698