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

Side by Side Diff: components/components.gyp

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'infobars.gypi', 42 'infobars.gypi',
43 'invalidation.gypi', 43 'invalidation.gypi',
44 'json_schema.gypi', 44 'json_schema.gypi',
45 'keyed_service.gypi', 45 'keyed_service.gypi',
46 'language_usage_metrics.gypi', 46 'language_usage_metrics.gypi',
47 'leveldb_proto.gypi', 47 'leveldb_proto.gypi',
48 'login.gypi', 48 'login.gypi',
49 'memory_pressure.gypi', 49 'memory_pressure.gypi',
50 'metrics.gypi', 50 'metrics.gypi',
51 'navigation_metrics.gypi', 51 'navigation_metrics.gypi',
52 'net_log.gypi',
52 'network_hints.gypi', 53 'network_hints.gypi',
53 'network_time.gypi', 54 'network_time.gypi',
54 'offline_pages.gypi', 55 'offline_pages.gypi',
55 'omnibox.gypi', 56 'omnibox.gypi',
56 'onc.gypi', 57 'onc.gypi',
57 'open_from_clipboard.gypi', 58 'open_from_clipboard.gypi',
58 'os_crypt.gypi', 59 'os_crypt.gypi',
59 'ownership.gypi', 60 'ownership.gypi',
60 'packed_ct_ev_whitelist.gypi', 61 'packed_ct_ev_whitelist.gypi',
61 'password_manager.gypi', 62 'password_manager.gypi',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'chrome_apps.gypi', 180 'chrome_apps.gypi',
180 ], 181 ],
181 }], 182 }],
182 ['enable_rlz_support==1', { 183 ['enable_rlz_support==1', {
183 'includes': [ 184 'includes': [
184 'rlz.gypi', 185 'rlz.gypi',
185 ], 186 ],
186 }] 187 }]
187 ], 188 ],
188 } 189 }
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