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

Side by Side Diff: base/BUILD.gn

Issue 2333253002: flat containers prototype (Closed)
Patch Set: Fixing performance bug in insert(It, It) Created 4 years 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
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "callback.h", 248 "callback.h",
249 "callback_helpers.cc", 249 "callback_helpers.cc",
250 "callback_helpers.h", 250 "callback_helpers.h",
251 "callback_internal.cc", 251 "callback_internal.cc",
252 "callback_internal.h", 252 "callback_internal.h",
253 "cancelable_callback.h", 253 "cancelable_callback.h",
254 "command_line.cc", 254 "command_line.cc",
255 "command_line.h", 255 "command_line.h",
256 "compiler_specific.h", 256 "compiler_specific.h",
257 "containers/adapters.h", 257 "containers/adapters.h",
258 "containers/flat_map.h",
259 "containers/flat_set.h",
260 "containers/flat_sorted_container_base.h",
258 "containers/hash_tables.h", 261 "containers/hash_tables.h",
259 "containers/linked_list.h", 262 "containers/linked_list.h",
260 "containers/mru_cache.h", 263 "containers/mru_cache.h",
261 "containers/scoped_ptr_hash_map.h", 264 "containers/scoped_ptr_hash_map.h",
262 "containers/small_map.h", 265 "containers/small_map.h",
263 "containers/stack_container.h", 266 "containers/stack_container.h",
264 "cpu.cc", 267 "cpu.cc",
265 "cpu.h", 268 "cpu.h",
266 "critical_closure.h", 269 "critical_closure.h",
267 "critical_closure_internal_ios.mm", 270 "critical_closure_internal_ios.mm",
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 "bind_unittest.cc", 1795 "bind_unittest.cc",
1793 "bit_cast_unittest.cc", 1796 "bit_cast_unittest.cc",
1794 "bits_unittest.cc", 1797 "bits_unittest.cc",
1795 "build_time_unittest.cc", 1798 "build_time_unittest.cc",
1796 "callback_helpers_unittest.cc", 1799 "callback_helpers_unittest.cc",
1797 "callback_list_unittest.cc", 1800 "callback_list_unittest.cc",
1798 "callback_unittest.cc", 1801 "callback_unittest.cc",
1799 "cancelable_callback_unittest.cc", 1802 "cancelable_callback_unittest.cc",
1800 "command_line_unittest.cc", 1803 "command_line_unittest.cc",
1801 "containers/adapters_unittest.cc", 1804 "containers/adapters_unittest.cc",
1805 "containers/flat_sorted_containers_unittest.cc",
1802 "containers/hash_tables_unittest.cc", 1806 "containers/hash_tables_unittest.cc",
1803 "containers/linked_list_unittest.cc", 1807 "containers/linked_list_unittest.cc",
1804 "containers/mru_cache_unittest.cc", 1808 "containers/mru_cache_unittest.cc",
1805 "containers/scoped_ptr_hash_map_unittest.cc", 1809 "containers/scoped_ptr_hash_map_unittest.cc",
1806 "containers/small_map_unittest.cc", 1810 "containers/small_map_unittest.cc",
1807 "containers/stack_container_unittest.cc", 1811 "containers/stack_container_unittest.cc",
1808 "cpu_unittest.cc", 1812 "cpu_unittest.cc",
1809 "debug/activity_analyzer_unittest.cc", 1813 "debug/activity_analyzer_unittest.cc",
1810 "debug/activity_tracker_unittest.cc", 1814 "debug/activity_tracker_unittest.cc",
1811 "debug/crash_logging_unittest.cc", 1815 "debug/crash_logging_unittest.cc",
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2512 } 2516 }
2513 2517
2514 fuzzer_test("base_json_correctness_fuzzer") { 2518 fuzzer_test("base_json_correctness_fuzzer") {
2515 sources = [ 2519 sources = [
2516 "json/correctness_fuzzer.cc", 2520 "json/correctness_fuzzer.cc",
2517 ] 2521 ]
2518 deps = [ 2522 deps = [
2519 ":base", 2523 ":base",
2520 ] 2524 ]
2521 } 2525 }
OLDNEW
« no previous file with comments | « no previous file | base/containers/flat_map.h » ('j') | components/omnibox/browser/url_index_private_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698