| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index edcbda12fed9bda1723d6fd6321dea25978bd4bc..e781308be94e3838e562111a5cf36a1b7991a361 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -7,6 +7,7 @@
|
| 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
|
| 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/internal/additional_modules_list.txt',
|
| 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.js',
|
| + 'identity_internals_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/identity_internals/identity_internals.mojom.js',
|
| },
|
| 'targets': [
|
| {
|
| @@ -194,6 +195,7 @@
|
| '-E', 'about_credits_file=<(about_credits_file)',
|
| '-E', 'additional_modules_list_file=<(additional_modules_list_file)',
|
| '-E', 'omnibox_mojom_file=<(omnibox_mojom_file)',
|
| + '-E', 'identity_internals_mojom_file=<(identity_internals_mojom_file)',
|
| ],
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
|
|