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

Side by Side Diff: components/components.gyp

Issue 1233313005: Move elide_url to its own component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to static library Created 5 years, 5 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 (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',
65 'sessions.gypi', 66 'sessions.gypi',
66 'signin.gypi', 67 'signin.gypi',
67 'startup_metric_utils.gypi', 68 'startup_metric_utils.gypi',
68 'suggestions.gypi', 69 'suggestions.gypi',
69 'sync_driver.gypi', 70 'sync_driver.gypi',
70 'translate.gypi', 71 'translate.gypi',
71 'ui_zoom.gypi', 72 'ui_zoom.gypi',
72 'undo.gypi', 73 'undo.gypi',
73 'update_client.gypi', 74 'update_client.gypi',
74 'url_fixer.gypi', 75 'url_fixer.gypi',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'chrome_apps.gypi', 166 'chrome_apps.gypi',
166 ], 167 ],
167 }], 168 }],
168 ['enable_rlz_support==1', { 169 ['enable_rlz_support==1', {
169 'includes': [ 170 'includes': [
170 'rlz.gypi', 171 'rlz.gypi',
171 ], 172 ],
172 }] 173 }]
173 ], 174 ],
174 } 175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698