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

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: Rebase to ToT for commit Created 6 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
« no previous file with comments | « chrome/browser/ui/webui/identity_internals_ui_browsertest.js ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index a194db48b9dd410a49b80c7a5b87db675472f22e..e48340bde9f0126b3439c52dd9f6eb07e3ba018c 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1613,8 +1613,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',
@@ -2595,6 +2599,7 @@
['OS != "ios"', {
'sources': [
'<@(chrome_browser_ui_non_ios_sources)',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_internals/identity_internals.mojom.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.cc',
],
'dependencies': [
« no previous file with comments | « chrome/browser/ui/webui/identity_internals_ui_browsertest.js ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698