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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 3f7d1cd1684ada081991d5b8af907981a6e17a59..50ddd90baf05ed35f7e3db85ca5eb6e94c3910e6 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -47,6 +47,13 @@ source_set("content_descriptors") {
]
}
+source_set("content_descriptor_keys") {
+ sources = [
+ "content_descriptor_keys.cc",
+ "content_descriptor_keys.h",
+ ]
+}
+
# Forces static linking for targets using the static_switches constants, even
# in the component build. This config makes it impossible to use the static
# switches target and use the rest of content at the same time, because the
@@ -256,6 +263,8 @@ source_set("common_sources") {
"//url/ipc:url_ipc",
]
deps = [
+ ":content_descriptor_keys",
+
# This looks needless as we have //content/common in public_deps, but it's
# needed because of allow_circular_includes_from.
"//components/mime_util",
« no previous file with comments | « content/public/app/mojo/content_utility_manifest.json ('k') | content/public/common/content_descriptor_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698