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

Side by Side Diff: components/components.gyp

Issue 1412113002: Componentize MetricsServicesManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_metrics_services_manager
Patch Set: Rebase Created 5 years, 2 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'history.gypi', 43 'history.gypi',
44 'infobars.gypi', 44 'infobars.gypi',
45 'invalidation.gypi', 45 'invalidation.gypi',
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 'navigation_metrics.gypi', 54 'navigation_metrics.gypi',
54 'net_log.gypi', 55 'net_log.gypi',
55 'network_hints.gypi', 56 'network_hints.gypi',
56 'network_time.gypi', 57 'network_time.gypi',
57 'offline_pages.gypi', 58 'offline_pages.gypi',
58 'omnibox.gypi', 59 'omnibox.gypi',
59 'onc.gypi', 60 'onc.gypi',
60 'open_from_clipboard.gypi', 61 'open_from_clipboard.gypi',
61 'os_crypt.gypi', 62 'os_crypt.gypi',
62 'ownership.gypi', 63 'ownership.gypi',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'chrome_apps.gypi', 188 'chrome_apps.gypi',
188 ], 189 ],
189 }], 190 }],
190 ['enable_rlz_support==1', { 191 ['enable_rlz_support==1', {
191 'includes': [ 192 'includes': [
192 'rlz.gypi', 193 'rlz.gypi',
193 ], 194 ],
194 }] 195 }]
195 ], 196 ],
196 } 197 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698