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

Unified Diff: chrome/BUILD.gn

Issue 1641353003: GpuArcVideoService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-4-owen-ArcGpuVideoDecodeAccelerator
Patch Set: fix build Created 4 years, 8 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 | « no previous file | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index c6288239834261602d00f0f2104a5626ff6e7bc5..5cea450f810ab42d9591c5f9b84c63cbac40885a 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -495,6 +495,7 @@ group("child_dependencies") {
public_deps += [
"//chrome/browser/devtools",
"//chrome/child",
+ "//chrome/gpu",
"//chrome/renderer",
"//chrome/utility",
"//content/public/child",
@@ -1012,6 +1013,7 @@ if (is_android) {
"//chrome/browser/ui",
"//chrome/child",
"//chrome/common",
+ "//chrome/gpu",
"//chrome/renderer",
"//chrome/utility",
"//components/safe_browsing_db:safe_browsing_db_mobile",
« no previous file with comments | « no previous file | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698