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

Side by Side Diff: components/components.gyp

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 | « components/bookmarks/browser/bookmark_utils.cc ('k') | components/components_tests.gyp » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'policy.gypi', 55 'policy.gypi',
56 'precache.gypi', 56 'precache.gypi',
57 'pref_registry.gypi', 57 'pref_registry.gypi',
58 'proxy_config.gypi', 58 'proxy_config.gypi',
59 'query_parser.gypi', 59 'query_parser.gypi',
60 'rappor.gypi', 60 'rappor.gypi',
61 'renderer_context_menu.gypi', 61 'renderer_context_menu.gypi',
62 'search.gypi', 62 'search.gypi',
63 'search_engines.gypi', 63 'search_engines.gypi',
64 'search_provider_logos.gypi', 64 'search_provider_logos.gypi',
65 'secure_display.gypi',
66 'security_interstitials.gypi', 65 'security_interstitials.gypi',
67 'sessions.gypi', 66 'sessions.gypi',
68 'signin.gypi', 67 'signin.gypi',
69 'startup_metric_utils.gypi', 68 'startup_metric_utils.gypi',
70 'suggestions.gypi', 69 'suggestions.gypi',
71 'sync_driver.gypi', 70 'sync_driver.gypi',
72 'toolbar.gypi', 71 'toolbar.gypi',
73 'translate.gypi', 72 'translate.gypi',
74 'ui_zoom.gypi', 73 'ui_zoom.gypi',
75 'undo.gypi', 74 'undo.gypi',
76 'update_client.gypi', 75 'update_client.gypi',
77 'upload_list.gypi', 76 'upload_list.gypi',
78 'url_fixer.gypi',
79 'url_matcher.gypi', 77 'url_matcher.gypi',
80 'user_prefs.gypi', 78 'user_prefs.gypi',
81 'variations.gypi', 79 'variations.gypi',
82 'version_info.gypi', 80 'version_info.gypi',
83 'wallpaper.gypi', 81 'wallpaper.gypi',
84 'web_resource.gypi', 82 'web_resource.gypi',
85 'webdata.gypi', 83 'webdata.gypi',
86 'webdata_services.gypi', 84 'webdata_services.gypi',
87 ], 85 ],
88 'conditions': [ 86 'conditions': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'chrome_apps.gypi', 168 'chrome_apps.gypi',
171 ], 169 ],
172 }], 170 }],
173 ['enable_rlz_support==1', { 171 ['enable_rlz_support==1', {
174 'includes': [ 172 'includes': [
175 'rlz.gypi', 173 'rlz.gypi',
176 ], 174 ],
177 }] 175 }]
178 ], 176 ],
179 } 177 }
OLDNEW
« no previous file with comments | « components/bookmarks/browser/bookmark_utils.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698