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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/webui/options/startup_pages_handler.cc ('k') | chrome/chrome_browser_ui.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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3170 matching lines...) Expand 10 before | Expand all | Expand 10 after
3181 '../components/components.gyp:search_provider_logos', 3181 '../components/components.gyp:search_provider_logos',
3182 '../components/components.gyp:security_interstitials_core', 3182 '../components/components.gyp:security_interstitials_core',
3183 '../components/components.gyp:suggestions', 3183 '../components/components.gyp:suggestions',
3184 '../components/components.gyp:signin_core_browser', 3184 '../components/components.gyp:signin_core_browser',
3185 '../components/components.gyp:startup_metric_utils', 3185 '../components/components.gyp:startup_metric_utils',
3186 '../components/components.gyp:sync_driver', 3186 '../components/components.gyp:sync_driver',
3187 '../components/components.gyp:translate_core_browser', 3187 '../components/components.gyp:translate_core_browser',
3188 '../components/components.gyp:translate_core_common', 3188 '../components/components.gyp:translate_core_common',
3189 '../components/components.gyp:update_client', 3189 '../components/components.gyp:update_client',
3190 '../components/components.gyp:undo_component', 3190 '../components/components.gyp:undo_component',
3191 '../components/components.gyp:url_fixer',
3192 '../components/components.gyp:user_prefs', 3191 '../components/components.gyp:user_prefs',
3193 '../components/components.gyp:wallpaper', 3192 '../components/components.gyp:wallpaper',
3194 '../components/components_strings.gyp:components_strings', 3193 '../components/components_strings.gyp:components_strings',
3195 # This depends directly on the variations target, rather than just 3194 # This depends directly on the variations target, rather than just
3196 # transitively via the common target because the proto sources need to 3195 # transitively via the common target because the proto sources need to
3197 # be generated before code in this target can start building. 3196 # be generated before code in this target can start building.
3198 '../components/components.gyp:variations', 3197 '../components/components.gyp:variations',
3199 '../components/components.gyp:variations_http_provider', 3198 '../components/components.gyp:variations_http_provider',
3200 '../components/components.gyp:webdata_common', 3199 '../components/components.gyp:webdata_common',
3201 '../components/components.gyp:webdata_services', 3200 '../components/components.gyp:webdata_services',
3202 '../components/mime_util/mime_util.gyp:mime_util', 3201 '../components/mime_util/mime_util.gyp:mime_util',
3202 '../components/url_formatter/url_formatter.gyp:url_formatter',
3203 '../content/content.gyp:content_browser', 3203 '../content/content.gyp:content_browser',
3204 '../content/content.gyp:content_common', 3204 '../content/content.gyp:content_common',
3205 '../courgette/courgette.gyp:courgette_lib', 3205 '../courgette/courgette.gyp:courgette_lib',
3206 '../crypto/crypto.gyp:crypto', 3206 '../crypto/crypto.gyp:crypto',
3207 '../google_apis/google_apis.gyp:google_apis', 3207 '../google_apis/google_apis.gyp:google_apis',
3208 '../skia/skia.gyp:skia', 3208 '../skia/skia.gyp:skia',
3209 '../sql/sql.gyp:sql', 3209 '../sql/sql.gyp:sql',
3210 '../sync/sync.gyp:sync', 3210 '../sync/sync.gyp:sync',
3211 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 3211 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
3212 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 3212 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
4111 '../components/components.gyp:omnibox_browser', 4111 '../components/components.gyp:omnibox_browser',
4112 '../components/components.gyp:rlz', 4112 '../components/components.gyp:rlz',
4113 '../components/components.gyp:search_engines', 4113 '../components/components.gyp:search_engines',
4114 '../rlz/rlz.gyp:rlz_lib', 4114 '../rlz/rlz.gyp:rlz_lib',
4115 ], 4115 ],
4116 }, 4116 },
4117 ], 4117 ],
4118 }], 4118 }],
4119 ], 4119 ],
4120 } 4120 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698