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

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: DetachFromThread 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
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 30 matching lines...) Expand all
41 'infobars.gypi', 41 'infobars.gypi',
42 'invalidation.gypi', 42 'invalidation.gypi',
43 'json_schema.gypi', 43 'json_schema.gypi',
44 'keyed_service.gypi', 44 'keyed_service.gypi',
45 'language_usage_metrics.gypi', 45 'language_usage_metrics.gypi',
46 'leveldb_proto.gypi', 46 'leveldb_proto.gypi',
47 'login.gypi', 47 'login.gypi',
48 'memory_pressure.gypi', 48 'memory_pressure.gypi',
49 'metrics.gypi', 49 'metrics.gypi',
50 'navigation_metrics.gypi', 50 'navigation_metrics.gypi',
51 'net_log.gypi',
51 'network_hints.gypi', 52 'network_hints.gypi',
52 'network_time.gypi', 53 'network_time.gypi',
53 'offline_pages.gypi', 54 'offline_pages.gypi',
54 'omnibox.gypi', 55 'omnibox.gypi',
55 'onc.gypi', 56 'onc.gypi',
56 'open_from_clipboard.gypi', 57 'open_from_clipboard.gypi',
57 'os_crypt.gypi', 58 'os_crypt.gypi',
58 'ownership.gypi', 59 'ownership.gypi',
59 'packed_ct_ev_whitelist.gypi', 60 'packed_ct_ev_whitelist.gypi',
60 'password_manager.gypi', 61 'password_manager.gypi',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'chrome_apps.gypi', 179 'chrome_apps.gypi',
179 ], 180 ],
180 }], 181 }],
181 ['enable_rlz_support==1', { 182 ['enable_rlz_support==1', {
182 'includes': [ 183 'includes': [
183 'rlz.gypi', 184 'rlz.gypi',
184 ], 185 ],
185 }] 186 }]
186 ], 187 ],
187 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698