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

Unified Diff: components/version_ui.gypi

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/BUILD.gn ('k') | components/version_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui.gypi
diff --git a/components/version_ui.gypi b/components/version_ui.gypi
index ec92027994fab06f5017298ec63463160e8238fc..9212ce159ffdf984512e88f2f89e4ef6792aadbd 100644
--- a/components/version_ui.gypi
+++ b/components/version_ui.gypi
@@ -11,8 +11,14 @@
'include_dirs': [
'..',
],
+ 'dependencies': [
+ 'variations',
+ '../base/base.gyp:base',
+ ],
'sources': [
# Note: sources list duplicated in GN build.
+ 'version_ui/version_handler_helper.cc',
+ 'version_ui/version_handler_helper.h',
'version_ui/version_ui_constants.cc',
'version_ui/version_ui_constants.h',
],
« no previous file with comments | « components/BUILD.gn ('k') | components/version_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698