| OLD | NEW |
| 1 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is | 1 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is |
| 2 # copied into this file, rather than imported, because the new DEPS syntax | 2 # copied into this file, rather than imported, because the new DEPS syntax |
| 3 # analyzer does not support the way that we import it. | 3 # analyzer does not support the way that we import it. |
| 4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS" | 4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS" |
| 5 # an exact copy of the modified DEPS.chromium in this directory. | 5 # an exact copy of the modified DEPS.chromium in this directory. |
| 6 | 6 |
| 7 vars = { | 7 vars = { |
| 8 # Start of Dartium vars | 8 # Start of Dartium vars |
| 9 | 9 |
| 10 "dartium_chromium_commit": "aa424e93dc062d902d80db3e5e28c8b309f39403", | 10 "dartium_chromium_commit": "695e5054130cb7622755ea4db50efe1821d31131", |
| 11 "chromium_base_revision": "378081", | 11 "chromium_base_revision": "378081", |
| 12 | 12 |
| 13 # We use mirrors of all github repos to guarantee reproducibility and | 13 # We use mirrors of all github repos to guarantee reproducibility and |
| 14 # consistency between what users see and what the bots see. | 14 # consistency between what users see and what the bots see. |
| 15 # We need the mirrors to not have 100+ bots pulling github constantly. | 15 # We need the mirrors to not have 100+ bots pulling github constantly. |
| 16 # We mirror our github repos on chromium git servers. | 16 # We mirror our github repos on chromium git servers. |
| 17 # DO NOT use this var if you don't see a mirror here: | 17 # DO NOT use this var if you don't see a mirror here: |
| 18 # https://chromium.googlesource.com/ | 18 # https://chromium.googlesource.com/ |
| 19 # named like: | 19 # named like: |
| 20 # external/github.com/dart-lang/NAME | 20 # external/github.com/dart-lang/NAME |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 'native_client_sdk', | 944 'native_client_sdk', |
| 945 'out', | 945 'out', |
| 946 'sdch', | 946 'sdch', |
| 947 'skia', | 947 'skia', |
| 948 'testing', | 948 'testing', |
| 949 'v8', | 949 'v8', |
| 950 'win8' | 950 'win8' |
| 951 ] | 951 ] |
| 952 | 952 |
| 953 # END OF IMPORTED CHROMIUM DEPS | 953 # END OF IMPORTED CHROMIUM DEPS |
| OLD | NEW |