OLD | NEW |
1 vars = { | 1 vars = { |
2 "webkit_trunk": | 2 "webkit_trunk": |
3 "http://svn.webkit.org/repository/webkit/trunk", | 3 "http://svn.webkit.org/repository/webkit/trunk", |
4 "webkit_revision": "48193", | 4 "webkit_revision": "48193", |
5 } | 5 } |
6 | 6 |
7 | 7 |
8 deps = { | 8 deps = { |
9 "src/breakpad/src": | 9 "src/breakpad/src": |
10 "http://google-breakpad.googlecode.com/svn/trunk/src@391", | 10 "http://google-breakpad.googlecode.com/svn/trunk/src@391", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "/trunk/deps/third_party/cygwin@11984", | 93 "/trunk/deps/third_party/cygwin@11984", |
94 | 94 |
95 "src/third_party/python_24": | 95 "src/third_party/python_24": |
96 "/trunk/deps/third_party/python_24@22967", | 96 "/trunk/deps/third_party/python_24@22967", |
97 | 97 |
98 "src/third_party/ffmpeg/binaries/chromium": | 98 "src/third_party/ffmpeg/binaries/chromium": |
99 "/trunk/deps/third_party/ffmpeg/binaries/win@25436", | 99 "/trunk/deps/third_party/ffmpeg/binaries/win@25436", |
100 }, | 100 }, |
101 "mac": { | 101 "mac": { |
102 "src/third_party/GTM": | 102 "src/third_party/GTM": |
103 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@201", | 103 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@211", |
104 "src/third_party/pdfsqueeze": | 104 "src/third_party/pdfsqueeze": |
105 "http://pdfsqueeze.googlecode.com/svn/trunk@2", | 105 "http://pdfsqueeze.googlecode.com/svn/trunk@2", |
106 "src/third_party/WebKit/WebKit/mac": | 106 "src/third_party/WebKit/WebKit/mac": |
107 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), | 107 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), |
108 "src/third_party/WebKit/WebKitLibraries": | 108 "src/third_party/WebKit/WebKitLibraries": |
109 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), | 109 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), |
110 "src/third_party/ffmpeg/binaries/chromium": | 110 "src/third_party/ffmpeg/binaries/chromium": |
111 "/trunk/deps/third_party/ffmpeg/binaries/mac@25436", | 111 "/trunk/deps/third_party/ffmpeg/binaries/mac@25436", |
112 }, | 112 }, |
113 "unix": { | 113 "unix": { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. | 156 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. |
157 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", | 157 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]", |
158 "action": ["python", "src/tools/gyp/gyp_chromium"], | 158 "action": ["python", "src/tools/gyp/gyp_chromium"], |
159 }, | 159 }, |
160 { | 160 { |
161 # Workaround IncrediBuild problem. http://crbug.com/17706. | 161 # Workaround IncrediBuild problem. http://crbug.com/17706. |
162 "pattern": "\\.grd$", | 162 "pattern": "\\.grd$", |
163 "action": ["python", "src/build/win/clobber_generated_headers.py", "$matchin
g_files"], | 163 "action": ["python", "src/build/win/clobber_generated_headers.py", "$matchin
g_files"], |
164 }, | 164 }, |
165 ] | 165 ] |
OLD | NEW |