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

Side by Side Diff: DEPS

Issue 3177042: Removed actions for generating parser-lexer now that they have been checked i... (Closed) Base URL: http://angleproject.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 3 months 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 | src/build_angle.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 deps = { 1 deps = {
2 "trunk/third_party/gyp": 2 "trunk/third_party/gyp":
3 "http://gyp.googlecode.com/svn/trunk@800", 3 "http://gyp.googlecode.com/svn/trunk@800",
4 } 4 }
5 5
6 deps_os = {
7 "win": {
8 # Cygwin is required for gyp actions, flex, and bison.
9 "trunk/third_party/cygwin":
10 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
11 }
12 }
13
14 hooks = [ 6 hooks = [
15 { 7 {
16 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 8 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
17 "pattern": ".", 9 "pattern": ".",
18 "action": ["python", "trunk/build/gyp_angle"], 10 "action": ["python", "trunk/build/gyp_angle"],
19 }, 11 },
20 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | src/build_angle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b