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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1338103002: Create c/b/ui/views/layout_constants.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 3 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/wrench_toolbar_button.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 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 'browser/ui/views/infobars/alternate_nav_infobar_view.h', 2203 'browser/ui/views/infobars/alternate_nav_infobar_view.h',
2204 'browser/ui/views/infobars/confirm_infobar.cc', 2204 'browser/ui/views/infobars/confirm_infobar.cc',
2205 'browser/ui/views/infobars/confirm_infobar.h', 2205 'browser/ui/views/infobars/confirm_infobar.h',
2206 'browser/ui/views/infobars/infobar_background.cc', 2206 'browser/ui/views/infobars/infobar_background.cc',
2207 'browser/ui/views/infobars/infobar_background.h', 2207 'browser/ui/views/infobars/infobar_background.h',
2208 'browser/ui/views/infobars/infobar_container_view.cc', 2208 'browser/ui/views/infobars/infobar_container_view.cc',
2209 'browser/ui/views/infobars/infobar_container_view.h', 2209 'browser/ui/views/infobars/infobar_container_view.h',
2210 'browser/ui/views/infobars/infobar_view.cc', 2210 'browser/ui/views/infobars/infobar_view.cc',
2211 'browser/ui/views/infobars/infobar_view.h', 2211 'browser/ui/views/infobars/infobar_view.h',
2212 'browser/ui/views/infobars/save_password_infobar.cc', 2212 'browser/ui/views/infobars/save_password_infobar.cc',
2213 'browser/ui/views/layout_constants.cc',
2214 'browser/ui/views/layout_constants.h',
2213 'browser/ui/views/load_complete_listener.cc', 2215 'browser/ui/views/load_complete_listener.cc',
2214 'browser/ui/views/load_complete_listener.h', 2216 'browser/ui/views/load_complete_listener.h',
2215 'browser/ui/views/location_bar/bubble_icon_view.cc', 2217 'browser/ui/views/location_bar/bubble_icon_view.cc',
2216 'browser/ui/views/location_bar/bubble_icon_view.h', 2218 'browser/ui/views/location_bar/bubble_icon_view.h',
2217 'browser/ui/views/location_bar/content_setting_image_view.cc', 2219 'browser/ui/views/location_bar/content_setting_image_view.cc',
2218 'browser/ui/views/location_bar/content_setting_image_view.h', 2220 'browser/ui/views/location_bar/content_setting_image_view.h',
2219 'browser/ui/views/location_bar/ev_bubble_view.cc', 2221 'browser/ui/views/location_bar/ev_bubble_view.cc',
2220 'browser/ui/views/location_bar/ev_bubble_view.h', 2222 'browser/ui/views/location_bar/ev_bubble_view.h',
2221 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 2223 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
2222 'browser/ui/views/location_bar/icon_label_bubble_view.h', 2224 'browser/ui/views/location_bar/icon_label_bubble_view.h',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 ], 3197 ],
3196 'sources': [ 3198 'sources': [
3197 '<@(chrome_browser_ui_non_mobile_sources)', 3199 '<@(chrome_browser_ui_non_mobile_sources)',
3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3200 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3199 ], 3201 ],
3200 }], 3202 }],
3201 ], 3203 ],
3202 }, 3204 },
3203 ], 3205 ],
3204 } 3206 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/wrench_toolbar_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698