| OLD | NEW |
| 1 vars = { | 1 vars = { |
| 2 "chromium_trunk": "http://src.chromium.org/svn/trunk", | 2 "chromium_trunk": "http://src.chromium.org/svn/trunk", |
| 3 "nixysa_rev": "54", | 3 "nixysa_rev": "54", |
| 4 "chromium_rev": "22547", | 4 "chromium_rev": "26261", |
| 5 "o3d_code_rev": "145", | 5 "o3d_code_rev": "145", |
| 6 "skia_rev": "279", | 6 "skia_rev": "341", |
| 7 "gyp_rev": "626", | 7 "gyp_rev": "651", |
| 8 "gtest_rev": "267", | 8 "gtest_rev": "267", |
| 9 "gflags_rev": "30", | 9 "gflags_rev": "30", |
| 10 "breakpad_rev": "346", | 10 "breakpad_rev": "391", |
| 11 "v8_rev": "2624", | 11 "v8_rev": "2866", |
| 12 "icu38_rev": "20192", | 12 "icu_rev": "25717", |
| 13 "nacl_rev": "569", | 13 "nacl_rev": "569", |
| 14 } | 14 } |
| 15 | 15 |
| 16 deps = { | 16 deps = { |
| 17 "o3d/o3d_assets": | 17 "o3d/o3d_assets": |
| 18 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co
de_rev"), | 18 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co
de_rev"), |
| 19 | 19 |
| 20 "third_party/antlr3": | 20 "third_party/antlr3": |
| 21 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var
("o3d_code_rev"), | 21 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/antlr3@" + Var
("o3d_code_rev"), |
| 22 | 22 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 45 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vectormath@" +
Var("o3d_code_rev"), | 45 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/vectormath@" +
Var("o3d_code_rev"), |
| 46 | 46 |
| 47 "third_party/zip_utils": | 47 "third_party/zip_utils": |
| 48 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), | 48 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), |
| 49 | 49 |
| 50 "third_party/selenium_rc": | 50 "third_party/selenium_rc": |
| 51 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@"
+ Var("o3d_code_rev"), | 51 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/selenium_rc@"
+ Var("o3d_code_rev"), |
| 52 | 52 |
| 53 # Stuff from the Chromium tree. | 53 # Stuff from the Chromium tree. |
| 54 | 54 |
| 55 "third_party/boost": | |
| 56 Var("chromium_trunk") + "/src/third_party/boost@" + Var("chromium_rev"), | |
| 57 | |
| 58 "third_party/harfbuzz": | 55 "third_party/harfbuzz": |
| 59 Var("chromium_trunk") + "/src/third_party/harfbuzz@" + Var("chromium_rev"), | 56 Var("chromium_trunk") + "/src/third_party/harfbuzz@" + Var("chromium_rev"), |
| 60 | 57 |
| 61 "third_party/icu38": | 58 "third_party/icu": |
| 62 Var("chromium_trunk") + "/deps/third_party/icu38@" + Var("icu38_rev"), | 59 Var("chromium_trunk") + "/deps/third_party/icu42@" + Var("icu_rev"), |
| 63 | 60 |
| 64 "third_party/libevent": | 61 "third_party/libevent": |
| 65 Var("chromium_trunk") + "/src/third_party/libevent@" + Var("chromium_rev"), | 62 Var("chromium_trunk") + "/src/third_party/libevent@" + Var("chromium_rev"), |
| 66 | 63 |
| 67 "third_party/libjpeg": | 64 "third_party/libjpeg": |
| 68 Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_rev"), | 65 Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_rev"), |
| 69 | 66 |
| 70 "third_party/libpng": | 67 "third_party/libpng": |
| 71 Var("chromium_trunk") + "/src/third_party/libpng@" + Var("chromium_rev"), | 68 Var("chromium_trunk") + "/src/third_party/libpng@" + Var("chromium_rev"), |
| 72 | 69 |
| 70 "chrome/third_party/wtl": |
| 71 Var("chromium_trunk") + "/src/chrome/third_party/wtl@" + Var("chromium_rev")
, |
| 72 |
| 73 "third_party/zlib": | 73 "third_party/zlib": |
| 74 Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"), | 74 Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"), |
| 75 | 75 |
| 76 "third_party/skia": | 76 "third_party/skia": |
| 77 "http://skia.googlecode.com/svn/trunk@" + Var("skia_rev"), | 77 "http://skia.googlecode.com/svn/trunk@" + Var("skia_rev"), |
| 78 | 78 |
| 79 "v8": | 79 "v8": |
| 80 "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"), | 80 "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"), |
| 81 | 81 |
| 82 "testing": | 82 "testing": |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 }, | 141 }, |
| 142 } | 142 } |
| 143 | 143 |
| 144 hooks = [ | 144 hooks = [ |
| 145 { | 145 { |
| 146 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. | 146 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. |
| 147 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$", | 147 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$", |
| 148 "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", "."], | 148 "action": ["python", "tools/gyp/gyp", "o3d/build/all.gyp", "--depth", "."], |
| 149 }, | 149 }, |
| 150 ] | 150 ] |
| OLD | NEW |