Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index a299f1e8c172120068a9f55f064918eb8a3002bf..ea06883d01fe3f325f3d2de20b1f24f7acf1bb52 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -6,6 +6,7 @@ |
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
'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', |
}, |
'targets': [ |
{ |
@@ -162,6 +163,7 @@ |
'dependencies': [ |
'about_credits', |
'chrome_internal_resources_gen', |
+ 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
], |
'actions': [ |
# Data resources. |
@@ -172,6 +174,7 @@ |
'grit_additional_defines': [ |
'-E', 'about_credits_file=<(about_credits_file)', |
'-E', 'additional_modules_list_file=<(additional_modules_list_file)', |
+ '-E', 'omnibox_mojom_file=<(omnibox_mojom_file)', |
], |
}, |
'includes': [ '../build/grit_action.gypi' ], |