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

Side by Side Diff: components/components.gyp

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights 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
« no previous file with comments | « components/BUILD.gn ('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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'omnibox.gypi', 48 'omnibox.gypi',
49 'onc.gypi', 49 'onc.gypi',
50 'os_crypt.gypi', 50 'os_crypt.gypi',
51 'ownership.gypi', 51 'ownership.gypi',
52 'packed_ct_ev_whitelist.gypi', 52 'packed_ct_ev_whitelist.gypi',
53 'password_manager.gypi', 53 'password_manager.gypi',
54 'plugins.gypi', 54 'plugins.gypi',
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 'query_parser.gypi', 59 'query_parser.gypi',
59 'rappor.gypi', 60 'rappor.gypi',
60 'renderer_context_menu.gypi', 61 'renderer_context_menu.gypi',
61 'search.gypi', 62 'search.gypi',
62 'search_engines.gypi', 63 'search_engines.gypi',
63 'search_provider_logos.gypi', 64 'search_provider_logos.gypi',
64 'sessions.gypi', 65 'sessions.gypi',
65 'signin.gypi', 66 'signin.gypi',
66 'startup_metric_utils.gypi', 67 'startup_metric_utils.gypi',
67 'suggestions.gypi', 68 'suggestions.gypi',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 }], 159 }],
159 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps 160 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps
160 # in components/apps. 161 # in components/apps.
161 ['enable_extensions == 1 and chromeos == 1', { 162 ['enable_extensions == 1 and chromeos == 1', {
162 'includes': [ 163 'includes': [
163 'chrome_apps.gypi', 164 'chrome_apps.gypi',
164 ], 165 ],
165 }], 166 }],
166 ], 167 ],
167 } 168 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698