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

Unified Diff: components/version_info/DEPS

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert version_info::Channel to a "class enum" Created 5 years, 5 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/version_info/BUILD.gn ('k') | components/version_info/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/DEPS
diff --git a/components/version_info/DEPS b/components/version_info/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..10baa5f861c27cd6757d7cde976044253eb4866d
--- /dev/null
+++ b/components/version_info/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+grit/components_strings.h",
+ "+ui/base",
+
+ # version_info is used on iOS and thus cannot depend on //content.
+ "-content",
+]
« no previous file with comments | « components/version_info/BUILD.gn ('k') | components/version_info/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698