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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1578193002: Remove ChromeToolbarModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS file Created 4 years, 11 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/omnibox/omnibox_view_views.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 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after
2794 'browser/ui/webui/print_preview/sticky_settings.h', 2794 'browser/ui/webui/print_preview/sticky_settings.h',
2795 ], 2795 ],
2796 # For when enable_service_discovery is set. 2796 # For when enable_service_discovery is set.
2797 'chrome_browser_ui_service_discovery_sources': [ 2797 'chrome_browser_ui_service_discovery_sources': [
2798 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 2798 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
2799 'browser/ui/webui/local_discovery/local_discovery_ui.h', 2799 'browser/ui/webui/local_discovery/local_discovery_ui.h',
2800 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 2800 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
2801 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 2801 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
2802 ], 2802 ],
2803 'chrome_browser_ui_toolbar_model_sources': [ 2803 'chrome_browser_ui_toolbar_model_sources': [
2804 'browser/ui/toolbar/chrome_toolbar_model.cc',
2805 'browser/ui/toolbar/chrome_toolbar_model.h',
2806 'browser/ui/toolbar/toolbar_model_delegate.h', 2804 'browser/ui/toolbar/toolbar_model_delegate.h',
2807 'browser/ui/toolbar/toolbar_model_impl.cc', 2805 'browser/ui/toolbar/toolbar_model_impl.cc',
2808 'browser/ui/toolbar/toolbar_model_impl.h', 2806 'browser/ui/toolbar/toolbar_model_impl.h',
2809 ], 2807 ],
2810 'chrome_browser_ui_webrtc_sources': [ 2808 'chrome_browser_ui_webrtc_sources': [
2811 'browser/ui/webui/media/webrtc_logs_ui.cc', 2809 'browser/ui/webui/media/webrtc_logs_ui.cc',
2812 'browser/ui/webui/media/webrtc_logs_ui.h', 2810 'browser/ui/webui/media/webrtc_logs_ui.h',
2813 ], 2811 ],
2814 }, 2812 },
2815 'targets': [ 2813 'targets': [
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
3322 ], 3320 ],
3323 'sources': [ 3321 'sources': [
3324 '<@(chrome_browser_ui_non_mobile_sources)', 3322 '<@(chrome_browser_ui_non_mobile_sources)',
3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3323 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3326 ], 3324 ],
3327 }], 3325 }],
3328 ], 3326 ],
3329 }, 3327 },
3330 ], 3328 ],
3331 } 3329 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/toolbar.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698