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

Side by Side Diff: base/BUILD.gn

Issue 1702813002: Task Scheduler [1/8] Task Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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/base.gypi » ('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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 #"sys_info_openbsd.cc", # Unused in Chromium build. 748 #"sys_info_openbsd.cc", # Unused in Chromium build.
749 "sys_info_posix.cc", 749 "sys_info_posix.cc",
750 "sys_info_win.cc", 750 "sys_info_win.cc",
751 "system_monitor/system_monitor.cc", 751 "system_monitor/system_monitor.cc",
752 "system_monitor/system_monitor.h", 752 "system_monitor/system_monitor.h",
753 "task/cancelable_task_tracker.cc", 753 "task/cancelable_task_tracker.cc",
754 "task/cancelable_task_tracker.h", 754 "task/cancelable_task_tracker.h",
755 "task_runner.cc", 755 "task_runner.cc",
756 "task_runner.h", 756 "task_runner.h",
757 "task_runner_util.h", 757 "task_runner_util.h",
758 "task_scheduler/task_traits.cc",
759 "task_scheduler/task_traits.h",
758 "template_util.h", 760 "template_util.h",
759 "third_party/dmg_fp/dmg_fp.h", 761 "third_party/dmg_fp/dmg_fp.h",
760 "third_party/dmg_fp/dtoa_wrapper.cc", 762 "third_party/dmg_fp/dtoa_wrapper.cc",
761 "third_party/dmg_fp/g_fmt.cc", 763 "third_party/dmg_fp/g_fmt.cc",
762 "third_party/icu/icu_utf.cc", 764 "third_party/icu/icu_utf.cc",
763 "third_party/icu/icu_utf.h", 765 "third_party/icu/icu_utf.h",
764 "third_party/nspr/prtime.cc", 766 "third_party/nspr/prtime.cc",
765 "third_party/nspr/prtime.h", 767 "third_party/nspr/prtime.h",
766 "third_party/superfasthash/superfasthash.c", 768 "third_party/superfasthash/superfasthash.c",
767 "thread_task_runner_handle.cc", 769 "thread_task_runner_handle.cc",
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 2090
2089 # GYP: //base.gyp:base_java_unittest_support 2091 # GYP: //base.gyp:base_java_unittest_support
2090 android_library("base_java_unittest_support") { 2092 android_library("base_java_unittest_support") {
2091 deps = [ 2093 deps = [
2092 ":base_java", 2094 ":base_java",
2093 ] 2095 ]
2094 java_files = 2096 java_files =
2095 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2097 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2096 } 2098 }
2097 } 2099 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698