• Home
  • Raw
  • Download

Lines Matching +full:- +full:ithird_party

5 # Use of this source code is governed by a BSD-style license that can be
16 self-sufficient and idempotent.
18 Otherwise, test all checked-in headers except for those in the ignore list.
22 '-Iinclude/core',
23 '-Iinclude/config',
24 '-Iinclude/android',
25 '-Iinclude/codec',
26 '-Iinclude/effects',
27 '-Iinclude/gpu',
28 '-Iinclude/gpu/gl',
29 '-Iinclude/pathops',
30 '-Iinclude/ports',
31 '-Iinclude/private',
32 '-Iinclude/svg',
33 '-Iinclude/third_party/vulkan',
34 '-Iinclude/utils',
35 '-Iinclude/utils/mac',
36 '-Iinclude/views',
40 '-Iinclude/core',
41 '-Iinclude/config',
42 '-Iinclude/android',
43 '-Iinclude/c',
44 '-Iinclude/codec',
45 '-Iinclude/effects',
46 '-Iinclude/gpu',
47 '-Iinclude/gpu/gl',
48 '-Iinclude/pathops',
49 '-Iinclude/ports',
50 '-Iinclude/private',
51 '-Iinclude/svg',
52 '-Iinclude/third_party/vulkan',
53 '-Iinclude/utils',
54 '-Iinclude/utils/mac',
55 '-Iinclude/views',
56 '-Isrc/codec',
57 '-Isrc/core',
58 '-Isrc/effects',
59 '-Isrc/effects/gradients',
60 '-Isrc/fonts',
61 '-Isrc/gpu',
62 '-Isrc/image',
63 '-Isrc/images',
64 '-Isrc/lazy',
65 '-Isrc/opts',
66 '-Isrc/pathops',
67 '-Isrc/ports',
68 '-Isrc/sfnt',
69 '-Isrc/shaders',
70 '-Isrc/sksl',
71 '-Isrc/utils',
72 '-Isrc/utils/win',
73 '-Isrc/xml',
74 '-Igm',
75 '-Itests',
76 '-Itools',
77 '-Itools/debugger',
78 '-Itools/flags',
79 '-Itools/gpu',
80 '-Itools/timer',
81 '-Ithird_party/etc1',
82 '-Ithird_party/externals/jsoncpp/include',
83 '-Ithird_party/externals/libjpeg-turbo',
84 '-Ithird_party/externals/sfntly/cpp/src',
85 '-Ithird_party/externals/zlib',
86 '-Ithird_party/gif',
124 # test header for self-sufficiency and idempotency.
130 cmd = ['c++', '--std=c++14'] + args + [ '-o', '/dev/null', '-c', '-x', 'c++', '-']
171 paths = [path for path in subprocess.check_output(['git', 'ls-files']).splitlines()