summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp')
-rw-r--r--chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp16
1 files changed, 15 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp b/chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp
index cf9a8e5d120..dc139913e64 100644
--- a/chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp
+++ b/chromium/chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp
@@ -15,6 +15,8 @@
{
'target_name': 'search_engine_entry',
'dependencies': [
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
'search_engines_browser_proxy',
@@ -22,6 +24,18 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'omnibox_extension_entry',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
+ '../compiled_resources2.gyp:extension_control_browser_proxy',
+ 'search_engines_browser_proxy',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'search_engines_browser_proxy',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
@@ -32,7 +46,7 @@
{
'target_name': 'search_engines_list',
'dependencies': [
- '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scrollable_behavior',
+ '../compiled_resources2.gyp:global_scroll_target_behavior',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
'search_engines_browser_proxy',
],