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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated README for ChooserController Created 4 years, 7 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
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 2798 matching lines...) Expand 10 before | Expand all | Expand 10 after
2809 # dependencies block below, rather than here. 2809 # dependencies block below, rather than here.
2810 'chrome_browser_ui_views.gyp:browser_ui_views', 2810 'chrome_browser_ui_views.gyp:browser_ui_views',
2811 'chrome_resources.gyp:chrome_extra_resources', 2811 'chrome_resources.gyp:chrome_extra_resources',
2812 'chrome_resources.gyp:chrome_resources', 2812 'chrome_resources.gyp:chrome_resources',
2813 'chrome_resources.gyp:chrome_strings', 2813 'chrome_resources.gyp:chrome_strings',
2814 'chrome_resources.gyp:platform_locale_settings', 2814 'chrome_resources.gyp:platform_locale_settings',
2815 'chrome_resources.gyp:theme_resources', 2815 'chrome_resources.gyp:theme_resources',
2816 'common', 2816 'common',
2817 '../base/base.gyp:base_debugging_flags', 2817 '../base/base.gyp:base_debugging_flags',
2818 '../components/components.gyp:certificate_reporting', 2818 '../components/components.gyp:certificate_reporting',
2819 '../components/components.gyp:chooser_controller',
2819 '../components/components.gyp:device_event_log_component', 2820 '../components/components.gyp:device_event_log_component',
2820 '../components/components.gyp:dom_distiller_core', 2821 '../components/components.gyp:dom_distiller_core',
2821 '../components/components.gyp:dom_distiller_webui', 2822 '../components/components.gyp:dom_distiller_webui',
2822 '../components/components.gyp:invalidation_impl', 2823 '../components/components.gyp:invalidation_impl',
2823 '../components/components.gyp:omnibox_common', 2824 '../components/components.gyp:omnibox_common',
2824 '../components/components.gyp:onc_component', 2825 '../components/components.gyp:onc_component',
2825 '../components/components.gyp:password_manager_core_browser', 2826 '../components/components.gyp:password_manager_core_browser',
2826 '../components/components.gyp:policy', 2827 '../components/components.gyp:policy',
2827 '../components/components.gyp:sync_driver', 2828 '../components/components.gyp:sync_driver',
2828 '../components/components.gyp:toolbar', 2829 '../components/components.gyp:toolbar',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
3309 ], 3310 ],
3310 'sources': [ 3311 'sources': [
3311 '<@(chrome_browser_ui_non_mobile_sources)', 3312 '<@(chrome_browser_ui_non_mobile_sources)',
3312 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3313 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3313 ], 3314 ],
3314 }], 3315 }],
3315 ], 3316 ],
3316 }, 3317 },
3317 ], 3318 ],
3318 } 3319 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698