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

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: widevine fix 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
Index: mojo/public/interfaces/shell/BUILD.gn
diff --git a/mojo/public/js/bindings/BUILD.gn b/mojo/public/interfaces/shell/BUILD.gn
similarity index 68%
copy from mojo/public/js/bindings/BUILD.gn
copy to mojo/public/interfaces/shell/BUILD.gn
index 0f305e924ec52d3d1b6923ecc012b55a1ac69eac..c11ae70a311389cec1c7e00da4de5ddc7e4de2df 100644
--- a/mojo/public/js/bindings/BUILD.gn
+++ b/mojo/public/interfaces/shell/BUILD.gn
@@ -2,9 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bindings") {
+import("//mojo/public/tools/bindings/mojom.gni")
+
+mojom("shell") {
sources = [
- "constants.cc",
- "constants.h",
+ "shell.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698