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

Side by Side Diff: base/BUILD.gn

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Review, minimizing diff 2. Created 3 years, 5 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/bind_internal.h » ('j') | base/containers/README.md » ('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 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 "bind_unittest.cc", 1988 "bind_unittest.cc",
1989 "bit_cast_unittest.cc", 1989 "bit_cast_unittest.cc",
1990 "bits_unittest.cc", 1990 "bits_unittest.cc",
1991 "build_time_unittest.cc", 1991 "build_time_unittest.cc",
1992 "callback_helpers_unittest.cc", 1992 "callback_helpers_unittest.cc",
1993 "callback_list_unittest.cc", 1993 "callback_list_unittest.cc",
1994 "callback_unittest.cc", 1994 "callback_unittest.cc",
1995 "cancelable_callback_unittest.cc", 1995 "cancelable_callback_unittest.cc",
1996 "command_line_unittest.cc", 1996 "command_line_unittest.cc",
1997 "containers/adapters_unittest.cc", 1997 "containers/adapters_unittest.cc",
1998 "containers/container_test_utils.h",
1999 "containers/flat_map_unittest.cc", 1998 "containers/flat_map_unittest.cc",
2000 "containers/flat_set_unittest.cc", 1999 "containers/flat_set_unittest.cc",
2001 "containers/flat_tree_unittest.cc", 2000 "containers/flat_tree_unittest.cc",
2002 "containers/hash_tables_unittest.cc", 2001 "containers/hash_tables_unittest.cc",
2003 "containers/linked_list_unittest.cc", 2002 "containers/linked_list_unittest.cc",
2004 "containers/mru_cache_unittest.cc", 2003 "containers/mru_cache_unittest.cc",
2005 "containers/small_map_unittest.cc", 2004 "containers/small_map_unittest.cc",
2006 "containers/stack_container_unittest.cc", 2005 "containers/stack_container_unittest.cc",
2007 "cpu_unittest.cc", 2006 "cpu_unittest.cc",
2008 "debug/activity_analyzer_unittest.cc", 2007 "debug/activity_analyzer_unittest.cc",
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 } 2803 }
2805 2804
2806 fuzzer_test("base_json_correctness_fuzzer") { 2805 fuzzer_test("base_json_correctness_fuzzer") {
2807 sources = [ 2806 sources = [
2808 "json/correctness_fuzzer.cc", 2807 "json/correctness_fuzzer.cc",
2809 ] 2808 ]
2810 deps = [ 2809 deps = [
2811 ":base", 2810 ":base",
2812 ] 2811 ]
2813 } 2812 }
OLDNEW
« no previous file with comments | « no previous file | base/bind_internal.h » ('j') | base/containers/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698