summaryrefslogtreecommitdiff
path: root/etc/import/absl/algorithm/TARGETS.absl
blob: 92a6f6e2ab41fcf9c7c34f15e2f6fed5452c9f12 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{ "algorithm":
  { "type": "export"
  , "target": "algorithm (unexported)"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    , "TOOLCHAIN_CONFIG"
    ]
  }
, "algorithm (unexported)":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["algorithm"]
  , "stage": ["absl", "algorithm"]
  , "hdrs": ["algorithm.h"]
  , "deps": [["absl/base", "config"]]
  }
, "container":
  { "type": "export"
  , "target": "container (unexported)"
  , "flexible_config":
    [ "ADD_CFLAGS"
    , "ADD_CXXFLAGS"
    , "AR"
    , "ARCH"
    , "CC"
    , "CFLAGS"
    , "CXX"
    , "CXXFLAGS"
    , "DEBUG"
    , "ENV"
    , "HOST_ARCH"
    , "OS"
    , "TARGET_ARCH"
    , "TOOLCHAIN_CONFIG"
    ]
  }
, "container (unexported)":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["container"]
  , "stage": ["absl", "algorithm"]
  , "hdrs": ["container.h"]
  , "deps":
    [ "algorithm"
    , ["absl/base", "core_headers"]
    , ["absl/base", "nullability"]
    , ["absl/meta", "type_traits"]
    ]
  }
}