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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1394763003: Update LocationBarView Background (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update nomenclature 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2246 'browser/ui/views/infobars/infobar_background.cc', 2246 'browser/ui/views/infobars/infobar_background.cc',
2247 'browser/ui/views/infobars/infobar_background.h', 2247 'browser/ui/views/infobars/infobar_background.h',
2248 'browser/ui/views/infobars/infobar_container_view.cc', 2248 'browser/ui/views/infobars/infobar_container_view.cc',
2249 'browser/ui/views/infobars/infobar_container_view.h', 2249 'browser/ui/views/infobars/infobar_container_view.h',
2250 'browser/ui/views/infobars/infobar_view.cc', 2250 'browser/ui/views/infobars/infobar_view.cc',
2251 'browser/ui/views/infobars/infobar_view.h', 2251 'browser/ui/views/infobars/infobar_view.h',
2252 'browser/ui/views/layout_constants.cc', 2252 'browser/ui/views/layout_constants.cc',
2253 'browser/ui/views/layout_constants.h', 2253 'browser/ui/views/layout_constants.h',
2254 'browser/ui/views/load_complete_listener.cc', 2254 'browser/ui/views/load_complete_listener.cc',
2255 'browser/ui/views/load_complete_listener.h', 2255 'browser/ui/views/load_complete_listener.h',
2256 'browser/ui/views/location_bar/background_with_1_px_border.cc',
2257 'browser/ui/views/location_bar/background_with_1_px_border.h',
2256 'browser/ui/views/location_bar/bubble_icon_view.cc', 2258 'browser/ui/views/location_bar/bubble_icon_view.cc',
2257 'browser/ui/views/location_bar/bubble_icon_view.h', 2259 'browser/ui/views/location_bar/bubble_icon_view.h',
2258 'browser/ui/views/location_bar/content_setting_image_view.cc', 2260 'browser/ui/views/location_bar/content_setting_image_view.cc',
2259 'browser/ui/views/location_bar/content_setting_image_view.h', 2261 'browser/ui/views/location_bar/content_setting_image_view.h',
2260 'browser/ui/views/location_bar/ev_bubble_view.cc', 2262 'browser/ui/views/location_bar/ev_bubble_view.cc',
2261 'browser/ui/views/location_bar/ev_bubble_view.h', 2263 'browser/ui/views/location_bar/ev_bubble_view.h',
2262 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 2264 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
2263 'browser/ui/views/location_bar/icon_label_bubble_view.h', 2265 'browser/ui/views/location_bar/icon_label_bubble_view.h',
2264 'browser/ui/views/location_bar/keyword_hint_view.cc', 2266 'browser/ui/views/location_bar/keyword_hint_view.cc',
2265 'browser/ui/views/location_bar/keyword_hint_view.h', 2267 'browser/ui/views/location_bar/keyword_hint_view.h',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 ], 3251 ],
3250 'sources': [ 3252 'sources': [
3251 '<@(chrome_browser_ui_non_mobile_sources)', 3253 '<@(chrome_browser_ui_non_mobile_sources)',
3252 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3254 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3253 ], 3255 ],
3254 }], 3256 }],
3255 ], 3257 ],
3256 }, 3258 },
3257 ], 3259 ],
3258 } 3260 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698