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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1805923003: Remove auto_login_parser from chrome deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/DEPS ('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 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 # NOTE: New dependencies should generally be added in the OS!="ios" 2871 # NOTE: New dependencies should generally be added in the OS!="ios"
2872 # dependencies block below, rather than here. 2872 # dependencies block below, rather than here.
2873 'chrome_browser_ui_views.gyp:browser_ui_views', 2873 'chrome_browser_ui_views.gyp:browser_ui_views',
2874 'chrome_resources.gyp:chrome_extra_resources', 2874 'chrome_resources.gyp:chrome_extra_resources',
2875 'chrome_resources.gyp:chrome_resources', 2875 'chrome_resources.gyp:chrome_resources',
2876 'chrome_resources.gyp:chrome_strings', 2876 'chrome_resources.gyp:chrome_strings',
2877 'chrome_resources.gyp:platform_locale_settings', 2877 'chrome_resources.gyp:platform_locale_settings',
2878 'chrome_resources.gyp:theme_resources', 2878 'chrome_resources.gyp:theme_resources',
2879 'common', 2879 'common',
2880 '../base/base.gyp:base_debugging_flags', 2880 '../base/base.gyp:base_debugging_flags',
2881 '../components/components.gyp:auto_login_parser',
2882 '../components/components.gyp:certificate_reporting', 2881 '../components/components.gyp:certificate_reporting',
2883 '../components/components.gyp:device_event_log_component', 2882 '../components/components.gyp:device_event_log_component',
2884 '../components/components.gyp:dom_distiller_core', 2883 '../components/components.gyp:dom_distiller_core',
2885 '../components/components.gyp:dom_distiller_webui', 2884 '../components/components.gyp:dom_distiller_webui',
2886 '../components/components.gyp:invalidation_impl', 2885 '../components/components.gyp:invalidation_impl',
2887 '../components/components.gyp:omnibox_common', 2886 '../components/components.gyp:omnibox_common',
2888 '../components/components.gyp:onc_component', 2887 '../components/components.gyp:onc_component',
2889 '../components/components.gyp:password_manager_core_browser', 2888 '../components/components.gyp:password_manager_core_browser',
2890 '../components/components.gyp:sync_driver', 2889 '../components/components.gyp:sync_driver',
2891 '../components/components.gyp:toolbar', 2890 '../components/components.gyp:toolbar',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 ], 3368 ],
3370 'sources': [ 3369 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3370 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3372 ],
3374 }], 3373 }],
3375 ], 3374 ],
3376 }, 3375 },
3377 ], 3376 ],
3378 } 3377 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698