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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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/chrome_browser.gypi ('k') | chrome/chrome_common.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 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 'common_net', 2740 'common_net',
2741 'encrypted_cert_logger_proto', 2741 'encrypted_cert_logger_proto',
2742 '../components/components.gyp:auto_login_parser', 2742 '../components/components.gyp:auto_login_parser',
2743 '../components/components.gyp:device_event_log_component', 2743 '../components/components.gyp:device_event_log_component',
2744 '../components/components.gyp:dom_distiller_core', 2744 '../components/components.gyp:dom_distiller_core',
2745 '../components/components.gyp:dom_distiller_webui', 2745 '../components/components.gyp:dom_distiller_webui',
2746 '../components/components.gyp:invalidation_impl', 2746 '../components/components.gyp:invalidation_impl',
2747 '../components/components.gyp:omnibox_common', 2747 '../components/components.gyp:omnibox_common',
2748 '../components/components.gyp:onc_component', 2748 '../components/components.gyp:onc_component',
2749 '../components/components.gyp:password_manager_core_browser', 2749 '../components/components.gyp:password_manager_core_browser',
2750 '../components/components.gyp:secure_display',
2751 '../components/components.gyp:sync_driver', 2750 '../components/components.gyp:sync_driver',
2752 '../components/components.gyp:toolbar', 2751 '../components/components.gyp:toolbar',
2753 '../components/components.gyp:ui_zoom', 2752 '../components/components.gyp:ui_zoom',
2754 '../components/components.gyp:update_client', 2753 '../components/components.gyp:update_client',
2755 '../components/components_resources.gyp:components_resources', 2754 '../components/components_resources.gyp:components_resources',
2756 '../components/components_strings.gyp:components_strings', 2755 '../components/components_strings.gyp:components_strings',
2756 '../components/url_formatter/url_formatter.gyp:url_formatter',
2757 '../content/content.gyp:content_browser', 2757 '../content/content.gyp:content_browser',
2758 '../content/content.gyp:content_common', 2758 '../content/content.gyp:content_common',
2759 '../crypto/crypto.gyp:crypto', 2759 '../crypto/crypto.gyp:crypto',
2760 '../skia/skia.gyp:skia', 2760 '../skia/skia.gyp:skia',
2761 '../sync/sync.gyp:sync', 2761 '../sync/sync.gyp:sync',
2762 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2762 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2763 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2763 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2764 '../third_party/icu/icu.gyp:icui18n', 2764 '../third_party/icu/icu.gyp:icui18n',
2765 '../third_party/icu/icu.gyp:icuuc', 2765 '../third_party/icu/icu.gyp:icuuc',
2766 '../third_party/zlib/zlib.gyp:zlib', 2766 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 30 matching lines...) Expand all
2797 '<@(chrome_browser_ui_non_ios_sources)', 2797 '<@(chrome_browser_ui_non_ios_sources)',
2798 '<@(chrome_browser_ui_toolbar_model_sources)', 2798 '<@(chrome_browser_ui_toolbar_model_sources)',
2799 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2799 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2800 ], 2800 ],
2801 'dependencies': [ 2801 'dependencies': [
2802 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2802 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2803 'debugger', 2803 'debugger',
2804 'installer_util', 2804 'installer_util',
2805 '../components/components.gyp:app_modal', 2805 '../components/components.gyp:app_modal',
2806 '../components/components.gyp:autofill_content_risk_proto', 2806 '../components/components.gyp:autofill_content_risk_proto',
2807 '../components/components.gyp:secure_display',
2808 '../components/components.gyp:translate_content_common', 2807 '../components/components.gyp:translate_content_common',
2809 '../content/app/resources/content_resources.gyp:content_resources', 2808 '../content/app/resources/content_resources.gyp:content_resources',
2810 '../media/media.gyp:media', 2809 '../media/media.gyp:media',
2811 '../net/net.gyp:net_with_v8', 2810 '../net/net.gyp:net_with_v8',
2812 '../storage/storage_browser.gyp:storage', 2811 '../storage/storage_browser.gyp:storage',
2813 '../storage/storage_common.gyp:storage_common', 2812 '../storage/storage_common.gyp:storage_common',
2814 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2813 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2815 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2814 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2816 '../third_party/re2/re2.gyp:re2', 2815 '../third_party/re2/re2.gyp:re2',
2817 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2816 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3205 ], 3204 ],
3206 'sources': [ 3205 'sources': [
3207 '<@(chrome_browser_ui_non_mobile_sources)', 3206 '<@(chrome_browser_ui_non_mobile_sources)',
3208 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3207 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3209 ], 3208 ],
3210 }], 3209 }],
3211 ], 3210 ],
3212 }, 3211 },
3213 ], 3212 ],
3214 } 3213 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698