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

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: Compile fixes following rebase Created 5 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
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 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2795 '<@(chrome_browser_ui_toolbar_model_sources)', 2795 '<@(chrome_browser_ui_toolbar_model_sources)',
2796 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2796 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2797 ], 2797 ],
2798 'dependencies': [ 2798 'dependencies': [
2799 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2799 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2800 'debugger', 2800 'debugger',
2801 'installer_util', 2801 'installer_util',
2802 '../components/components.gyp:app_modal', 2802 '../components/components.gyp:app_modal',
2803 '../components/components.gyp:autofill_content_risk_proto', 2803 '../components/components.gyp:autofill_content_risk_proto',
2804 '../components/components.gyp:translate_content_common', 2804 '../components/components.gyp:translate_content_common',
2805 '../components/components.gyp:url_formatter',
2805 '../content/app/resources/content_resources.gyp:content_resources', 2806 '../content/app/resources/content_resources.gyp:content_resources',
2806 '../media/media.gyp:media', 2807 '../media/media.gyp:media',
2807 '../net/net.gyp:net_with_v8', 2808 '../net/net.gyp:net_with_v8',
2808 '../storage/storage_browser.gyp:storage', 2809 '../storage/storage_browser.gyp:storage',
2809 '../storage/storage_common.gyp:storage_common', 2810 '../storage/storage_common.gyp:storage_common',
2810 '../third_party/expat/expat.gyp:expat', 2811 '../third_party/expat/expat.gyp:expat',
2811 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2812 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2812 '../third_party/libjingle/libjingle.gyp:libjingle', 2813 '../third_party/libjingle/libjingle.gyp:libjingle',
2813 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 2814 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
2814 '../third_party/npapi/npapi.gyp:npapi', 2815 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
3191 ], 3192 ],
3192 'sources': [ 3193 'sources': [
3193 '<@(chrome_browser_ui_non_mobile_sources)', 3194 '<@(chrome_browser_ui_non_mobile_sources)',
3194 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3195 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3195 ], 3196 ],
3196 }], 3197 }],
3197 ], 3198 ],
3198 }, 3199 },
3199 ], 3200 ],
3200 } 3201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698