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

Unified Diff: chrome/browser/BUILD.gn

Issue 880573005: Revert of Use data_deps rather then deps for mojo_bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 110e73263f159fd2ab8a868c920feae6756395fd..06573181bb04f995a7335fb6b9371d1314fff2db 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -787,8 +787,9 @@
deps = [
":about_credits",
":chrome_internal_resources_gen",
- ]
- data_deps = [ "//chrome/browser/ui/webui/omnibox:mojo_bindings" ]
+ "//chrome/browser/ui/webui/omnibox:mojo_bindings",
+ "//mojo/environment:chromium",
+ ]
}
# GYP version: chrome/chrome_resource.gyp:about_credits
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698