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": "0612beaf1bf21d11b1af52d4c9977caa4c641146", | 10 "dartium_chromium_commit": "0612beaf1bf21d11b1af52d4c9977caa4c641146", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 60 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
61 "test_tag": "@0.12.1", | 61 "test_tag": "@0.12.1", |
62 "unittest_tag": "@0.11.6", | 62 "unittest_tag": "@0.11.6", |
63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", | 63 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", |
64 "watcher_tag": "@0.9.5", | 64 "watcher_tag": "@0.9.5", |
65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", | 65 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", |
66 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", | 66 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", |
67 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", | 67 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", |
68 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", | 68 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", |
69 "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1", | 69 "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1", |
70 }) | |
71 | 70 |
72 # End of Dartium vars | 71 # End of Dartium vars |
73 | 72 |
74 'angle_revision': | 73 'angle_revision': |
75 '4d76061e2be5b8b005afba8e0c145592c3b04527', | 74 '4d76061e2be5b8b005afba8e0c145592c3b04527', |
76 'boringssl_revision': | 75 'boringssl_revision': |
77 '6d49157929abdefb155daf2751dc03fd9eb4240c', | 76 '6d49157929abdefb155daf2751dc03fd9eb4240c', |
78 'buildspec_platforms': | 77 'buildspec_platforms': |
79 'chromeos,', | 78 'chromeos,', |
80 'buildtools_revision': | 79 'buildtools_revision': |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 'native_client_sdk', | 943 'native_client_sdk', |
945 'out', | 944 'out', |
946 'sdch', | 945 'sdch', |
947 'skia', | 946 'skia', |
948 'testing', | 947 'testing', |
949 'v8', | 948 'v8', |
950 'win8' | 949 'win8' |
951 ] | 950 ] |
952 | 951 |
953 # END OF IMPORTED CHROMIUM DEPS | 952 # END OF IMPORTED CHROMIUM DEPS |
OLD | NEW |