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

Side by Side Diff: BUILD.gn

Issue 810683003: [base] Add iterator_range helper class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | src/base/iterator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Because standalone V8 builds are not supported, assume this is part of a 5 # Because standalone V8 builds are not supported, assume this is part of a
6 # Chromium build. 6 # Chromium build.
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 8
9 # TODO(jochen): These will need to be user-settable to support standalone V8 9 # TODO(jochen): These will need to be user-settable to support standalone V8
10 # builds. 10 # builds.
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 "src/base/bits.cc", 1255 "src/base/bits.cc",
1256 "src/base/bits.h", 1256 "src/base/bits.h",
1257 "src/base/build_config.h", 1257 "src/base/build_config.h",
1258 "src/base/cpu.cc", 1258 "src/base/cpu.cc",
1259 "src/base/cpu.h", 1259 "src/base/cpu.h",
1260 "src/base/division-by-constant.cc", 1260 "src/base/division-by-constant.cc",
1261 "src/base/division-by-constant.h", 1261 "src/base/division-by-constant.h",
1262 "src/base/flags.h", 1262 "src/base/flags.h",
1263 "src/base/functional.cc", 1263 "src/base/functional.cc",
1264 "src/base/functional.h", 1264 "src/base/functional.h",
1265 "src/base/iterator.h",
1265 "src/base/lazy-instance.h", 1266 "src/base/lazy-instance.h",
1266 "src/base/logging.cc", 1267 "src/base/logging.cc",
1267 "src/base/logging.h", 1268 "src/base/logging.h",
1268 "src/base/macros.h", 1269 "src/base/macros.h",
1269 "src/base/once.cc", 1270 "src/base/once.cc",
1270 "src/base/once.h", 1271 "src/base/once.h",
1271 "src/base/platform/elapsed-timer.h", 1272 "src/base/platform/elapsed-timer.h",
1272 "src/base/platform/time.cc", 1273 "src/base/platform/time.cc",
1273 "src/base/platform/time.h", 1274 "src/base/platform/time.h",
1274 "src/base/platform/condition-variable.cc", 1275 "src/base/platform/condition-variable.cc",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 deps = [ 1453 deps = [
1453 ":v8_base", 1454 ":v8_base",
1454 ":v8_nosnapshot", 1455 ":v8_nosnapshot",
1455 ] 1456 ]
1456 } 1457 }
1457 1458
1458 direct_dependent_configs = [ ":external_config" ] 1459 direct_dependent_configs = [ ":external_config" ]
1459 } 1460 }
1460 1461
1461 } 1462 }
OLDNEW
« no previous file with comments | « no previous file | src/base/iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698