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

Side by Side Diff: base/BUILD.gn

Issue 1425533011: Support "shared" histograms between processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shmem-alloc
Patch Set: fixed compile problems on non-Windows builds Created 4 years, 11 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 | « no previous file | base/base.gypi » ('j') | base/metrics/histogram_delta_serialization.h » ('J')
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "metrics/field_trial.cc", 494 "metrics/field_trial.cc",
495 "metrics/field_trial.h", 495 "metrics/field_trial.h",
496 "metrics/histogram.cc", 496 "metrics/histogram.cc",
497 "metrics/histogram.h", 497 "metrics/histogram.h",
498 "metrics/histogram_base.cc", 498 "metrics/histogram_base.cc",
499 "metrics/histogram_base.h", 499 "metrics/histogram_base.h",
500 "metrics/histogram_delta_serialization.cc", 500 "metrics/histogram_delta_serialization.cc",
501 "metrics/histogram_delta_serialization.h", 501 "metrics/histogram_delta_serialization.h",
502 "metrics/histogram_flattener.h", 502 "metrics/histogram_flattener.h",
503 "metrics/histogram_macros.h", 503 "metrics/histogram_macros.h",
504 "metrics/histogram_persistence.cc",
505 "metrics/histogram_persistence.h",
504 "metrics/histogram_samples.cc", 506 "metrics/histogram_samples.cc",
505 "metrics/histogram_samples.h", 507 "metrics/histogram_samples.h",
506 "metrics/histogram_snapshot_manager.cc", 508 "metrics/histogram_snapshot_manager.cc",
507 "metrics/histogram_snapshot_manager.h", 509 "metrics/histogram_snapshot_manager.h",
508 "metrics/metrics_hashes.cc", 510 "metrics/metrics_hashes.cc",
509 "metrics/metrics_hashes.h", 511 "metrics/metrics_hashes.h",
510 "metrics/persistent_memory_allocator.cc", 512 "metrics/persistent_memory_allocator.cc",
511 "metrics/persistent_memory_allocator.h", 513 "metrics/persistent_memory_allocator.h",
512 "metrics/sample_map.cc", 514 "metrics/sample_map.cc",
513 "metrics/sample_map.h", 515 "metrics/sample_map.h",
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 2149
2148 # GYP: //base.gyp:base_java_unittest_support 2150 # GYP: //base.gyp:base_java_unittest_support
2149 android_library("base_java_unittest_support") { 2151 android_library("base_java_unittest_support") {
2150 deps = [ 2152 deps = [
2151 ":base_java", 2153 ":base_java",
2152 ] 2154 ]
2153 java_files = 2155 java_files =
2154 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2156 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2155 } 2157 }
2156 } 2158 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/metrics/histogram_delta_serialization.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698