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

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: Fix Android checkdeps 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
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 'common_net', 2738 'common_net',
2739 'encrypted_cert_logger_proto', 2739 'encrypted_cert_logger_proto',
2740 '../components/components.gyp:auto_login_parser', 2740 '../components/components.gyp:auto_login_parser',
2741 '../components/components.gyp:device_event_log_component', 2741 '../components/components.gyp:device_event_log_component',
2742 '../components/components.gyp:dom_distiller_core', 2742 '../components/components.gyp:dom_distiller_core',
2743 '../components/components.gyp:dom_distiller_webui', 2743 '../components/components.gyp:dom_distiller_webui',
2744 '../components/components.gyp:invalidation_impl', 2744 '../components/components.gyp:invalidation_impl',
2745 '../components/components.gyp:omnibox_common', 2745 '../components/components.gyp:omnibox_common',
2746 '../components/components.gyp:onc_component', 2746 '../components/components.gyp:onc_component',
2747 '../components/components.gyp:password_manager_core_browser', 2747 '../components/components.gyp:password_manager_core_browser',
2748 '../components/components.gyp:secure_display',
2749 '../components/components.gyp:sync_driver', 2748 '../components/components.gyp:sync_driver',
2750 '../components/components.gyp:toolbar', 2749 '../components/components.gyp:toolbar',
2751 '../components/components.gyp:ui_zoom', 2750 '../components/components.gyp:ui_zoom',
2752 '../components/components.gyp:update_client', 2751 '../components/components.gyp:update_client',
2753 '../components/components_resources.gyp:components_resources', 2752 '../components/components_resources.gyp:components_resources',
2754 '../components/components_strings.gyp:components_strings', 2753 '../components/components_strings.gyp:components_strings',
2754 '../components/url_formatter/url_formatter.gyp:url_formatter',
2755 '../content/content.gyp:content_browser', 2755 '../content/content.gyp:content_browser',
2756 '../content/content.gyp:content_common', 2756 '../content/content.gyp:content_common',
2757 '../crypto/crypto.gyp:crypto', 2757 '../crypto/crypto.gyp:crypto',
2758 '../skia/skia.gyp:skia', 2758 '../skia/skia.gyp:skia',
2759 '../sync/sync.gyp:sync', 2759 '../sync/sync.gyp:sync',
2760 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2760 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2761 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2761 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2762 '../third_party/icu/icu.gyp:icui18n', 2762 '../third_party/icu/icu.gyp:icui18n',
2763 '../third_party/icu/icu.gyp:icuuc', 2763 '../third_party/icu/icu.gyp:icuuc',
2764 '../third_party/zlib/zlib.gyp:zlib', 2764 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 30 matching lines...) Expand all
2795 '<@(chrome_browser_ui_non_ios_sources)', 2795 '<@(chrome_browser_ui_non_ios_sources)',
2796 '<@(chrome_browser_ui_toolbar_model_sources)', 2796 '<@(chrome_browser_ui_toolbar_model_sources)',
2797 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2797 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2798 ], 2798 ],
2799 'dependencies': [ 2799 'dependencies': [
2800 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2800 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2801 'debugger', 2801 'debugger',
2802 'installer_util', 2802 'installer_util',
2803 '../components/components.gyp:app_modal', 2803 '../components/components.gyp:app_modal',
2804 '../components/components.gyp:autofill_content_risk_proto', 2804 '../components/components.gyp:autofill_content_risk_proto',
2805 '../components/components.gyp:secure_display',
2806 '../components/components.gyp:translate_content_common', 2805 '../components/components.gyp:translate_content_common',
2807 '../content/app/resources/content_resources.gyp:content_resources', 2806 '../content/app/resources/content_resources.gyp:content_resources',
2808 '../media/media.gyp:media', 2807 '../media/media.gyp:media',
2809 '../net/net.gyp:net_with_v8', 2808 '../net/net.gyp:net_with_v8',
2810 '../storage/storage_browser.gyp:storage', 2809 '../storage/storage_browser.gyp:storage',
2811 '../storage/storage_common.gyp:storage_common', 2810 '../storage/storage_common.gyp:storage_common',
2812 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2811 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2813 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2812 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2814 '../third_party/re2/re2.gyp:re2', 2813 '../third_party/re2/re2.gyp:re2',
2815 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2814 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 ], 3202 ],
3204 'sources': [ 3203 'sources': [
3205 '<@(chrome_browser_ui_non_mobile_sources)', 3204 '<@(chrome_browser_ui_non_mobile_sources)',
3206 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3205 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3207 ], 3206 ],
3208 }], 3207 }],
3209 ], 3208 ],
3210 }, 3209 },
3211 ], 3210 ],
3212 } 3211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698