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

Unified Diff: content/gpu/BUILD.gn

Issue 1462753002: Define MOJO_SHELL_CLIENT uniformly across content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/common/BUILD.gn ('k') | content/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 74c01427ef1f98803958102906e41e696f89d95f..ea70fe5d441c3ca684f15543069d0ace3def58ad 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -38,7 +38,10 @@ source_set("gpu_sources") {
"in_process_gpu_thread.h",
]
- configs += [ "//content:content_implementation" ]
+ configs += [
+ "//content:content_implementation",
+ "//content/public/common:mojo_shell_client",
+ ]
deps = [
"//base",
« no previous file with comments | « content/common/BUILD.gn ('k') | content/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698