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

Side by Side Diff: components/components.gyp

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dependencies for iOS. Created 4 years, 8 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'json_schema.gypi', 46 'json_schema.gypi',
47 'keyed_service.gypi', 47 'keyed_service.gypi',
48 'language_usage_metrics.gypi', 48 'language_usage_metrics.gypi',
49 'leveldb_proto.gypi', 49 'leveldb_proto.gypi',
50 'login.gypi', 50 'login.gypi',
51 'memory_pressure.gypi', 51 'memory_pressure.gypi',
52 'metrics.gypi', 52 'metrics.gypi',
53 'metrics_services_manager.gypi', 53 'metrics_services_manager.gypi',
54 'navigation_metrics.gypi', 54 'navigation_metrics.gypi',
55 'net_log.gypi', 55 'net_log.gypi',
56 'network_session_configurator.gypi',
56 'network_time.gypi', 57 'network_time.gypi',
57 'ntp_snippets.gypi', 58 'ntp_snippets.gypi',
58 'offline_pages.gypi', 59 'offline_pages.gypi',
59 'omnibox.gypi', 60 'omnibox.gypi',
60 'onc.gypi', 61 'onc.gypi',
61 'open_from_clipboard.gypi', 62 'open_from_clipboard.gypi',
62 'os_crypt.gypi', 63 'os_crypt.gypi',
63 'ownership.gypi', 64 'ownership.gypi',
64 'password_manager.gypi', 65 'password_manager.gypi',
65 'plugins.gypi', 66 'plugins.gypi',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'rlz.gypi', 204 'rlz.gypi',
204 ], 205 ],
205 }], 206 }],
206 ['use_ash==1', { 207 ['use_ash==1', {
207 'includes': [ 208 'includes': [
208 'exo.gypi', 209 'exo.gypi',
209 ], 210 ],
210 }], 211 }],
211 ], 212 ],
212 } 213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698