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

Side by Side Diff: base/BUILD.gn

Issue 2333253002: flat containers prototype (Closed)
Patch Set: using flat maps/sets to optimise Created 4 years, 3 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
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "callback.h", 244 "callback.h",
245 "callback_helpers.cc", 245 "callback_helpers.cc",
246 "callback_helpers.h", 246 "callback_helpers.h",
247 "callback_internal.cc", 247 "callback_internal.cc",
248 "callback_internal.h", 248 "callback_internal.h",
249 "cancelable_callback.h", 249 "cancelable_callback.h",
250 "command_line.cc", 250 "command_line.cc",
251 "command_line.h", 251 "command_line.h",
252 "compiler_specific.h", 252 "compiler_specific.h",
253 "containers/adapters.h", 253 "containers/adapters.h",
254 "containers/flat_map.h",
255 "containers/flat_set.h",
256 "containers/flat_sorted_container_base.h",
254 "containers/hash_tables.h", 257 "containers/hash_tables.h",
255 "containers/linked_list.h", 258 "containers/linked_list.h",
256 "containers/mru_cache.h", 259 "containers/mru_cache.h",
257 "containers/scoped_ptr_hash_map.h", 260 "containers/scoped_ptr_hash_map.h",
258 "containers/small_map.h", 261 "containers/small_map.h",
259 "containers/stack_container.h", 262 "containers/stack_container.h",
260 "cpu.cc", 263 "cpu.cc",
261 "cpu.h", 264 "cpu.h",
262 "critical_closure.h", 265 "critical_closure.h",
263 "critical_closure_internal_ios.mm", 266 "critical_closure_internal_ios.mm",
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 "bind_unittest.cc", 1754 "bind_unittest.cc",
1752 "bit_cast_unittest.cc", 1755 "bit_cast_unittest.cc",
1753 "bits_unittest.cc", 1756 "bits_unittest.cc",
1754 "build_time_unittest.cc", 1757 "build_time_unittest.cc",
1755 "callback_helpers_unittest.cc", 1758 "callback_helpers_unittest.cc",
1756 "callback_list_unittest.cc", 1759 "callback_list_unittest.cc",
1757 "callback_unittest.cc", 1760 "callback_unittest.cc",
1758 "cancelable_callback_unittest.cc", 1761 "cancelable_callback_unittest.cc",
1759 "command_line_unittest.cc", 1762 "command_line_unittest.cc",
1760 "containers/adapters_unittest.cc", 1763 "containers/adapters_unittest.cc",
1764 "containers/flat_sorted_containers_unittest.cc",
1761 "containers/hash_tables_unittest.cc", 1765 "containers/hash_tables_unittest.cc",
1762 "containers/linked_list_unittest.cc", 1766 "containers/linked_list_unittest.cc",
1763 "containers/mru_cache_unittest.cc", 1767 "containers/mru_cache_unittest.cc",
1764 "containers/scoped_ptr_hash_map_unittest.cc", 1768 "containers/scoped_ptr_hash_map_unittest.cc",
1765 "containers/small_map_unittest.cc", 1769 "containers/small_map_unittest.cc",
1766 "containers/stack_container_unittest.cc", 1770 "containers/stack_container_unittest.cc",
1767 "cpu_unittest.cc", 1771 "cpu_unittest.cc",
1768 "debug/activity_analyzer_unittest.cc", 1772 "debug/activity_analyzer_unittest.cc",
1769 "debug/activity_tracker_unittest.cc", 1773 "debug/activity_tracker_unittest.cc",
1770 "debug/crash_logging_unittest.cc", 1774 "debug/crash_logging_unittest.cc",
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2444 testonly = true 2448 testonly = true
2445 deps = [ 2449 deps = [
2446 ":base_java", 2450 ":base_java",
2447 ] 2451 ]
2448 java_files = [ 2452 java_files = [
2449 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2453 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2450 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2454 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2451 ] 2455 ]
2452 } 2456 }
2453 } 2457 }
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