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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2119033002: [Material][Mac] Implement Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 4 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 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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'browser/ui/cocoa/location_bar/autocomplete_text_field.h', 1124 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
1125 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm', 1125 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
1126 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 1126 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
1127 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', 1127 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
1128 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h', 1128 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
1129 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm', 1129 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
1130 'browser/ui/cocoa/location_bar/bubble_decoration.h', 1130 'browser/ui/cocoa/location_bar/bubble_decoration.h',
1131 'browser/ui/cocoa/location_bar/bubble_decoration.mm', 1131 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
1132 'browser/ui/cocoa/location_bar/content_setting_decoration.h', 1132 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
1133 'browser/ui/cocoa/location_bar/content_setting_decoration.mm', 1133 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
1134 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
1135 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
1136 'browser/ui/cocoa/location_bar/image_decoration.h', 1134 'browser/ui/cocoa/location_bar/image_decoration.h',
1137 'browser/ui/cocoa/location_bar/image_decoration.mm', 1135 'browser/ui/cocoa/location_bar/image_decoration.mm',
1138 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', 1136 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
1139 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', 1137 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
1140 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 1138 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
1141 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 1139 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
1142 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 1140 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
1143 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 1141 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
1144 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 1142 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
1145 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 1143 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
1146 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', 1144 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h',
1147 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', 1145 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm',
1148 'browser/ui/cocoa/location_bar/page_action_decoration.h', 1146 'browser/ui/cocoa/location_bar/page_action_decoration.h',
1149 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 1147 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
1150 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h', 1148 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h',
1151 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm', 1149 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm',
1152 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 1150 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
1153 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 1151 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
1154 'browser/ui/cocoa/location_bar/star_decoration.h', 1152 'browser/ui/cocoa/location_bar/star_decoration.h',
1155 'browser/ui/cocoa/location_bar/star_decoration.mm', 1153 'browser/ui/cocoa/location_bar/star_decoration.mm',
1156 'browser/ui/cocoa/location_bar/translate_decoration.h', 1154 'browser/ui/cocoa/location_bar/translate_decoration.h',
1157 'browser/ui/cocoa/location_bar/translate_decoration.mm', 1155 'browser/ui/cocoa/location_bar/translate_decoration.mm',
1156 'browser/ui/cocoa/location_bar/verbose_state_bubble_decoration.h',
1157 'browser/ui/cocoa/location_bar/verbose_state_bubble_decoration.mm',
1158 'browser/ui/cocoa/location_bar/zoom_decoration.h', 1158 'browser/ui/cocoa/location_bar/zoom_decoration.h',
1159 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 1159 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
1160 'browser/ui/cocoa/login_handler_cocoa.h', 1160 'browser/ui/cocoa/login_handler_cocoa.h',
1161 'browser/ui/cocoa/login_handler_cocoa.mm', 1161 'browser/ui/cocoa/login_handler_cocoa.mm',
1162 'browser/ui/cocoa/main_menu_item.h', 1162 'browser/ui/cocoa/main_menu_item.h',
1163 'browser/ui/cocoa/menu_button.h', 1163 'browser/ui/cocoa/menu_button.h',
1164 'browser/ui/cocoa/menu_button.mm', 1164 'browser/ui/cocoa/menu_button.mm',
1165 'browser/ui/cocoa/multi_key_equivalent_button.h', 1165 'browser/ui/cocoa/multi_key_equivalent_button.h',
1166 'browser/ui/cocoa/multi_key_equivalent_button.mm', 1166 'browser/ui/cocoa/multi_key_equivalent_button.mm',
1167 'browser/ui/cocoa/new_tab_button.h', 1167 'browser/ui/cocoa/new_tab_button.h',
(...skipping 2216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 ], 3384 ],
3385 'sources': [ 3385 'sources': [
3386 '<@(chrome_browser_ui_non_mobile_sources)', 3386 '<@(chrome_browser_ui_non_mobile_sources)',
3387 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3387 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3388 ], 3388 ],
3389 }], 3389 }],
3390 ], 3390 ],
3391 }, 3391 },
3392 ], 3392 ],
3393 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698