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

Side by Side Diff: base/BUILD.gn

Issue 2456723004: Move VariationsParamAssociator to base (Closed)
Patch Set: Created 4 years, 1 month 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 # 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 "message_loop/message_pump_libevent.cc", 524 "message_loop/message_pump_libevent.cc",
525 "message_loop/message_pump_libevent.h", 525 "message_loop/message_pump_libevent.h",
526 "message_loop/message_pump_mac.h", 526 "message_loop/message_pump_mac.h",
527 "message_loop/message_pump_mac.mm", 527 "message_loop/message_pump_mac.mm",
528 "message_loop/message_pump_win.cc", 528 "message_loop/message_pump_win.cc",
529 "message_loop/message_pump_win.h", 529 "message_loop/message_pump_win.h",
530 "metrics/bucket_ranges.cc", 530 "metrics/bucket_ranges.cc",
531 "metrics/bucket_ranges.h", 531 "metrics/bucket_ranges.h",
532 "metrics/field_trial.cc", 532 "metrics/field_trial.cc",
533 "metrics/field_trial.h", 533 "metrics/field_trial.h",
534 "metrics/field_trial_param_associator.cc",
535 "metrics/field_trial_param_associator.h",
534 "metrics/histogram.cc", 536 "metrics/histogram.cc",
535 "metrics/histogram.h", 537 "metrics/histogram.h",
536 "metrics/histogram_base.cc", 538 "metrics/histogram_base.cc",
537 "metrics/histogram_base.h", 539 "metrics/histogram_base.h",
538 "metrics/histogram_delta_serialization.cc", 540 "metrics/histogram_delta_serialization.cc",
539 "metrics/histogram_delta_serialization.h", 541 "metrics/histogram_delta_serialization.h",
540 "metrics/histogram_flattener.h", 542 "metrics/histogram_flattener.h",
541 "metrics/histogram_macros.h", 543 "metrics/histogram_macros.h",
542 "metrics/histogram_samples.cc", 544 "metrics/histogram_samples.cc",
543 "metrics/histogram_samples.h", 545 "metrics/histogram_samples.h",
(...skipping 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 testonly = true 2447 testonly = true
2446 deps = [ 2448 deps = [
2447 ":base_java", 2449 ":base_java",
2448 ] 2450 ]
2449 java_files = [ 2451 java_files = [
2450 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2452 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2451 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2453 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2452 ] 2454 ]
2453 } 2455 }
2454 } 2456 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/field_trial_param_associator.h » ('j') | base/metrics/field_trial_param_associator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698