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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Add static_cast<int> to fix compilation warning on Win Created 4 years, 10 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/toolbar/toolbar_model_impl.cc ('k') | components/toolbar.gypi » ('j') | 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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 # For when enable_service_discovery is set. 2806 # For when enable_service_discovery is set.
2807 'chrome_browser_ui_service_discovery_sources': [ 2807 'chrome_browser_ui_service_discovery_sources': [
2808 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 2808 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
2809 'browser/ui/webui/local_discovery/local_discovery_ui.h', 2809 'browser/ui/webui/local_discovery/local_discovery_ui.h',
2810 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 2810 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
2811 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 2811 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
2812 ], 2812 ],
2813 'chrome_browser_ui_toolbar_model_sources': [ 2813 'chrome_browser_ui_toolbar_model_sources': [
2814 'browser/ui/toolbar/chrome_toolbar_model_delegate.cc', 2814 'browser/ui/toolbar/chrome_toolbar_model_delegate.cc',
2815 'browser/ui/toolbar/chrome_toolbar_model_delegate.h', 2815 'browser/ui/toolbar/chrome_toolbar_model_delegate.h',
2816 'browser/ui/toolbar/toolbar_model_delegate.h',
2817 'browser/ui/toolbar/toolbar_model_impl.cc',
2818 'browser/ui/toolbar/toolbar_model_impl.h',
2819 ], 2816 ],
2820 'chrome_browser_ui_webrtc_sources': [ 2817 'chrome_browser_ui_webrtc_sources': [
2821 'browser/ui/webui/media/webrtc_logs_ui.cc', 2818 'browser/ui/webui/media/webrtc_logs_ui.cc',
2822 'browser/ui/webui/media/webrtc_logs_ui.h', 2819 'browser/ui/webui/media/webrtc_logs_ui.h',
2823 ], 2820 ],
2824 }, 2821 },
2825 'targets': [ 2822 'targets': [
2826 { 2823 {
2827 'target_name': 'browser_ui', 2824 'target_name': 'browser_ui',
2828 'type': 'static_library', 2825 'type': 'static_library',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
3341 ], 3338 ],
3342 'sources': [ 3339 'sources': [
3343 '<@(chrome_browser_ui_non_mobile_sources)', 3340 '<@(chrome_browser_ui_non_mobile_sources)',
3344 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3345 ], 3342 ],
3346 }], 3343 }],
3347 ], 3344 ],
3348 }, 3345 },
3349 ], 3346 ],
3350 } 3347 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model_impl.cc ('k') | components/toolbar.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698