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

Unified Diff: chrome/chrome_resources.gyp

Issue 222543004: Makes chrome://omnibox use mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 9 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 6b1d8d86b804bd2a74ba2d1e9c64aae45021a2b1..b5e4418b7f6d73bb61971d3e6509efffb1b91c92 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': [
{
@@ -171,6 +172,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' ],
@@ -202,6 +204,11 @@
}
],
}],
+ ['use_mojo==1', {
+ 'dependencies': [
+ 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
+ ],
+ }],
],
'includes': [ '../build/grit_target.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698