| 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',
|
|
|