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

Side by Side Diff: base/base.gypi

Issue 714273004: mac: Expose keychain access frequency to Telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_keychain_sleep
Patch Set: Minor updates to base/mac/keychain_metrics.h. Created 6 years 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 | « no previous file | base/mac/keychain_metrics.h » ('j') | base/mac/keychain_metrics.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'logging_win.h', 274 'logging_win.h',
275 'mac/authorization_util.h', 275 'mac/authorization_util.h',
276 'mac/authorization_util.mm', 276 'mac/authorization_util.mm',
277 'mac/bind_objc_block.h', 277 'mac/bind_objc_block.h',
278 'mac/bundle_locations.h', 278 'mac/bundle_locations.h',
279 'mac/bundle_locations.mm', 279 'mac/bundle_locations.mm',
280 'mac/close_nocancel.cc', 280 'mac/close_nocancel.cc',
281 'mac/cocoa_protocols.h', 281 'mac/cocoa_protocols.h',
282 'mac/foundation_util.h', 282 'mac/foundation_util.h',
283 'mac/foundation_util.mm', 283 'mac/foundation_util.mm',
284 'mac/keychain_metrics.cc',
285 'mac/keychain_metrics.h',
284 'mac/launch_services_util.cc', 286 'mac/launch_services_util.cc',
285 'mac/launch_services_util.h', 287 'mac/launch_services_util.h',
286 'mac/launchd.cc', 288 'mac/launchd.cc',
287 'mac/launchd.h', 289 'mac/launchd.h',
288 'mac/libdispatch_task_runner.cc', 290 'mac/libdispatch_task_runner.cc',
289 'mac/libdispatch_task_runner.h', 291 'mac/libdispatch_task_runner.h',
290 'mac/mac_logging.h', 292 'mac/mac_logging.h',
291 'mac/mac_logging.cc', 293 'mac/mac_logging.cc',
292 'mac/mac_util.h', 294 'mac/mac_util.h',
293 'mac/mac_util.mm', 295 'mac/mac_util.mm',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'i18n/time_formatting.h', 1021 'i18n/time_formatting.h',
1020 'i18n/timezone.cc', 1022 'i18n/timezone.cc',
1021 'i18n/timezone.h', 1023 'i18n/timezone.h',
1022 'i18n/utf8_validator_tables.cc', 1024 'i18n/utf8_validator_tables.cc',
1023 'i18n/utf8_validator_tables.h', 1025 'i18n/utf8_validator_tables.h',
1024 ], 1026 ],
1025 }] 1027 }]
1026 ], 1028 ],
1027 }, 1029 },
1028 } 1030 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/keychain_metrics.h » ('j') | base/mac/keychain_metrics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698