OLD | NEW |
1 # Copyright 2010 Google Inc. All rights reserved. | 1 # Copyright 2010 Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 | 43 |
44 # Protobuf. | 44 # Protobuf. |
45 "src/src/third_party/protobuf/protobuf": | 45 "src/src/third_party/protobuf/protobuf": |
46 "http://protobuf.googlecode.com/svn/trunk@407", | 46 "http://protobuf.googlecode.com/svn/trunk@407", |
47 | 47 |
48 # GYP project generator. | 48 # GYP project generator. |
49 "src/src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@1886", | 49 "src/src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@1886", |
50 | 50 |
51 # Linux syscall support. | 51 # Linux syscall support. |
52 "src/src/third_party/lss": | 52 "src/src/third_party/lss": |
53 "http://linux-syscall-support.googlecode.com/svn/trunk/lss@24", | 53 "https://chromium.googlesource.com/linux-syscall-support/" + |
| 54 "@9292030109847793f7a6689adac1ddafb412fe14" |
54 } | 55 } |
55 | 56 |
56 hooks = [ | 57 hooks = [ |
57 { | 58 { |
58 # TODO(chrisha): Fix the GYP files so that they work without | 59 # TODO(chrisha): Fix the GYP files so that they work without |
59 # --no-circular-check. | 60 # --no-circular-check. |
60 "pattern": ".", | 61 "pattern": ".", |
61 "action": ["python", | 62 "action": ["python", |
62 "src/src/tools/gyp/gyp_main.py", | 63 "src/src/tools/gyp/gyp_main.py", |
63 "--no-circular-check", | 64 "--no-circular-check", |
64 "src/src/client/windows/breakpad_client.gyp"], | 65 "src/src/client/windows/breakpad_client.gyp"], |
65 }, | 66 }, |
66 ] | 67 ] |
OLD | NEW |