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

Unified Diff: content/browser/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 11631ec1a910458cebf64ef8f5249e940edbe50f..ccb523f7ba60a01bb52c1f6d6e42361dd14e8585 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -33,9 +33,11 @@ source_set("browser") {
"//device/battery",
"//device/vibration",
"//google_apis",
+ "//mojo/shell",
"//net",
"//skia",
"//sql",
+ "//third_party/mojo/src/mojo/public/cpp/application",
"//third_party/npapi",
"//third_party/re2",
"//third_party/WebKit/public:blink_headers",

Powered by Google App Engine
This is Rietveld 408576698