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

Unified Diff: content/public/common/BUILD.gn

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 years, 12 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/common/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index dc256d587b362f8d1e8f4bda9cf88185d7211141..7e7f0eb3c65f6c5faa417df0fb091e44f644a074 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -254,7 +254,7 @@ source_set("common_sources") {
deps = [
# This looks needless as we have //content/common in public_deps, but it's
# needed because of allow_circular_includes_from.
- "//content/common:mojo_bindings_cpp_sources",
+ "//content/common:mojo_bindings",
"//ipc",
"//media",
"//mojo/common",
@@ -281,7 +281,7 @@ source_set("common_sources") {
# //content/common needs to include public headers.
allow_circular_includes_from = [
"//content/common",
- "//content/common:mojo_bindings_cpp_sources",
+ "//content/common:mojo_bindings",
]
if (!enable_plugins) {
« no previous file with comments | « content/common/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698