| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "@cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac", | 52 "@cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac", |
| 53 | 53 |
| 54 # GYP project generator. | 54 # GYP project generator. |
| 55 "src/src/tools/gyp": | 55 "src/src/tools/gyp": |
| 56 "https://chromium.googlesource.com/external/gyp/" + | 56 "https://chromium.googlesource.com/external/gyp/" + |
| 57 "@e8ab0833a42691cd2184bd4c45d779e43821d3e0", | 57 "@e8ab0833a42691cd2184bd4c45d779e43821d3e0", |
| 58 | 58 |
| 59 # Linux syscall support. | 59 # Linux syscall support. |
| 60 "src/src/third_party/lss": | 60 "src/src/third_party/lss": |
| 61 "https://chromium.googlesource.com/linux-syscall-support/" + | 61 "https://chromium.googlesource.com/linux-syscall-support/" + |
| 62 "@9292030109847793f7a6689adac1ddafb412fe14" | 62 "@3f6478ac95edf86cd3da300c2c0d34a438f5dbeb", |
| 63 } | 63 } |
| 64 | 64 |
| 65 hooks = [ | 65 hooks = [ |
| 66 { | 66 { |
| 67 # TODO(chrisha): Fix the GYP files so that they work without | 67 # TODO(chrisha): Fix the GYP files so that they work without |
| 68 # --no-circular-check. | 68 # --no-circular-check. |
| 69 "pattern": ".", | 69 "pattern": ".", |
| 70 "action": ["python", | 70 "action": ["python", |
| 71 "src/src/tools/gyp/gyp_main.py", | 71 "src/src/tools/gyp/gyp_main.py", |
| 72 "--no-circular-check", | 72 "--no-circular-check", |
| 73 "src/src/client/windows/breakpad_client.gyp"], | 73 "src/src/client/windows/breakpad_client.gyp"], |
| 74 }, | 74 }, |
| 75 ] | 75 ] |
| OLD | NEW |