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

Unified Diff: mojo/public/interfaces/shell/BUILD.gn

Issue 299113002: Add content renderer to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « content/renderer/renderer.gni ('k') | third_party/npapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/shell/BUILD.gn
diff --git a/mojo/public/interfaces/service_provider/BUILD.gn b/mojo/public/interfaces/shell/BUILD.gn
similarity index 80%
copy from mojo/public/interfaces/service_provider/BUILD.gn
copy to mojo/public/interfaces/shell/BUILD.gn
index 990d3e9b6264ceac8ce9bc5e69e02dcf3db0bfd5..c11ae70a311389cec1c7e00da4de5ddc7e4de2df 100644
--- a/mojo/public/interfaces/service_provider/BUILD.gn
+++ b/mojo/public/interfaces/shell/BUILD.gn
@@ -4,8 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("service_provider") {
+mojom("shell") {
sources = [
- "service_provider.mojom",
+ "shell.mojom",
]
}
« no previous file with comments | « content/renderer/renderer.gni ('k') | third_party/npapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698