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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Maybe fix the gn build. Created 6 years, 6 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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 823d1b262aeaa315d513d6b1e9ef4a3cc4bf1371..73701aff97cd25471b1eaa6af927e45ed39ea9ae 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1136,6 +1136,7 @@
'browser/ui/zoom/zoom_controller.h',
'browser/ui/zoom/zoom_observer.h',
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_internals/identity_internals.mojom.cc',
],
# Note that we assume app list is enabled on all views builds, so the
# views-specific app list files are in the views section.
@@ -1628,8 +1629,12 @@
'browser/ui/webui/help/version_updater_mac.h',
'browser/ui/webui/help/version_updater_mac.mm',
'browser/ui/webui/help/version_updater_win.cc',
- 'browser/ui/webui/identity_internals_ui.cc',
- 'browser/ui/webui/identity_internals_ui.h',
+ 'browser/ui/webui/identity_internals/identity_internals_ui.cc',
+ 'browser/ui/webui/identity_internals/identity_internals_ui.h',
+ 'browser/ui/webui/identity_internals/identity_internals_ui_handler.cc',
+ 'browser/ui/webui/identity_internals/identity_internals_ui_handler.h',
+ 'browser/ui/webui/identity_internals/identity_internals_token_revoker.cc',
+ 'browser/ui/webui/identity_internals/identity_internals_token_revoker.h',
'browser/ui/webui/inspect_ui.cc',
'browser/ui/webui/inspect_ui.h',
'browser/ui/webui/ntp/app_launcher_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698