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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after
2738 'chrome_resources.gyp:chrome_strings', 2738 'chrome_resources.gyp:chrome_strings',
2739 'chrome_resources.gyp:platform_locale_settings', 2739 'chrome_resources.gyp:platform_locale_settings',
2740 'chrome_resources.gyp:theme_resources', 2740 'chrome_resources.gyp:theme_resources',
2741 'common', 2741 'common',
2742 'common_net', 2742 'common_net',
2743 'encrypted_cert_logger_proto', 2743 'encrypted_cert_logger_proto',
2744 '../components/components.gyp:auto_login_parser', 2744 '../components/components.gyp:auto_login_parser',
2745 '../components/components.gyp:device_event_log_component', 2745 '../components/components.gyp:device_event_log_component',
2746 '../components/components.gyp:dom_distiller_core', 2746 '../components/components.gyp:dom_distiller_core',
2747 '../components/components.gyp:dom_distiller_webui', 2747 '../components/components.gyp:dom_distiller_webui',
2748 '../components/components.gyp:invalidation', 2748 '../components/components.gyp:invalidation_impl',
2749 '../components/components.gyp:onc_component', 2749 '../components/components.gyp:onc_component',
2750 '../components/components.gyp:password_manager_core_browser', 2750 '../components/components.gyp:password_manager_core_browser',
2751 '../components/components.gyp:sync_driver', 2751 '../components/components.gyp:sync_driver',
2752 '../components/components.gyp:ui_zoom', 2752 '../components/components.gyp:ui_zoom',
2753 '../components/components.gyp:update_client', 2753 '../components/components.gyp:update_client',
2754 '../components/components_resources.gyp:components_resources', 2754 '../components/components_resources.gyp:components_resources',
2755 '../components/components_strings.gyp:components_strings', 2755 '../components/components_strings.gyp:components_strings',
2756 '../content/content.gyp:content_browser', 2756 '../content/content.gyp:content_browser',
2757 '../content/content.gyp:content_common', 2757 '../content/content.gyp:content_common',
2758 '../crypto/crypto.gyp:crypto', 2758 '../crypto/crypto.gyp:crypto',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3202 ], 3202 ],
3203 'sources': [ 3203 'sources': [
3204 '<@(chrome_browser_ui_non_mobile_sources)', 3204 '<@(chrome_browser_ui_non_mobile_sources)',
3205 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3205 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3206 ], 3206 ],
3207 }], 3207 }],
3208 ], 3208 ],
3209 }, 3209 },
3210 ], 3210 ],
3211 } 3211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698