summaryrefslogtreecommitdiff
path: root/deps/v8/tools/gcmole/testdata/v8/BUILD.gn
blob: d994175d40f9476698a1e7a854a9dc2379cba7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 2022 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Test data for gcmole.

some_sources = [
  ### gcmole(all) ###
  "file1.cc",
  "file1.h",
  "file2.cc",
]

other_sources = [
  ### gcmole(x64) ###
  "x64/file1.cc",
  "x64/file1.h",
  "x64/file2.cc",
]

yet_more_sources = [
  ### gcmole(all) ###
  "file3.cc",

  # Some other comment.
  "file4.cc",
  "file4.h",
]

the_last_sources = [
  ### gcmole(arm) ###
  "arm/file1.cc",
  "arm/file1.h",
  "arm/file2.cc",
]