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

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: Removed the verbose for "NOT SECURE" Created 4 years, 5 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'browser/ui/cocoa/location_bar/autocomplete_text_field.h', 1106 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
1107 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm', 1107 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
1108 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 1108 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
1109 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', 1109 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
1110 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h', 1110 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
1111 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm', 1111 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
1112 'browser/ui/cocoa/location_bar/bubble_decoration.h', 1112 'browser/ui/cocoa/location_bar/bubble_decoration.h',
1113 'browser/ui/cocoa/location_bar/bubble_decoration.mm', 1113 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
1114 'browser/ui/cocoa/location_bar/content_setting_decoration.h', 1114 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
1115 'browser/ui/cocoa/location_bar/content_setting_decoration.mm', 1115 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
1116 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
1117 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
1118 'browser/ui/cocoa/location_bar/image_decoration.h', 1116 'browser/ui/cocoa/location_bar/image_decoration.h',
1119 'browser/ui/cocoa/location_bar/image_decoration.mm', 1117 'browser/ui/cocoa/location_bar/image_decoration.mm',
1120 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', 1118 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
1121 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', 1119 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
1122 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 1120 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
1123 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 1121 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
1124 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 1122 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
1125 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 1123 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
1126 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 1124 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
1127 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 1125 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
1128 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', 1126 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h',
1129 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', 1127 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm',
1130 'browser/ui/cocoa/location_bar/page_action_decoration.h', 1128 'browser/ui/cocoa/location_bar/page_action_decoration.h',
1131 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 1129 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
1132 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h', 1130 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h',
1133 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm', 1131 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm',
1132 'browser/ui/cocoa/location_bar/secure_verbose_bubble_decoration.h',
1133 'browser/ui/cocoa/location_bar/secure_verbose_bubble_decoration.mm',
1134 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 1134 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
1135 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 1135 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
1136 'browser/ui/cocoa/location_bar/star_decoration.h', 1136 'browser/ui/cocoa/location_bar/star_decoration.h',
1137 'browser/ui/cocoa/location_bar/star_decoration.mm', 1137 'browser/ui/cocoa/location_bar/star_decoration.mm',
1138 'browser/ui/cocoa/location_bar/translate_decoration.h', 1138 'browser/ui/cocoa/location_bar/translate_decoration.h',
1139 'browser/ui/cocoa/location_bar/translate_decoration.mm', 1139 'browser/ui/cocoa/location_bar/translate_decoration.mm',
1140 'browser/ui/cocoa/location_bar/zoom_decoration.h', 1140 'browser/ui/cocoa/location_bar/zoom_decoration.h',
1141 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 1141 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
1142 'browser/ui/cocoa/login_handler_cocoa.h', 1142 'browser/ui/cocoa/login_handler_cocoa.h',
1143 'browser/ui/cocoa/login_handler_cocoa.mm', 1143 'browser/ui/cocoa/login_handler_cocoa.mm',
(...skipping 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 ], 3369 ],
3370 'sources': [ 3370 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3371 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3373 ],
3374 }], 3374 }],
3375 ], 3375 ],
3376 }, 3376 },
3377 ], 3377 ],
3378 } 3378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698