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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1508203003: Move layout_constants.cc from c/b/ui/views/ to c/b/ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: what is mus Created 5 years 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/toolbar_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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 'browser/ui/find_bar/find_bar_controller.h', 1599 'browser/ui/find_bar/find_bar_controller.h',
1600 'browser/ui/global_error/global_error.cc', 1600 'browser/ui/global_error/global_error.cc',
1601 'browser/ui/global_error/global_error.h', 1601 'browser/ui/global_error/global_error.h',
1602 'browser/ui/global_error/global_error_bubble_view_base.h', 1602 'browser/ui/global_error/global_error_bubble_view_base.h',
1603 'browser/ui/global_error/global_error_service.cc', 1603 'browser/ui/global_error/global_error_service.cc',
1604 'browser/ui/global_error/global_error_service.h', 1604 'browser/ui/global_error/global_error_service.h',
1605 'browser/ui/global_error/global_error_service_factory.cc', 1605 'browser/ui/global_error/global_error_service_factory.cc',
1606 'browser/ui/global_error/global_error_service_factory.h', 1606 'browser/ui/global_error/global_error_service_factory.h',
1607 'browser/ui/infobar_container_delegate.cc', 1607 'browser/ui/infobar_container_delegate.cc',
1608 'browser/ui/infobar_container_delegate.h', 1608 'browser/ui/infobar_container_delegate.h',
1609 'browser/ui/layout_constants.cc',
1610 'browser/ui/layout_constants.h',
1609 'browser/ui/location_bar/location_bar.cc', 1611 'browser/ui/location_bar/location_bar.cc',
1610 'browser/ui/location_bar/location_bar.h', 1612 'browser/ui/location_bar/location_bar.h',
1611 'browser/ui/location_bar/location_bar_util.cc', 1613 'browser/ui/location_bar/location_bar_util.cc',
1612 'browser/ui/location_bar/location_bar_util.h', 1614 'browser/ui/location_bar/location_bar_util.h',
1613 'browser/ui/native_window_tracker.h', 1615 'browser/ui/native_window_tracker.h',
1614 'browser/ui/panels/detached_panel_collection.cc', 1616 'browser/ui/panels/detached_panel_collection.cc',
1615 'browser/ui/panels/detached_panel_collection.h', 1617 'browser/ui/panels/detached_panel_collection.h',
1616 'browser/ui/panels/detached_panel_drag_handler.cc', 1618 'browser/ui/panels/detached_panel_drag_handler.cc',
1617 'browser/ui/panels/detached_panel_drag_handler.h', 1619 'browser/ui/panels/detached_panel_drag_handler.h',
1618 'browser/ui/panels/display_settings_provider.cc', 1620 'browser/ui/panels/display_settings_provider.cc',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 'browser/ui/views/infobars/alternate_nav_infobar_view.cc', 2293 'browser/ui/views/infobars/alternate_nav_infobar_view.cc',
2292 'browser/ui/views/infobars/alternate_nav_infobar_view.h', 2294 'browser/ui/views/infobars/alternate_nav_infobar_view.h',
2293 'browser/ui/views/infobars/confirm_infobar.cc', 2295 'browser/ui/views/infobars/confirm_infobar.cc',
2294 'browser/ui/views/infobars/confirm_infobar.h', 2296 'browser/ui/views/infobars/confirm_infobar.h',
2295 'browser/ui/views/infobars/infobar_background.cc', 2297 'browser/ui/views/infobars/infobar_background.cc',
2296 'browser/ui/views/infobars/infobar_background.h', 2298 'browser/ui/views/infobars/infobar_background.h',
2297 'browser/ui/views/infobars/infobar_container_view.cc', 2299 'browser/ui/views/infobars/infobar_container_view.cc',
2298 'browser/ui/views/infobars/infobar_container_view.h', 2300 'browser/ui/views/infobars/infobar_container_view.h',
2299 'browser/ui/views/infobars/infobar_view.cc', 2301 'browser/ui/views/infobars/infobar_view.cc',
2300 'browser/ui/views/infobars/infobar_view.h', 2302 'browser/ui/views/infobars/infobar_view.h',
2301 'browser/ui/views/layout_constants.cc',
2302 'browser/ui/views/layout_constants.h',
2303 'browser/ui/views/load_complete_listener.cc', 2303 'browser/ui/views/load_complete_listener.cc',
2304 'browser/ui/views/load_complete_listener.h', 2304 'browser/ui/views/load_complete_listener.h',
2305 'browser/ui/views/location_bar/background_with_1_px_border.cc', 2305 'browser/ui/views/location_bar/background_with_1_px_border.cc',
2306 'browser/ui/views/location_bar/background_with_1_px_border.h', 2306 'browser/ui/views/location_bar/background_with_1_px_border.h',
2307 'browser/ui/views/location_bar/bubble_icon_view.cc', 2307 'browser/ui/views/location_bar/bubble_icon_view.cc',
2308 'browser/ui/views/location_bar/bubble_icon_view.h', 2308 'browser/ui/views/location_bar/bubble_icon_view.h',
2309 'browser/ui/views/location_bar/content_setting_image_view.cc', 2309 'browser/ui/views/location_bar/content_setting_image_view.cc',
2310 'browser/ui/views/location_bar/content_setting_image_view.h', 2310 'browser/ui/views/location_bar/content_setting_image_view.h',
2311 'browser/ui/views/location_bar/ev_bubble_view.cc', 2311 'browser/ui/views/location_bar/ev_bubble_view.cc',
2312 'browser/ui/views/location_bar/ev_bubble_view.h', 2312 'browser/ui/views/location_bar/ev_bubble_view.h',
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
3316 ], 3316 ],
3317 'sources': [ 3317 'sources': [
3318 '<@(chrome_browser_ui_non_mobile_sources)', 3318 '<@(chrome_browser_ui_non_mobile_sources)',
3319 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3319 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3320 ], 3320 ],
3321 }], 3321 }],
3322 ], 3322 ],
3323 }, 3323 },
3324 ], 3324 ],
3325 } 3325 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698