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

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: Comments from dtu. 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/perf_util.h » ('j') | base/perf_util.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'observer_list.h', 422 'observer_list.h',
423 'observer_list_threadsafe.h', 423 'observer_list_threadsafe.h',
424 'os_compat_android.cc', 424 'os_compat_android.cc',
425 'os_compat_android.h', 425 'os_compat_android.h',
426 'os_compat_nacl.cc', 426 'os_compat_nacl.cc',
427 'os_compat_nacl.h', 427 'os_compat_nacl.h',
428 'path_service.cc', 428 'path_service.cc',
429 'path_service.h', 429 'path_service.h',
430 'pending_task.cc', 430 'pending_task.cc',
431 'pending_task.h', 431 'pending_task.h',
432 'perf_util.cc',
433 'perf_util.h',
432 'pickle.cc', 434 'pickle.cc',
433 'pickle.h', 435 'pickle.h',
434 'port.h', 436 'port.h',
435 'posix/eintr_wrapper.h', 437 'posix/eintr_wrapper.h',
436 'posix/global_descriptors.cc', 438 'posix/global_descriptors.cc',
437 'posix/global_descriptors.h', 439 'posix/global_descriptors.h',
438 'posix/unix_domain_socket_linux.cc', 440 'posix/unix_domain_socket_linux.cc',
439 'posix/unix_domain_socket_linux.h', 441 'posix/unix_domain_socket_linux.h',
440 'power_monitor/power_monitor.cc', 442 'power_monitor/power_monitor.cc',
441 'power_monitor/power_monitor.h', 443 'power_monitor/power_monitor.h',
(...skipping 577 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/perf_util.h » ('j') | base/perf_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698