Upstream version 10.39.225.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     'breakpad_rev':
8          '1338',
9     'chromium_trunk':
10          'http://src.chromium.org/svn/trunk',
11     'gyp_rev':
12          '1927',
13     'tools_rev':
14          '13077',
15     'native_client_trunk':
16          'http://src.chromium.org/native_client/trunk',
17     'lcov_rev':
18          '149720',
19     'gtest_rev':
20          '643',
21     'googlecode_url':
22          'http://%s.googlecode.com/svn',
23     'lss_rev':
24          '26',
25     'chromium_git':
26          'https://chromium.googlesource.com',
27     'webkit_url':
28          'https://chromium.googlesource.com/chromium/blink.git',
29     'buildtools_revision':
30          '59b93247766e1cdac6e482637ad493df38f7aeb7',
31     'chrome_rev':
32          '275800',
33     'git_url':
34          'https://chromium.googlesource.com'
35 }
36
37 deps = {
38     'breakpad':
39         Var('git_url') + '/external/google-breakpad.git@fe34e3f9fef1eb425b25a79f0da84e2f277d433b',
40     'buildtools':
41         Var('git_url') + '/chromium/buildtools.git@59b93247766e1cdac6e482637ad493df38f7aeb7',
42     'testing/gtest':
43         Var('git_url') + '/external/googletest.git@74de57c951aedebc5dfe26a27604353432392b98',
44     'third_party':
45         Var('git_url') + '/native_client/src/third_party.git@293473a038f9e4e8239dc12856a31c2a12a5806b',
46     'third_party/lcov':
47         Var('git_url') + '/chromium/src/third_party/lcov.git@b37daf5968200da8ff520ce65c4e5bce4047dd15',
48     'third_party/lss':
49         Var('git_url') + '/external/linux-syscall-support/lss.git@2f724fced658cd6182096c615efdf3767b7c57fe',
50     'third_party/valgrind':
51         Var('git_url') + '/chromium/deps/valgrind.git@59886873b4b8258a8e0f098c23e1958e0d0c0a26',
52     'tools/clang':
53         Var('git_url') + '/chromium/src/tools/clang.git@7aa71664f527268776ce5b5bceae01a4bc6a1666',
54     'tools/gyp':
55         Var('git_url') + '/external/gyp.git@0ff4e1aa19641cda58e3ed98399e0d96e6ccd7c2',
56     'tools/valgrind':
57         Var('git_url') + '/chromium/src/tools/valgrind.git@4989a1b19c3a33c828e385d3a07e83e202e1e651',
58     'validator_snapshots':
59         Var('git_url') + '/native_client/src/validator_snapshots.git@4c1ea6b6ebe020993b0a091fd4e38a6487704b60',
60 }
61
62 deps_os = {
63     'android':
64     {
65         'third_party/android_tools':
66             Var('git_url') + '/android_tools.git@aabf2a28449fe47dedeee51d3570ff8687ff015f',
67     },
68     'unix':
69     {
70         'third_party/ragel':
71             Var('git_url') + '/native_client/deps/third_party/ragel.git@da42bb33f1b67c2d70b38ec1d2edf5263271b635',
72     },
73     'win':
74     {
75         'third_party/NSIS':
76             Var('git_url') + '/native_client/deps/third_party/NSIS.git@21b6ad22daa7bfc04b9f1c1805a34622e2607a93',
77         'third_party/gnu_binutils':
78             Var('git_url') + '/native_client/deps/third_party/gnu_binutils.git@f4003433b61b25666565690caf3d7a7a1a4ec436',
79         'third_party/mingw-w64/mingw/bin':
80             Var('git_url') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git@3cc8b140b883a9fe4986d12cfd46c16a093d3527',
81     },
82 }
83
84 include_rules = [
85     '+native_client/src/include',
86     '+gtest'
87 ]
88
89 skip_child_includes = [
90     
91 ]
92
93 hooks = [
94     {
95     'action':
96          [
97     'python',
98     'native_client/build/package_version/package_version.py',
99     'sync',
100     '--extract'
101 ],
102     'pattern':
103          '.'
104 },
105     {
106     'action':
107          [
108     'python',
109     'native_client/build/vs_toolchain.py',
110     'update'
111 ],
112     'pattern':
113          '.',
114     'name':
115          'win_toolchain'
116 },
117     {
118     'action':
119          [
120     'python',
121     'tools/clang/scripts/update.py',
122     '--if-needed'
123 ],
124     'pattern':
125          '.',
126     'name':
127          'clang'
128 },
129     {
130     'action':
131          [
132     'download_from_google_storage',
133     '--no_resume',
134     '--platform=win32',
135     '--no_auth',
136     '--bucket',
137     'chromium-gn',
138     '-s',
139     'buildtools/win/gn.exe.sha1'
140 ],
141     'pattern':
142          '.',
143     'name':
144          'gn_win'
145 },
146     {
147     'action':
148          [
149     'download_from_google_storage',
150     '--no_resume',
151     '--platform=darwin',
152     '--no_auth',
153     '--bucket',
154     'chromium-gn',
155     '-s',
156     'buildtools/mac/gn.sha1'
157 ],
158     'pattern':
159          '.',
160     'name':
161          'gn_mac'
162 },
163     {
164     'action':
165          [
166     'download_from_google_storage',
167     '--no_resume',
168     '--platform=linux*',
169     '--no_auth',
170     '--bucket',
171     'chromium-gn',
172     '-s',
173     'buildtools/linux32/gn.sha1'
174 ],
175     'pattern':
176          '.',
177     'name':
178          'gn_linux32'
179 },
180     {
181     'action':
182          [
183     'download_from_google_storage',
184     '--no_resume',
185     '--platform=linux*',
186     '--no_auth',
187     '--bucket',
188     'chromium-gn',
189     '-s',
190     'buildtools/linux64/gn.sha1'
191 ],
192     'pattern':
193          '.',
194     'name':
195          'gn_linux64'
196 },
197     {
198     'action':
199          [
200     'python',
201     'native_client/build/gyp_nacl'
202 ],
203     'pattern':
204          '.'
205 }
206 ]