| 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": "56", | 3 "nixysa_rev": "56", |
| 4 "chromium_rev": "28829", | 4 "chromium_rev": "28829", |
| 5 "o3d_code_rev": "157", | 5 "o3d_code_rev": "157", |
| 6 "skia_rev": "376", | 6 "skia_rev": "376", |
| 7 "gyp_rev": "725", | 7 "gyp_rev": "725", |
| 8 "gtest_rev": "329", | 8 "gtest_rev": "329", |
| 9 "gflags_rev": "30", | 9 "gflags_rev": "30", |
| 10 "breakpad_rev": "391", | 10 "breakpad_rev": "391", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 "third_party/glew": | 28 "third_party/glew": |
| 29 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/glew@" + Var("
o3d_code_rev"), | 29 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/glew@" + Var("
o3d_code_rev"), |
| 30 | 30 |
| 31 "third_party/jsdoctoolkit": | 31 "third_party/jsdoctoolkit": |
| 32 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jsdoctoolkit@"
+ Var("o3d_code_rev"), | 32 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/jsdoctoolkit@"
+ Var("o3d_code_rev"), |
| 33 | 33 |
| 34 "third_party/libevent": | 34 "third_party/libevent": |
| 35 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/libevent@" + V
ar("o3d_code_rev"), | 35 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/libevent@" + V
ar("o3d_code_rev"), |
| 36 | 36 |
| 37 "third_party/makeself": |
| 38 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/makeself@" + V
ar("o3d_code_rev"), |
| 39 |
| 37 "third_party/pdiff": | 40 "third_party/pdiff": |
| 38 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var(
"o3d_code_rev"), | 41 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var(
"o3d_code_rev"), |
| 39 | 42 |
| 40 "third_party/scons": | 43 "third_party/scons": |
| 41 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var(
"o3d_code_rev"), | 44 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/scons@" + Var(
"o3d_code_rev"), |
| 42 | 45 |
| 43 "third_party/zip_utils": | 46 "third_party/zip_utils": |
| 44 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), | 47 "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zip_utils@" +
Var("o3d_code_rev"), |
| 45 | 48 |
| 46 "third_party/selenium_rc": | 49 "third_party/selenium_rc": |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 }, | 155 }, |
| 153 } | 156 } |
| 154 | 157 |
| 155 hooks = [ | 158 hooks = [ |
| 156 { | 159 { |
| 157 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 160 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 158 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\
\\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$", | 161 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\
\\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$", |
| 159 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la
b/ChangeResolution/change_resolution.gyp"], | 162 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la
b/ChangeResolution/change_resolution.gyp"], |
| 160 }, | 163 }, |
| 161 ] | 164 ] |
| OLD | NEW |