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

Side by Side Diff: base/BUILD.gn

Issue 1961493002: Add two missing base tests to gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | 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 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 "containers/stack_container_unittest.cc", 1712 "containers/stack_container_unittest.cc",
1713 "cpu_unittest.cc", 1713 "cpu_unittest.cc",
1714 "debug/crash_logging_unittest.cc", 1714 "debug/crash_logging_unittest.cc",
1715 "debug/debugger_unittest.cc", 1715 "debug/debugger_unittest.cc",
1716 "debug/leak_tracker_unittest.cc", 1716 "debug/leak_tracker_unittest.cc",
1717 "debug/proc_maps_linux_unittest.cc", 1717 "debug/proc_maps_linux_unittest.cc",
1718 "debug/stack_trace_unittest.cc", 1718 "debug/stack_trace_unittest.cc",
1719 "debug/task_annotator_unittest.cc", 1719 "debug/task_annotator_unittest.cc",
1720 "deferred_sequenced_task_runner_unittest.cc", 1720 "deferred_sequenced_task_runner_unittest.cc",
1721 "environment_unittest.cc", 1721 "environment_unittest.cc",
1722 "feature_list_unittest.cc",
1722 "file_version_info_unittest.cc", 1723 "file_version_info_unittest.cc",
1723 "files/dir_reader_posix_unittest.cc", 1724 "files/dir_reader_posix_unittest.cc",
1724 "files/file_locking_unittest.cc", 1725 "files/file_locking_unittest.cc",
1725 "files/file_path_unittest.cc", 1726 "files/file_path_unittest.cc",
1726 "files/file_path_watcher_unittest.cc", 1727 "files/file_path_watcher_unittest.cc",
1727 "files/file_proxy_unittest.cc", 1728 "files/file_proxy_unittest.cc",
1728 "files/file_unittest.cc", 1729 "files/file_unittest.cc",
1729 "files/file_util_proxy_unittest.cc", 1730 "files/file_util_proxy_unittest.cc",
1730 "files/file_util_unittest.cc", 1731 "files/file_util_unittest.cc",
1731 "files/important_file_writer_unittest.cc", 1732 "files/important_file_writer_unittest.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 "mac/mac_util_unittest.mm", 1766 "mac/mac_util_unittest.mm",
1766 "mac/mach_port_broker_unittest.cc", 1767 "mac/mach_port_broker_unittest.cc",
1767 "mac/objc_property_releaser_unittest.mm", 1768 "mac/objc_property_releaser_unittest.mm",
1768 "mac/scoped_nsobject_unittest.mm", 1769 "mac/scoped_nsobject_unittest.mm",
1769 "mac/scoped_objc_class_swizzler_unittest.mm", 1770 "mac/scoped_objc_class_swizzler_unittest.mm",
1770 "mac/scoped_sending_event_unittest.mm", 1771 "mac/scoped_sending_event_unittest.mm",
1771 "md5_unittest.cc", 1772 "md5_unittest.cc",
1772 "memory/aligned_memory_unittest.cc", 1773 "memory/aligned_memory_unittest.cc",
1773 "memory/discardable_shared_memory_unittest.cc", 1774 "memory/discardable_shared_memory_unittest.cc",
1774 "memory/linked_ptr_unittest.cc", 1775 "memory/linked_ptr_unittest.cc",
1776 "memory/memory_pressure_listener_unittest.cc",
1775 "memory/memory_pressure_monitor_chromeos_unittest.cc", 1777 "memory/memory_pressure_monitor_chromeos_unittest.cc",
1776 "memory/memory_pressure_monitor_win_unittest.cc", 1778 "memory/memory_pressure_monitor_win_unittest.cc",
1777 "memory/ptr_util_unittest.cc", 1779 "memory/ptr_util_unittest.cc",
1778 "memory/ref_counted_memory_unittest.cc", 1780 "memory/ref_counted_memory_unittest.cc",
1779 "memory/ref_counted_unittest.cc", 1781 "memory/ref_counted_unittest.cc",
1780 "memory/scoped_vector_unittest.cc", 1782 "memory/scoped_vector_unittest.cc",
1781 "memory/shared_memory_mac_unittest.cc", 1783 "memory/shared_memory_mac_unittest.cc",
1782 "memory/shared_memory_unittest.cc", 1784 "memory/shared_memory_unittest.cc",
1783 "memory/shared_memory_win_unittest.cc", 1785 "memory/shared_memory_win_unittest.cc",
1784 "memory/singleton_unittest.cc", 1786 "memory/singleton_unittest.cc",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 2363
2362 # GYP: //base.gyp:base_java_unittest_support 2364 # GYP: //base.gyp:base_java_unittest_support
2363 android_library("base_java_unittest_support") { 2365 android_library("base_java_unittest_support") {
2364 deps = [ 2366 deps = [
2365 ":base_java", 2367 ":base_java",
2366 ] 2368 ]
2367 java_files = 2369 java_files =
2368 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2370 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2369 } 2371 }
2370 } 2372 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698