Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(55)

Side by Side Diff: DEPS

Issue 1394002: Update GYP dependency to r1886. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 11 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
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 28 matching lines...) Expand all
39 39
40 # Testing libraries and utilities. 40 # Testing libraries and utilities.
41 "src/src/testing": "http://googlemock.googlecode.com/svn/trunk@408", 41 "src/src/testing": "http://googlemock.googlecode.com/svn/trunk@408",
42 "src/src/testing/gtest": "http://googletest.googlecode.com/svn/trunk@615", 42 "src/src/testing/gtest": "http://googletest.googlecode.com/svn/trunk@615",
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@1472", 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 "http://linux-syscall-support.googlecode.com/svn/trunk/lss@24",
54 } 54 }
55 55
56 hooks = [ 56 hooks = [
57 { 57 {
58 # TODO(chrisha): Fix the GYP files so that they work without 58 # TODO(chrisha): Fix the GYP files so that they work without
59 # --no-circular-check. 59 # --no-circular-check.
60 "pattern": ".", 60 "pattern": ".",
61 "action": ["python", 61 "action": ["python",
62 "src/src/tools/gyp/gyp", 62 "src/src/tools/gyp/gyp_main.py",
63 "--no-circular-check", 63 "--no-circular-check",
64 "src/src/client/windows/breakpad_client.gyp"], 64 "src/src/client/windows/breakpad_client.gyp"],
65 }, 65 },
66 ] 66 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted