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: content/common/BUILD.gn

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6816544b64875fedc26e20d4248f73990a4b0669..5eb05f638cd8376fa9447a6966a42f391ddbd5bd 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -137,6 +137,7 @@ source_set("common") {
public_deps = [
"//gpu/command_buffer/common",
+ "//mojo/shell",
"//third_party/WebKit/public:blink_headers",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698