Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: DEPS

Issue 1821293002: Replace libdisasm with capstone Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | Makefile.am » ('j') | src/build/common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 # Protobuf. 49 # Protobuf.
50 "src/src/third_party/protobuf/protobuf": 50 "src/src/third_party/protobuf/protobuf":
51 "https://github.com/google/protobuf.git" + 51 "https://github.com/google/protobuf.git" +
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 # capstone disassembly library.
60 "src/src/third_party/capstone":
61 "https://github.com/aquynh/capstone.git" +
62 "@8bd53811b5c7de65974f3ab82020c99b2ce407d9",
63
59 # Linux syscall support. 64 # Linux syscall support.
60 "src/src/third_party/lss": 65 "src/src/third_party/lss":
61 "https://chromium.googlesource.com/linux-syscall-support/" + 66 "https://chromium.googlesource.com/linux-syscall-support/" +
62 "@9292030109847793f7a6689adac1ddafb412fe14" 67 "@9292030109847793f7a6689adac1ddafb412fe14"
63 } 68 }
64 69
65 hooks = [ 70 hooks = [
66 { 71 {
67 # TODO(chrisha): Fix the GYP files so that they work without 72 # TODO(chrisha): Fix the GYP files so that they work without
68 # --no-circular-check. 73 # --no-circular-check.
69 "pattern": ".", 74 "pattern": ".",
70 "action": ["python", 75 "action": ["python",
71 "src/src/tools/gyp/gyp_main.py", 76 "src/src/tools/gyp/gyp_main.py",
72 "--no-circular-check", 77 "--no-circular-check",
73 "src/src/client/windows/breakpad_client.gyp"], 78 "src/src/client/windows/breakpad_client.gyp"],
74 }, 79 },
75 ] 80 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | Makefile.am » ('j') | src/build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698