Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DEPS « inspector « src « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8624d47bf44aa4abd465e5a08d1a65f656eec7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "-src",
  "-include/v8-debug.h",
  "+src/base/atomicops.h",
  "+src/base/compiler-specific.h",
  "+src/base/macros.h",
  "+src/base/logging.h",
  "+src/base/platform/platform.h",
  "+src/base/platform/mutex.h",
  "+src/conversions.h",
  "+src/flags.h",
  "+src/v8memory.h",
  "+src/unicode-cache.h",
  "+src/inspector",
  "+src/tracing",
  "+src/debug/debug-interface.h",
  "+src/debug/interface-types.h",
]