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

Side by Side Diff: DEPS

Issue 201137: Pick up newer GTM... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/cocoa/about_window_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "48423", 4 "webkit_revision": "48423",
5 } 5 }
6 6
7 deps = { 7 deps = {
8 "src/breakpad/src": 8 "src/breakpad/src":
9 "http://google-breakpad.googlecode.com/svn/trunk/src@391", 9 "http://google-breakpad.googlecode.com/svn/trunk/src@391",
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "/trunk/deps/third_party/python_24@22967", 95 "/trunk/deps/third_party/python_24@22967",
96 96
97 "src/third_party/ffmpeg/binaries/chromium": 97 "src/third_party/ffmpeg/binaries/chromium":
98 "/trunk/deps/third_party/ffmpeg/binaries/win@25436", 98 "/trunk/deps/third_party/ffmpeg/binaries/win@25436",
99 99
100 "src/third_party/pthreads-win32": 100 "src/third_party/pthreads-win32":
101 "/trunk/deps/third_party/pthreads-win32@26337", 101 "/trunk/deps/third_party/pthreads-win32@26337",
102 }, 102 },
103 "mac": { 103 "mac": {
104 "src/third_party/GTM": 104 "src/third_party/GTM":
105 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@212", 105 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@217",
106 "src/third_party/pdfsqueeze": 106 "src/third_party/pdfsqueeze":
107 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 107 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
108 "src/third_party/WebKit/WebKit/mac": 108 "src/third_party/WebKit/WebKit/mac":
109 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 109 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
110 "src/third_party/WebKit/WebKitLibraries": 110 "src/third_party/WebKit/WebKitLibraries":
111 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 111 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
112 "src/third_party/ffmpeg/binaries/chromium": 112 "src/third_party/ffmpeg/binaries/chromium":
113 "/trunk/deps/third_party/ffmpeg/binaries/mac@25436", 113 "/trunk/deps/third_party/ffmpeg/binaries/mac@25436",
114 }, 114 },
115 "unix": { 115 "unix": {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. 158 # A change to a .gyp, .gypi, or to GYP itself shound run the generator.
159 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]build[/\\\\]gyp_chromium$", 159 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]build[/\\\\]gyp_chromium$",
160 "action": ["python", "src/build/gyp_chromium"], 160 "action": ["python", "src/build/gyp_chromium"],
161 }, 161 },
162 { 162 {
163 # Workaround IncrediBuild problem. http://crbug.com/17706. 163 # Workaround IncrediBuild problem. http://crbug.com/17706.
164 "pattern": "\\.grd$", 164 "pattern": "\\.grd$",
165 "action": ["python", "src/build/win/clobber_generated_headers.py", "$matchin g_files"], 165 "action": ["python", "src/build/win/clobber_generated_headers.py", "$matchin g_files"],
166 }, 166 },
167 ] 167 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/about_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698