| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index cf9f0da5b49183d9d2fc28c224d47864bd703e67..2d3be69b1bf2fcde9b4faaf59e352978b81be57f 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' ],
|
|
|