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

Unified Diff: ios/chrome/ios_chrome.gyp

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 | « ios/chrome/browser/ui/webui/version_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index b123d706bca32125e3eaf0e08f1ef4987ad7a8e0..bfeb56dd4fcfbb44a3f0a4538e54454f5711a7ba 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -95,6 +95,7 @@
'../../components/components.gyp:variations',
'../../components/components.gyp:variations_service',
'../../components/components.gyp:version_info',
+ '../../components/components.gyp:version_ui',
'../../components/components.gyp:web_resource',
'../../components/components.gyp:webdata_services',
'../../components/components.gyp:webp_transcode',
@@ -490,6 +491,10 @@
'browser/ui/webui/sync_internals/sync_internals_message_handler.h',
'browser/ui/webui/sync_internals/sync_internals_ui.cc',
'browser/ui/webui/sync_internals/sync_internals_ui.h',
+ 'browser/ui/webui/version_handler.cc',
+ 'browser/ui/webui/version_handler.h',
+ 'browser/ui/webui/version_ui.cc',
+ 'browser/ui/webui/version_ui.h',
'browser/undo/bookmark_undo_service_factory.cc',
'browser/undo/bookmark_undo_service_factory.h',
'browser/updatable_config/updatable_array.h',
« no previous file with comments | « ios/chrome/browser/ui/webui/version_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698