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

Unified Diff: content/browser/BUILD.gn

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/resource_provider/BUILD.gn ('k') | mash/browser_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a455bac8db039e0865e177e6743e690600ff7b16..57aed3d0f8d4d163bbdf6457d6b095cf0cfeca20 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -23,7 +23,6 @@ source_set("browser") {
# Shared deps. See also non-iOS deps below.
deps = [
- ":chrome_renderer_manifest",
"//base",
"//base:base_static",
"//components/mime_util",
@@ -70,6 +69,10 @@ source_set("browser") {
"//ui/snapshot",
]
+ data_deps = [
+ ":chrome_renderer_manifest",
+ ]
+
if (is_ios) {
# iOS doesn't get the normal file list and only takes these whitelisted
# files.
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | mash/browser_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698