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

Side by Side Diff: base/BUILD.gn

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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.gyp » ('j') | base/containers/scoped_ptr_hash_map.h » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "cancelable_callback.h", 165 "cancelable_callback.h",
166 "chromeos/memory_pressure_monitor_chromeos.cc", 166 "chromeos/memory_pressure_monitor_chromeos.cc",
167 "chromeos/memory_pressure_monitor_chromeos.h", 167 "chromeos/memory_pressure_monitor_chromeos.h",
168 "command_line.cc", 168 "command_line.cc",
169 "command_line.h", 169 "command_line.h",
170 "compiler_specific.h", 170 "compiler_specific.h",
171 "containers/adapters.h", 171 "containers/adapters.h",
172 "containers/hash_tables.h", 172 "containers/hash_tables.h",
173 "containers/linked_list.h", 173 "containers/linked_list.h",
174 "containers/mru_cache.h", 174 "containers/mru_cache.h",
175 "containers/scoped_ptr_hash_map.h",
175 "containers/small_map.h", 176 "containers/small_map.h",
176 "containers/stack_container.h", 177 "containers/stack_container.h",
177 "cpu.cc", 178 "cpu.cc",
178 "cpu.h", 179 "cpu.h",
179 "critical_closure.h", 180 "critical_closure.h",
180 "critical_closure_internal_ios.mm", 181 "critical_closure_internal_ios.mm",
181 "deferred_sequenced_task_runner.cc", 182 "deferred_sequenced_task_runner.cc",
182 "deferred_sequenced_task_runner.h", 183 "deferred_sequenced_task_runner.h",
183 "environment.cc", 184 "environment.cc",
184 "environment.h", 185 "environment.h",
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 "callback_list_unittest.nc", 1096 "callback_list_unittest.nc",
1096 "callback_unittest.cc", 1097 "callback_unittest.cc",
1097 "callback_unittest.nc", 1098 "callback_unittest.nc",
1098 "cancelable_callback_unittest.cc", 1099 "cancelable_callback_unittest.cc",
1099 "chromeos/memory_pressure_monitor_chromeos_unittest.cc", 1100 "chromeos/memory_pressure_monitor_chromeos_unittest.cc",
1100 "command_line_unittest.cc", 1101 "command_line_unittest.cc",
1101 "containers/adapters_unittest.cc", 1102 "containers/adapters_unittest.cc",
1102 "containers/hash_tables_unittest.cc", 1103 "containers/hash_tables_unittest.cc",
1103 "containers/linked_list_unittest.cc", 1104 "containers/linked_list_unittest.cc",
1104 "containers/mru_cache_unittest.cc", 1105 "containers/mru_cache_unittest.cc",
1106 "containers/scoped_ptr_hash_map_unittest.cc",
1105 "containers/small_map_unittest.cc", 1107 "containers/small_map_unittest.cc",
1106 "containers/stack_container_unittest.cc", 1108 "containers/stack_container_unittest.cc",
1107 "cpu_unittest.cc", 1109 "cpu_unittest.cc",
1108 "debug/crash_logging_unittest.cc", 1110 "debug/crash_logging_unittest.cc",
1109 "debug/debugger_unittest.cc", 1111 "debug/debugger_unittest.cc",
1110 "debug/leak_tracker_unittest.cc", 1112 "debug/leak_tracker_unittest.cc",
1111 "debug/proc_maps_linux_unittest.cc", 1113 "debug/proc_maps_linux_unittest.cc",
1112 "debug/stack_trace_unittest.cc", 1114 "debug/stack_trace_unittest.cc",
1113 "debug/task_annotator_unittest.cc", 1115 "debug/task_annotator_unittest.cc",
1114 "deferred_sequenced_task_runner_unittest.cc", 1116 "deferred_sequenced_task_runner_unittest.cc",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 1482
1481 # GYP: //base.gyp:base_java_unittest_support 1483 # GYP: //base.gyp:base_java_unittest_support
1482 android_library("base_java_unittest_support") { 1484 android_library("base_java_unittest_support") {
1483 deps = [ 1485 deps = [
1484 ":base_java", 1486 ":base_java",
1485 ] 1487 ]
1486 java_files = 1488 java_files =
1487 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1489 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1488 } 1490 }
1489 } 1491 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/containers/scoped_ptr_hash_map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698