Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 vars = { | 5 vars = { |
| 6 # Use this googlecode_url variable only if there is an internal mirror for it. | 6 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 7 # If you do not know, use the full path while defining your new deps entry. | 7 # If you do not know, use the full path while defining your new deps entry. |
| 8 "googlecode_url": "http://%s.googlecode.com/svn", | 8 "googlecode_url": "http://%s.googlecode.com/svn", |
| 9 | 9 |
| 10 "gyp_rev": "@1752", | 10 "gyp_rev": "@1752", |
| 11 "nss_rev": "@257452", | 11 "nss_rev": "@257452", |
| 12 "co19_rev": "@738", | 12 "co19_rev": "@738", |
| 13 "chromium_url": "http://src.chromium.org/svn", | 13 "chromium_url": "http://src.chromium.org/svn", |
| 14 "chromium_git": "http://git.chromium.org/git", | 14 "chromium_git": "http://git.chromium.org/git", |
| 15 "dartium_base": "http://src.chromium.org", | |
| 16 | |
| 17 # Dartium Blink | |
| 18 "blink_bindings": "/blink/branches/dart/dartium/Source/bindings", | |
| 19 "blink_core": "/blink/branches/dart/dartium/Source/core", | |
| 20 "blink_modules": "/blink/branches/dart/dartium/Source/modules", | |
| 21 # Chromium Python libraries for Blink IDL parser from last good roll. | |
| 22 "ply_branch": "/trunk/src/third_party/ply", | |
| 23 "jinja2_branch": "/trunk/src/third_party/jinja2", | |
| 24 "idl_parser_branch": "/trunk/src/tools/idl_parser", | |
| 15 | 25 |
| 16 # Revisions of /third_party/* dependencies. | 26 # Revisions of /third_party/* dependencies. |
| 17 "7zip_rev" : "@19997", | 27 "7zip_rev" : "@19997", |
| 18 "android_adb_rev" : "@36744", | 28 "android_adb_rev" : "@36744", |
| 19 "android_content_shell_rev" : "@37275", | 29 "android_content_shell_rev" : "@37275", |
| 20 "apache_ant_rev" : "@19997", | 30 "apache_ant_rev" : "@19997", |
| 21 "apache_compress_rev" : "@19997", | 31 "apache_compress_rev" : "@19997", |
| 22 "apache_http_rev" : "@37872", | 32 "apache_http_rev" : "@37872", |
| 23 "args4j_rev" : "@19997", | 33 "args4j_rev" : "@19997", |
| 24 "bzip2_rev" : "@19997", | 34 "bzip2_rev" : "@19997", |
| 25 "chrome_rev" : "@19997", | 35 "chrome_rev" : "@19997", |
| 26 "clang_rev" : "@28450", | 36 "clang_rev" : "@28450", |
| 27 "commons-io_rev" : "@19997", | 37 "commons-io_rev" : "@19997", |
| 28 "commons-lang_rev" : "@33092", | 38 "commons-lang_rev" : "@33092", |
| 29 "d8_rev" : "@38056", | 39 "d8_rev" : "@38056", |
| 40 "dartium_webkit_revision": "@179487", | |
| 30 "eclipse_rev" : "@38742", | 41 "eclipse_rev" : "@38742", |
| 31 "fake_async_rev" : "@38614", | 42 "fake_async_rev" : "@38614", |
| 32 "fest_rev" : "@19997", | 43 "fest_rev" : "@19997", |
| 33 "firefox_jsshell_rev" : "@35614", | 44 "firefox_jsshell_rev" : "@35614", |
| 34 "gson_rev" : "@36048", | 45 "gson_rev" : "@36048", |
| 35 "gsutil_rev" : "@33376", | 46 "gsutil_rev" : "@33376", |
| 36 "guava_rev" : "@19997", | 47 "guava_rev" : "@19997", |
| 37 "hamcrest_rev" : "@19997", | 48 "hamcrest_rev" : "@19997", |
| 49 "idl_parser_rev" : "@278907", | |
| 50 "jinja2_rev": "@287548", | |
| 38 "json_rev" : "@19997", | 51 "json_rev" : "@19997", |
| 39 "junit_rev" : "@19997", | 52 "junit_rev" : "@19997", |
| 40 "mockito_rev" : "@19997", | 53 "mockito_rev" : "@19997", |
| 41 "petitparser_rev" : "@37878", | 54 "petitparser_rev" : "@37878", |
| 55 "ply_rev": "@278907", | |
| 42 "snakeyaml_rev" : "@19997", | 56 "snakeyaml_rev" : "@19997", |
| 43 "websocket_rev" : "@35854", | 57 "websocket_rev" : "@35854", |
| 44 "WebCore_rev" : "@34173", | 58 "WebCore_rev" : "@34173", |
| 45 "weberknecht_rev" : "@33599", | 59 "weberknecht_rev" : "@33599", |
| 46 "font_awesome_rev": "@31824", | 60 "font_awesome_rev": "@31824", |
| 47 "barback-0.13.0_rev": "@34853", | 61 "barback-0.13.0_rev": "@34853", |
| 48 "barback-0.14.0_rev": "@36398", | 62 "barback-0.14.0_rev": "@36398", |
| 49 "barback-0.14.1_rev": "@38525", | 63 "barback-0.14.1_rev": "@38525", |
| 50 "source_maps-0.9.4_rev": "@38524", | 64 "source_maps-0.9.4_rev": "@38524", |
| 51 } | 65 } |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 80 "/third_party/android_content_shell" + Var("android_content_shell_rev"), | 94 "/third_party/android_content_shell" + Var("android_content_shell_rev"), |
| 81 "dart/third_party/apache_ant": | 95 "dart/third_party/apache_ant": |
| 82 "/third_party/apache_ant" + Var("apache_ant_rev"), | 96 "/third_party/apache_ant" + Var("apache_ant_rev"), |
| 83 "dart/third_party/apache_compress": | 97 "dart/third_party/apache_compress": |
| 84 "/third_party/apache_compress" + Var("apache_compress_rev"), | 98 "/third_party/apache_compress" + Var("apache_compress_rev"), |
| 85 "dart/third_party/apache_http": | 99 "dart/third_party/apache_http": |
| 86 "/third_party/apache_http" + Var("apache_http_rev"), | 100 "/third_party/apache_http" + Var("apache_http_rev"), |
| 87 "dart/third_party/args4j": "/third_party/args4j" + Var("args4j_rev"), | 101 "dart/third_party/args4j": "/third_party/args4j" + Var("args4j_rev"), |
| 88 "dart/third_party/bzip2": "/third_party/bzip2" + Var("bzip2_rev"), | 102 "dart/third_party/bzip2": "/third_party/bzip2" + Var("bzip2_rev"), |
| 89 "dart/third_party/chrome": "/third_party/chrome" + Var("chrome_rev"), | 103 "dart/third_party/chrome": "/third_party/chrome" + Var("chrome_rev"), |
| 104 | |
| 105 "dart/third_party/chrome/third_party/WebKit/Source/bindings": | |
| 106 Var("dartium_base") + Var("blink_bindings") + Var("dartium_webkit_revision "), | |
| 107 "dart/third_party/chrome/third_party/WebKit/Source/core": | |
| 108 Var("dartium_base") + Var("blink_core") + Var("dartium_webkit_revision"), | |
| 109 "dart/third_party/chrome/third_party/WebKit/Source/modules": | |
| 110 Var("dartium_base") + Var("blink_modules") + Var("dartium_webkit_revision" ), | |
|
vsm
2014/08/06 11:16:56
How much bigger / slower does this make a regular
terry
2014/08/06 15:16:26
I realize there is a lot of unused stuff but it se
| |
| 111 "dart/third_party/chrome/third_party/jinja2": | |
| 112 Var("chromium_url") + Var("jinja2_branch") + Var("jinja2_rev"), | |
| 113 "dart/third_party/chrome/third_party/ply": | |
| 114 Var("chromium_url") + Var("ply_branch") + Var("ply_rev"), | |
| 115 "dart/third_party/chrome/src/tools/idl_parser": | |
| 116 Var("chromium_url") + Var("idl_parser_branch") + Var("idl_parser_rev"), | |
| 117 | |
| 90 "dart/third_party/commons-io": | 118 "dart/third_party/commons-io": |
| 91 "/third_party/commons-io" + Var("commons-io_rev"), | 119 "/third_party/commons-io" + Var("commons-io_rev"), |
| 92 "dart/third_party/commons-lang": | 120 "dart/third_party/commons-lang": |
| 93 "/third_party/commons-lang" + Var("commons-lang_rev"), | 121 "/third_party/commons-lang" + Var("commons-lang_rev"), |
| 94 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"), | 122 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"), |
| 95 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"), | 123 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"), |
| 96 "dart/third_party/firefox_jsshell": | 124 "dart/third_party/firefox_jsshell": |
| 97 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"), | 125 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"), |
| 98 "dart/third_party/gson": "/third_party/gson" + Var("gson_rev"), | 126 "dart/third_party/gson": "/third_party/gson" + Var("gson_rev"), |
| 99 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"), | 127 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"), |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 155 }, | 183 }, |
| 156 { | 184 { |
| 157 "pattern": ".", | 185 "pattern": ".", |
| 158 "action": ["python", "dart/editor/build/generate_sources.py"], | 186 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 159 }, | 187 }, |
| 160 { | 188 { |
| 161 "pattern": ".", | 189 "pattern": ".", |
| 162 "action": ["python", "dart/tools/gyp_dart.py"], | 190 "action": ["python", "dart/tools/gyp_dart.py"], |
| 163 }, | 191 }, |
| 164 ] | 192 ] |
| OLD | NEW |