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

Unified Diff: media/BUILD.gn

Issue 2686173003: Remove uses of skia::GetWritablePixels(PaintCanvas) (Closed)
Patch Set: Add more deps Created 3 years, 10 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 | « content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc ('k') | media/DEPS » ('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 947fdae2b3e0d014f20d1c63609622ea16f6da20..3a534db98b3acef0a70fc91afae1e0999a14914a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -279,6 +279,7 @@ component("media") {
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//cc/paint",
"//crypto",
"//crypto:platform",
"//gpu/command_buffer/client:gles2_interface",
@@ -836,6 +837,7 @@ static_library("test_support") {
]
deps = [
"//base",
+ "//cc/paint",
"//gpu/command_buffer/common",
"//skia",
"//testing/gmock",
« no previous file with comments | « content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc ('k') | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698