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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1260033005: Revert of Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2746 'common_net', 2746 'common_net',
2747 'encrypted_cert_logger_proto', 2747 'encrypted_cert_logger_proto',
2748 '../components/components.gyp:auto_login_parser', 2748 '../components/components.gyp:auto_login_parser',
2749 '../components/components.gyp:device_event_log_component', 2749 '../components/components.gyp:device_event_log_component',
2750 '../components/components.gyp:dom_distiller_core', 2750 '../components/components.gyp:dom_distiller_core',
2751 '../components/components.gyp:dom_distiller_webui', 2751 '../components/components.gyp:dom_distiller_webui',
2752 '../components/components.gyp:invalidation_impl', 2752 '../components/components.gyp:invalidation_impl',
2753 '../components/components.gyp:omnibox_common', 2753 '../components/components.gyp:omnibox_common',
2754 '../components/components.gyp:onc_component', 2754 '../components/components.gyp:onc_component',
2755 '../components/components.gyp:password_manager_core_browser', 2755 '../components/components.gyp:password_manager_core_browser',
2756 '../components/components.gyp:secure_display',
2756 '../components/components.gyp:sync_driver', 2757 '../components/components.gyp:sync_driver',
2757 '../components/components.gyp:toolbar', 2758 '../components/components.gyp:toolbar',
2758 '../components/components.gyp:ui_zoom', 2759 '../components/components.gyp:ui_zoom',
2759 '../components/components.gyp:update_client', 2760 '../components/components.gyp:update_client',
2760 '../components/components_resources.gyp:components_resources', 2761 '../components/components_resources.gyp:components_resources',
2761 '../components/components_strings.gyp:components_strings', 2762 '../components/components_strings.gyp:components_strings',
2762 '../components/url_formatter/url_formatter.gyp:url_formatter',
2763 '../content/content.gyp:content_browser', 2763 '../content/content.gyp:content_browser',
2764 '../content/content.gyp:content_common', 2764 '../content/content.gyp:content_common',
2765 '../crypto/crypto.gyp:crypto', 2765 '../crypto/crypto.gyp:crypto',
2766 '../skia/skia.gyp:skia', 2766 '../skia/skia.gyp:skia',
2767 '../sync/sync.gyp:sync', 2767 '../sync/sync.gyp:sync',
2768 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2768 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2769 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 2769 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
2770 '../third_party/icu/icu.gyp:icui18n', 2770 '../third_party/icu/icu.gyp:icui18n',
2771 '../third_party/icu/icu.gyp:icuuc', 2771 '../third_party/icu/icu.gyp:icuuc',
2772 '../third_party/zlib/zlib.gyp:zlib', 2772 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 30 matching lines...) Expand all
2803 '<@(chrome_browser_ui_non_ios_sources)', 2803 '<@(chrome_browser_ui_non_ios_sources)',
2804 '<@(chrome_browser_ui_toolbar_model_sources)', 2804 '<@(chrome_browser_ui_toolbar_model_sources)',
2805 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2805 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2806 ], 2806 ],
2807 'dependencies': [ 2807 'dependencies': [
2808 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2808 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2809 'debugger', 2809 'debugger',
2810 'installer_util', 2810 'installer_util',
2811 '../components/components.gyp:app_modal', 2811 '../components/components.gyp:app_modal',
2812 '../components/components.gyp:autofill_content_risk_proto', 2812 '../components/components.gyp:autofill_content_risk_proto',
2813 '../components/components.gyp:secure_display',
2813 '../components/components.gyp:translate_content_common', 2814 '../components/components.gyp:translate_content_common',
2814 '../content/app/resources/content_resources.gyp:content_resources', 2815 '../content/app/resources/content_resources.gyp:content_resources',
2815 '../media/media.gyp:media', 2816 '../media/media.gyp:media',
2816 '../net/net.gyp:net_with_v8', 2817 '../net/net.gyp:net_with_v8',
2817 '../storage/storage_browser.gyp:storage', 2818 '../storage/storage_browser.gyp:storage',
2818 '../storage/storage_common.gyp:storage_common', 2819 '../storage/storage_common.gyp:storage_common',
2819 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2820 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2820 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2821 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2821 '../third_party/re2/re2.gyp:re2', 2822 '../third_party/re2/re2.gyp:re2',
2822 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 2823 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 ], 3211 ],
3211 'sources': [ 3212 'sources': [
3212 '<@(chrome_browser_ui_non_mobile_sources)', 3213 '<@(chrome_browser_ui_non_mobile_sources)',
3213 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3214 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3214 ], 3215 ],
3215 }], 3216 }],
3216 ], 3217 ],
3217 }, 3218 },
3218 ], 3219 ],
3219 } 3220 }
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