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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2152823004: [Material][Mac] Animation for Omnibox Verbose State Chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up 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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 1130 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
1131 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 1131 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
1132 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 1132 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
1133 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 1133 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
1134 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', 1134 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h',
1135 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', 1135 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm',
1136 'browser/ui/cocoa/location_bar/page_action_decoration.h', 1136 'browser/ui/cocoa/location_bar/page_action_decoration.h',
1137 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 1137 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
1138 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h', 1138 'browser/ui/cocoa/location_bar/save_credit_card_decoration.h',
1139 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm', 1139 'browser/ui/cocoa/location_bar/save_credit_card_decoration.mm',
1140 'browser/ui/cocoa/location_bar/secure_verbose_bubble_decoration.h',
1141 'browser/ui/cocoa/location_bar/secure_verbose_bubble_decoration.mm',
1140 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 1142 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
1141 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 1143 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
1142 'browser/ui/cocoa/location_bar/star_decoration.h', 1144 'browser/ui/cocoa/location_bar/star_decoration.h',
1143 'browser/ui/cocoa/location_bar/star_decoration.mm', 1145 'browser/ui/cocoa/location_bar/star_decoration.mm',
1144 'browser/ui/cocoa/location_bar/translate_decoration.h', 1146 'browser/ui/cocoa/location_bar/translate_decoration.h',
1145 'browser/ui/cocoa/location_bar/translate_decoration.mm', 1147 'browser/ui/cocoa/location_bar/translate_decoration.mm',
1146 'browser/ui/cocoa/location_bar/zoom_decoration.h', 1148 'browser/ui/cocoa/location_bar/zoom_decoration.h',
1147 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 1149 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
1148 'browser/ui/cocoa/login_handler_cocoa.h', 1150 'browser/ui/cocoa/login_handler_cocoa.h',
1149 'browser/ui/cocoa/login_handler_cocoa.mm', 1151 'browser/ui/cocoa/login_handler_cocoa.mm',
(...skipping 2216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 ], 3368 ],
3367 'sources': [ 3369 'sources': [
3368 '<@(chrome_browser_ui_non_mobile_sources)', 3370 '<@(chrome_browser_ui_non_mobile_sources)',
3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3370 ], 3372 ],
3371 }], 3373 }],
3372 ], 3374 ],
3373 }, 3375 },
3374 ], 3376 ],
3375 } 3377 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/secure_verbose_bubble_decoration.mm ('k') | components/omnibox_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698