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

Side by Side Diff: base/BUILD.gn

Issue 2806263005: Convert the overlay scrollbar flag to use FeatureList (Closed)
Patch Set: dcheng comment addressed Created 3 years, 8 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/test/scoped_feature_list.h » ('j') | base/test/scoped_feature_list.cc » ('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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 "task_scheduler/task_tracker_posix_unittest.cc", 2114 "task_scheduler/task_tracker_posix_unittest.cc",
2115 "task_scheduler/task_tracker_unittest.cc", 2115 "task_scheduler/task_tracker_unittest.cc",
2116 "task_scheduler/task_traits_unittest.cc", 2116 "task_scheduler/task_traits_unittest.cc",
2117 "task_scheduler/task_unittest.cc", 2117 "task_scheduler/task_unittest.cc",
2118 "task_scheduler/test_task_factory.cc", 2118 "task_scheduler/test_task_factory.cc",
2119 "task_scheduler/test_task_factory.h", 2119 "task_scheduler/test_task_factory.h",
2120 "task_scheduler/test_utils.h", 2120 "task_scheduler/test_utils.h",
2121 "template_util_unittest.cc", 2121 "template_util_unittest.cc",
2122 "test/histogram_tester_unittest.cc", 2122 "test/histogram_tester_unittest.cc",
2123 "test/mock_callback_unittest.cc", 2123 "test/mock_callback_unittest.cc",
2124 "test/scoped_feature_list_unittest.cc",
2124 "test/scoped_mock_time_message_loop_task_runner_unittest.cc", 2125 "test/scoped_mock_time_message_loop_task_runner_unittest.cc",
2125 "test/scoped_task_scheduler_unittest.cc", 2126 "test/scoped_task_scheduler_unittest.cc",
2126 "test/test_pending_task_unittest.cc", 2127 "test/test_pending_task_unittest.cc",
2127 "test/test_reg_util_win_unittest.cc", 2128 "test/test_reg_util_win_unittest.cc",
2128 "test/trace_event_analyzer_unittest.cc", 2129 "test/trace_event_analyzer_unittest.cc",
2129 "test/user_action_tester_unittest.cc", 2130 "test/user_action_tester_unittest.cc",
2130 "threading/non_thread_safe_unittest.cc", 2131 "threading/non_thread_safe_unittest.cc",
2131 "threading/platform_thread_unittest.cc", 2132 "threading/platform_thread_unittest.cc",
2132 "threading/post_task_and_reply_impl_unittest.cc", 2133 "threading/post_task_and_reply_impl_unittest.cc",
2133 "threading/sequenced_task_runner_handle_unittest.cc", 2134 "threading/sequenced_task_runner_handle_unittest.cc",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
2688 } 2689 }
2689 2690
2690 fuzzer_test("base_json_correctness_fuzzer") { 2691 fuzzer_test("base_json_correctness_fuzzer") {
2691 sources = [ 2692 sources = [
2692 "json/correctness_fuzzer.cc", 2693 "json/correctness_fuzzer.cc",
2693 ] 2694 ]
2694 deps = [ 2695 deps = [
2695 ":base", 2696 ":base",
2696 ] 2697 ]
2697 } 2698 }
OLDNEW
« no previous file with comments | « no previous file | base/test/scoped_feature_list.h » ('j') | base/test/scoped_feature_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698