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

Unified Diff: components/version_info/DEPS

Issue 1257633002: Componentize VersionInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments by brettw 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
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",
+]

Powered by Google App Engine
This is Rietveld 408576698