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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1428423002: Remove setVoiceSearchSupported part of EmbeddedSearch SearchBox API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', 1063 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
1064 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', 1064 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
1065 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 1065 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
1066 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 1066 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
1067 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 1067 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
1068 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 1068 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
1069 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 1069 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
1070 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 1070 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
1071 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', 1071 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h',
1072 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', 1072 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm',
1073 'browser/ui/cocoa/location_bar/mic_search_decoration.h',
1074 'browser/ui/cocoa/location_bar/mic_search_decoration.mm',
1075 'browser/ui/cocoa/location_bar/page_action_decoration.h', 1073 'browser/ui/cocoa/location_bar/page_action_decoration.h',
1076 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 1074 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
1077 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 1075 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
1078 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 1076 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
1079 'browser/ui/cocoa/location_bar/star_decoration.h', 1077 'browser/ui/cocoa/location_bar/star_decoration.h',
1080 'browser/ui/cocoa/location_bar/star_decoration.mm', 1078 'browser/ui/cocoa/location_bar/star_decoration.mm',
1081 'browser/ui/cocoa/location_bar/translate_decoration.h', 1079 'browser/ui/cocoa/location_bar/translate_decoration.h',
1082 'browser/ui/cocoa/location_bar/translate_decoration.mm', 1080 'browser/ui/cocoa/location_bar/translate_decoration.mm',
1083 'browser/ui/cocoa/location_bar/zoom_decoration.h', 1081 'browser/ui/cocoa/location_bar/zoom_decoration.h',
1084 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 1082 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 ], 3260 ],
3263 'sources': [ 3261 'sources': [
3264 '<@(chrome_browser_ui_non_mobile_sources)', 3262 '<@(chrome_browser_ui_non_mobile_sources)',
3265 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3263 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3266 ], 3264 ],
3267 }], 3265 }],
3268 ], 3266 ],
3269 }, 3267 },
3270 ], 3268 ],
3271 } 3269 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698