OLD | NEW |
1 # DEPS files look like -*- Python -*- | 1 # DEPS files look like -*- Python -*- |
2 | 2 |
3 vars = { | 3 vars = { |
4 # These two should be updated to the same revision whenever possible. | 4 # These two should be updated to the same revision whenever possible. |
5 "x86_toolchain_version": "8385", | 5 "x86_toolchain_version": "8403", |
6 "pnacl_toolchain_version": "8385", | 6 "pnacl_toolchain_version": "8385", |
7 | 7 |
8 # ARM trusted toolchain version cannot be changed for now. | 8 # ARM trusted toolchain version cannot be changed for now. |
9 "arm_trusted_toolchain_version": "7004", | 9 "arm_trusted_toolchain_version": "7004", |
10 | 10 |
11 # When possible, keep chrome_rev and chromebinaries_rev at the same | 11 # When possible, keep chrome_rev and chromebinaries_rev at the same |
12 # value. chromebinaries_rev should match LKGR so that we can download | 12 # value. chromebinaries_rev should match LKGR so that we can download |
13 # the binaries, but sometimes chrome_rev needs to be more recent to get | 13 # the binaries, but sometimes chrome_rev needs to be more recent to get |
14 # source changes when LKGR is lagging too far back. | 14 # source changes when LKGR is lagging too far back. |
15 "chromebinaries_rev": "133407", | 15 "chromebinaries_rev": "133407", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "--x86-version", Var("x86_toolchain_version"), | 120 "--x86-version", Var("x86_toolchain_version"), |
121 "--arm-trusted-version", Var("arm_trusted_toolchain_version"), | 121 "--arm-trusted-version", Var("arm_trusted_toolchain_version"), |
122 "--pnacl-version", Var("pnacl_toolchain_version"), | 122 "--pnacl-version", Var("pnacl_toolchain_version"), |
123 "--keep"], | 123 "--keep"], |
124 }, | 124 }, |
125 { | 125 { |
126 "pattern": ".", | 126 "pattern": ".", |
127 "action": ["python", "native_client/build/gyp_nacl"], | 127 "action": ["python", "native_client/build/gyp_nacl"], |
128 }, | 128 }, |
129 ] | 129 ] |
OLD | NEW |