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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase Created 5 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
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 2654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2665 'chrome_resources.gyp:platform_locale_settings', 2665 'chrome_resources.gyp:platform_locale_settings',
2666 'chrome_resources.gyp:theme_resources', 2666 'chrome_resources.gyp:theme_resources',
2667 'common', 2667 'common',
2668 'common_net', 2668 'common_net',
2669 '../components/components.gyp:auto_login_parser', 2669 '../components/components.gyp:auto_login_parser',
2670 '../components/components.gyp:dom_distiller_core', 2670 '../components/components.gyp:dom_distiller_core',
2671 '../components/components.gyp:dom_distiller_webui', 2671 '../components/components.gyp:dom_distiller_webui',
2672 '../components/components.gyp:feedback_proto', 2672 '../components/components.gyp:feedback_proto',
2673 '../components/components.gyp:history_core_browser_proto', 2673 '../components/components.gyp:history_core_browser_proto',
2674 '../components/components.gyp:invalidation', 2674 '../components/components.gyp:invalidation',
2675 '../components/components.gyp:omaha_client',
2676 '../components/components.gyp:onc_component', 2675 '../components/components.gyp:onc_component',
2677 '../components/components.gyp:password_manager_core_browser', 2676 '../components/components.gyp:password_manager_core_browser',
2678 '../components/components.gyp:ui_zoom', 2677 '../components/components.gyp:ui_zoom',
2678 '../components/components.gyp:update_client',
2679 '../components/components_resources.gyp:components_resources', 2679 '../components/components_resources.gyp:components_resources',
2680 '../components/components_strings.gyp:components_strings', 2680 '../components/components_strings.gyp:components_strings',
2681 '../content/content.gyp:content_browser', 2681 '../content/content.gyp:content_browser',
2682 '../content/content.gyp:content_common', 2682 '../content/content.gyp:content_common',
2683 '../crypto/crypto.gyp:crypto', 2683 '../crypto/crypto.gyp:crypto',
2684 '../skia/skia.gyp:skia', 2684 '../skia/skia.gyp:skia',
2685 '../sync/sync.gyp:sync', 2685 '../sync/sync.gyp:sync',
2686 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2686 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2687 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2687 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2688 '../third_party/icu/icu.gyp:icui18n', 2688 '../third_party/icu/icu.gyp:icui18n',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 ], 3156 ],
3157 'sources': [ 3157 'sources': [
3158 '<@(chrome_browser_ui_non_mobile_sources)', 3158 '<@(chrome_browser_ui_non_mobile_sources)',
3159 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3159 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3160 ], 3160 ],
3161 }], 3161 }],
3162 ], 3162 ],
3163 }, 3163 },
3164 ], 3164 ],
3165 } 3165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698