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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_unittest.cc ('k') | chrome/chrome_tests.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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 '../components/components.gyp:device_event_log_component', 2854 '../components/components.gyp:device_event_log_component',
2855 '../components/components.gyp:dom_distiller_core', 2855 '../components/components.gyp:dom_distiller_core',
2856 '../components/components.gyp:dom_distiller_webui', 2856 '../components/components.gyp:dom_distiller_webui',
2857 '../components/components.gyp:invalidation_impl', 2857 '../components/components.gyp:invalidation_impl',
2858 '../components/components.gyp:omnibox_common', 2858 '../components/components.gyp:omnibox_common',
2859 '../components/components.gyp:onc_component', 2859 '../components/components.gyp:onc_component',
2860 '../components/components.gyp:password_manager_core_browser', 2860 '../components/components.gyp:password_manager_core_browser',
2861 '../components/components.gyp:policy', 2861 '../components/components.gyp:policy',
2862 '../components/components.gyp:sync_driver', 2862 '../components/components.gyp:sync_driver',
2863 '../components/components.gyp:toolbar', 2863 '../components/components.gyp:toolbar',
2864 '../components/components.gyp:ui_zoom',
2865 '../components/components.gyp:update_client', 2864 '../components/components.gyp:update_client',
2866 '../components/components.gyp:version_ui', 2865 '../components/components.gyp:version_ui',
2866 '../components/components.gyp:zoom',
2867 '../components/components_resources.gyp:components_resources', 2867 '../components/components_resources.gyp:components_resources',
2868 '../components/components_strings.gyp:components_strings', 2868 '../components/components_strings.gyp:components_strings',
2869 '../components/url_formatter/url_formatter.gyp:url_formatter', 2869 '../components/url_formatter/url_formatter.gyp:url_formatter',
2870 '../content/content.gyp:content_browser', 2870 '../content/content.gyp:content_browser',
2871 '../content/content.gyp:content_common', 2871 '../content/content.gyp:content_common',
2872 '../crypto/crypto.gyp:crypto', 2872 '../crypto/crypto.gyp:crypto',
2873 '../skia/skia.gyp:skia', 2873 '../skia/skia.gyp:skia',
2874 '../sync/sync.gyp:sync', 2874 '../sync/sync.gyp:sync',
2875 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2875 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2876 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2876 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 ], 3345 ],
3346 'sources': [ 3346 'sources': [
3347 '<@(chrome_browser_ui_non_mobile_sources)', 3347 '<@(chrome_browser_ui_non_mobile_sources)',
3348 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3348 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3349 ], 3349 ],
3350 }], 3350 }],
3351 ], 3351 ],
3352 }, 3352 },
3353 ], 3353 ],
3354 } 3354 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698