Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / .DEPS.git
1 # DO NOT EDIT EXCEPT FOR LOCAL TESTING.
2 # THIS IS A GENERATED FILE.
3 # ALL MANUAL CHANGES WILL BE OVERWRITTEN.
4 # SEE http://code.google.com/p/chromium/wiki/UsingGit
5 # FOR HOW TO ROLL DEPS
6 vars = {
7     'webkit_url':
8          'https://chromium.googlesource.com/chromium/blink.git',
9     'git_url':
10          'https://chromium.googlesource.com'
11 }
12
13 deps = {
14     'breakpad':
15         Var('git_url') + '/external/google-breakpad.git@fe34e3f9fef1eb425b25a79f0da84e2f277d433b',
16     'buildtools':
17         Var('git_url') + '/chromium/buildtools.git@59b93247766e1cdac6e482637ad493df38f7aeb7',
18     'testing/gtest':
19         Var('git_url') + '/external/googletest.git@74de57c951aedebc5dfe26a27604353432392b98',
20     'third_party':
21         Var('git_url') + '/native_client/src/third_party.git@293473a038f9e4e8239dc12856a31c2a12a5806b',
22     'third_party/lcov':
23         Var('git_url') + '/chromium/src/third_party/lcov.git@b37daf5968200da8ff520ce65c4e5bce4047dd15',
24     'third_party/lss':
25         Var('git_url') + '/external/linux-syscall-support/lss.git@2f724fced658cd6182096c615efdf3767b7c57fe',
26     'third_party/valgrind':
27         Var('git_url') + '/chromium/deps/valgrind.git@59886873b4b8258a8e0f098c23e1958e0d0c0a26',
28     'tools/clang':
29         Var('git_url') + '/chromium/src/tools/clang.git@7aa71664f527268776ce5b5bceae01a4bc6a1666',
30     'tools/gyp':
31         Var('git_url') + '/external/gyp.git@0ff4e1aa19641cda58e3ed98399e0d96e6ccd7c2',
32     'tools/valgrind':
33         Var('git_url') + '/chromium/src/tools/valgrind.git@4989a1b19c3a33c828e385d3a07e83e202e1e651',
34     'validator_snapshots':
35         Var('git_url') + '/native_client/src/validator_snapshots.git@4c1ea6b6ebe020993b0a091fd4e38a6487704b60',
36 }
37
38 deps_os = {
39     'unix':
40     {
41         'third_party/ragel':
42             Var('git_url') + '/native_client/deps/third_party/ragel.git@da42bb33f1b67c2d70b38ec1d2edf5263271b635',
43     },
44     'win':
45     {
46         'third_party/NSIS':
47             Var('git_url') + '/native_client/deps/third_party/NSIS.git@21b6ad22daa7bfc04b9f1c1805a34622e2607a93',
48         'third_party/gnu_binutils':
49             Var('git_url') + '/native_client/deps/third_party/gnu_binutils.git@f4003433b61b25666565690caf3d7a7a1a4ec436',
50         'third_party/mingw-w64/mingw/bin':
51             Var('git_url') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git@3cc8b140b883a9fe4986d12cfd46c16a093d3527',
52     },
53 }
54
55 include_rules = [
56     '+native_client/src/include',
57     '+gtest'
58 ]
59
60 skip_child_includes = [
61     
62 ]
63
64 hooks = [
65     {
66     'action':
67          [
68     'python',
69     'native_client/build/package_version/package_version.py',
70     'sync',
71     '--extract'
72 ],
73     'pattern':
74          '.'
75 },
76     {
77     'action':
78          [
79     'python',
80     'native_client/build/vs_toolchain.py',
81     'update'
82 ],
83     'pattern':
84          '.',
85     'name':
86          'win_toolchain'
87 },
88     {
89     'action':
90          [
91     'python',
92     'tools/clang/scripts/update.py',
93     '--if-needed'
94 ],
95     'pattern':
96          '.',
97     'name':
98          'clang'
99 },
100     {
101     'action':
102          [
103     'download_from_google_storage',
104     '--no_resume',
105     '--platform=win32',
106     '--no_auth',
107     '--bucket',
108     'chromium-gn',
109     '-s',
110     'buildtools/win/gn.exe.sha1'
111 ],
112     'pattern':
113          '.',
114     'name':
115          'gn_win'
116 },
117     {
118     'action':
119          [
120     'download_from_google_storage',
121     '--no_resume',
122     '--platform=darwin',
123     '--no_auth',
124     '--bucket',
125     'chromium-gn',
126     '-s',
127     'buildtools/mac/gn.sha1'
128 ],
129     'pattern':
130          '.',
131     'name':
132          'gn_mac'
133 },
134     {
135     'action':
136          [
137     'download_from_google_storage',
138     '--no_resume',
139     '--platform=linux*',
140     '--no_auth',
141     '--bucket',
142     'chromium-gn',
143     '-s',
144     'buildtools/linux32/gn.sha1'
145 ],
146     'pattern':
147          '.',
148     'name':
149          'gn_linux32'
150 },
151     {
152     'action':
153          [
154     'download_from_google_storage',
155     '--no_resume',
156     '--platform=linux*',
157     '--no_auth',
158     '--bucket',
159     'chromium-gn',
160     '-s',
161     'buildtools/linux64/gn.sha1'
162 ],
163     'pattern':
164          '.',
165     'name':
166          'gn_linux64'
167 },
168     {
169     'action':
170          [
171     'python',
172     'native_client/build/gyp_nacl'
173 ],
174     'pattern':
175          '.'
176 }
177 ]