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

Side by Side Diff: base/BUILD.gn

Issue 2494943005: [ash-md] Added a delay between system menu default/detailed view transitions. (Closed)
Patch Set: Addressed danakj@ comments. 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
« no previous file with comments | « ash/common/system/tray/tray_details_view_unittest.cc ('k') | base/test/BUILD.gn » ('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 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 "task_scheduler/sequence_unittest.cc", 1958 "task_scheduler/sequence_unittest.cc",
1959 "task_scheduler/task_scheduler_impl_unittest.cc", 1959 "task_scheduler/task_scheduler_impl_unittest.cc",
1960 "task_scheduler/task_tracker_posix_unittest.cc", 1960 "task_scheduler/task_tracker_posix_unittest.cc",
1961 "task_scheduler/task_tracker_unittest.cc", 1961 "task_scheduler/task_tracker_unittest.cc",
1962 "task_scheduler/task_unittest.cc", 1962 "task_scheduler/task_unittest.cc",
1963 "task_scheduler/test_task_factory.cc", 1963 "task_scheduler/test_task_factory.cc",
1964 "task_scheduler/test_task_factory.h", 1964 "task_scheduler/test_task_factory.h",
1965 "task_scheduler/test_utils.h", 1965 "task_scheduler/test_utils.h",
1966 "template_util_unittest.cc", 1966 "template_util_unittest.cc",
1967 "test/histogram_tester_unittest.cc", 1967 "test/histogram_tester_unittest.cc",
1968 "test/scoped_mock_time_message_loop_task_runner_unittest.cc",
1968 "test/test_pending_task_unittest.cc", 1969 "test/test_pending_task_unittest.cc",
1969 "test/test_reg_util_win_unittest.cc", 1970 "test/test_reg_util_win_unittest.cc",
1970 "test/trace_event_analyzer_unittest.cc", 1971 "test/trace_event_analyzer_unittest.cc",
1971 "test/user_action_tester_unittest.cc", 1972 "test/user_action_tester_unittest.cc",
1972 "threading/non_thread_safe_unittest.cc", 1973 "threading/non_thread_safe_unittest.cc",
1973 "threading/platform_thread_unittest.cc", 1974 "threading/platform_thread_unittest.cc",
1974 "threading/post_task_and_reply_impl_unittest.cc", 1975 "threading/post_task_and_reply_impl_unittest.cc",
1975 "threading/sequenced_task_runner_handle_unittest.cc", 1976 "threading/sequenced_task_runner_handle_unittest.cc",
1976 "threading/sequenced_worker_pool_unittest.cc", 1977 "threading/sequenced_worker_pool_unittest.cc",
1977 "threading/simple_thread_unittest.cc", 1978 "threading/simple_thread_unittest.cc",
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 } 2494 }
2494 2495
2495 fuzzer_test("base_json_correctness_fuzzer") { 2496 fuzzer_test("base_json_correctness_fuzzer") {
2496 sources = [ 2497 sources = [
2497 "json/correctness_fuzzer.cc", 2498 "json/correctness_fuzzer.cc",
2498 ] 2499 ]
2499 deps = [ 2500 deps = [
2500 ":base", 2501 ":base",
2501 ] 2502 ]
2502 } 2503 }
OLDNEW
« no previous file with comments | « ash/common/system/tray/tray_details_view_unittest.cc ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698