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

Side by Side Diff: base/BUILD.gn

Issue 2667553002: Move API for field trial params to base from variations. (Closed)
Patch Set: Created 3 years, 10 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/metrics/field_trial_params.h » ('j') | no next file with comments »
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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "message_loop/message_pump_mac.mm", 554 "message_loop/message_pump_mac.mm",
555 "message_loop/message_pump_win.cc", 555 "message_loop/message_pump_win.cc",
556 "message_loop/message_pump_win.h", 556 "message_loop/message_pump_win.h",
557 "message_loop/timer_slack.h", 557 "message_loop/timer_slack.h",
558 "metrics/bucket_ranges.cc", 558 "metrics/bucket_ranges.cc",
559 "metrics/bucket_ranges.h", 559 "metrics/bucket_ranges.h",
560 "metrics/field_trial.cc", 560 "metrics/field_trial.cc",
561 "metrics/field_trial.h", 561 "metrics/field_trial.h",
562 "metrics/field_trial_param_associator.cc", 562 "metrics/field_trial_param_associator.cc",
563 "metrics/field_trial_param_associator.h", 563 "metrics/field_trial_param_associator.h",
564 "metrics/field_trial_params.cc",
565 "metrics/field_trial_params.h",
564 "metrics/histogram.cc", 566 "metrics/histogram.cc",
565 "metrics/histogram.h", 567 "metrics/histogram.h",
566 "metrics/histogram_base.cc", 568 "metrics/histogram_base.cc",
567 "metrics/histogram_base.h", 569 "metrics/histogram_base.h",
568 "metrics/histogram_delta_serialization.cc", 570 "metrics/histogram_delta_serialization.cc",
569 "metrics/histogram_delta_serialization.h", 571 "metrics/histogram_delta_serialization.h",
570 "metrics/histogram_flattener.h", 572 "metrics/histogram_flattener.h",
571 "metrics/histogram_functions.cc", 573 "metrics/histogram_functions.cc",
572 "metrics/histogram_functions.h", 574 "metrics/histogram_functions.h",
573 "metrics/histogram_macros.h", 575 "metrics/histogram_macros.h",
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 "memory/shared_memory_mac_unittest.cc", 1946 "memory/shared_memory_mac_unittest.cc",
1945 "memory/shared_memory_unittest.cc", 1947 "memory/shared_memory_unittest.cc",
1946 "memory/shared_memory_win_unittest.cc", 1948 "memory/shared_memory_win_unittest.cc",
1947 "memory/singleton_unittest.cc", 1949 "memory/singleton_unittest.cc",
1948 "memory/weak_ptr_unittest.cc", 1950 "memory/weak_ptr_unittest.cc",
1949 "message_loop/message_loop_task_runner_unittest.cc", 1951 "message_loop/message_loop_task_runner_unittest.cc",
1950 "message_loop/message_loop_unittest.cc", 1952 "message_loop/message_loop_unittest.cc",
1951 "message_loop/message_pump_glib_unittest.cc", 1953 "message_loop/message_pump_glib_unittest.cc",
1952 "message_loop/message_pump_io_ios_unittest.cc", 1954 "message_loop/message_pump_io_ios_unittest.cc",
1953 "metrics/bucket_ranges_unittest.cc", 1955 "metrics/bucket_ranges_unittest.cc",
1956 "metrics/field_trial_params_unittest.cc",
1954 "metrics/field_trial_unittest.cc", 1957 "metrics/field_trial_unittest.cc",
1955 "metrics/histogram_base_unittest.cc", 1958 "metrics/histogram_base_unittest.cc",
1956 "metrics/histogram_delta_serialization_unittest.cc", 1959 "metrics/histogram_delta_serialization_unittest.cc",
1957 "metrics/histogram_functions_unittest.cc", 1960 "metrics/histogram_functions_unittest.cc",
1958 "metrics/histogram_macros_unittest.cc", 1961 "metrics/histogram_macros_unittest.cc",
1959 "metrics/histogram_snapshot_manager_unittest.cc", 1962 "metrics/histogram_snapshot_manager_unittest.cc",
1960 "metrics/histogram_unittest.cc", 1963 "metrics/histogram_unittest.cc",
1961 "metrics/metrics_hashes_unittest.cc", 1964 "metrics/metrics_hashes_unittest.cc",
1962 "metrics/persistent_histogram_allocator_unittest.cc", 1965 "metrics/persistent_histogram_allocator_unittest.cc",
1963 "metrics/persistent_memory_allocator_unittest.cc", 1966 "metrics/persistent_memory_allocator_unittest.cc",
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 } 2592 }
2590 2593
2591 fuzzer_test("base_json_correctness_fuzzer") { 2594 fuzzer_test("base_json_correctness_fuzzer") {
2592 sources = [ 2595 sources = [
2593 "json/correctness_fuzzer.cc", 2596 "json/correctness_fuzzer.cc",
2594 ] 2597 ]
2595 deps = [ 2598 deps = [
2596 ":base", 2599 ":base",
2597 ] 2600 ]
2598 } 2601 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/field_trial_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698