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

Unified Diff: components/version_ui/BUILD.gn

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 years, 2 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_ui.gypi ('k') | components/version_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/BUILD.gn
diff --git a/components/version_ui/BUILD.gn b/components/version_ui/BUILD.gn
index fd7e2f55406da739b352039274bf160a9d6fe026..a6693b67eaeed33e1972c70cf3cc48564cadf4f6 100644
--- a/components/version_ui/BUILD.gn
+++ b/components/version_ui/BUILD.gn
@@ -4,7 +4,14 @@
source_set("version_ui") {
sources = [
+ "version_handler_helper.cc",
+ "version_handler_helper.h",
"version_ui_constants.cc",
"version_ui_constants.h",
]
+
+ deps = [
+ "//base",
+ "//components/variations",
+ ]
}
« no previous file with comments | « components/version_ui.gypi ('k') | components/version_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698