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

Side by Side Diff: DEPS

Issue 260009: Several background pattern fixes on the Mac.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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/background_gradient_view.h » ('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": "49321", 4 "webkit_revision": "49321",
5 "ffmpeg_revision": "27457", 5 "ffmpeg_revision": "27457",
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@402", 10 "http://google-breakpad.googlecode.com/svn/trunk/src@402",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "/trunk/deps/third_party/pthreads-win32@26716", 111 "/trunk/deps/third_party/pthreads-win32@26716",
112 112
113 # Chrome Frame related deps 113 # Chrome Frame related deps
114 "src/third_party/xulrunner-sdk": 114 "src/third_party/xulrunner-sdk":
115 "/trunk/deps/third_party/xulrunner-sdk@17887", 115 "/trunk/deps/third_party/xulrunner-sdk@17887",
116 "src/chrome_frame/tools/test/reference_build/chrome": 116 "src/chrome_frame/tools/test/reference_build/chrome":
117 "/trunk/deps/reference_builds/chrome_frame@27181", 117 "/trunk/deps/reference_builds/chrome_frame@27181",
118 }, 118 },
119 "mac": { 119 "mac": {
120 "src/third_party/GTM": 120 "src/third_party/GTM":
121 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@223", 121 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@230",
122 "src/third_party/pdfsqueeze": 122 "src/third_party/pdfsqueeze":
123 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 123 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
124 "src/third_party/WebKit/WebKit/mac": 124 "src/third_party/WebKit/WebKit/mac":
125 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 125 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
126 "src/third_party/WebKit/WebKitLibraries": 126 "src/third_party/WebKit/WebKitLibraries":
127 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 127 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
128 128
129 "src/third_party/ffmpeg/binaries/chromium/mac/ia32": 129 "src/third_party/ffmpeg/binaries/chromium/mac/ia32":
130 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"), 130 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"),
131 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg": 131 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg":
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "$matching_files"], 200 "$matching_files"],
201 }, 201 },
202 { 202 {
203 # Workaround XCode dependecies problem. 203 # Workaround XCode dependecies problem.
204 # TODO(bradnelson): remove this when fixed. 204 # TODO(bradnelson): remove this when fixed.
205 "pattern": ".", 205 "pattern": ".",
206 "action": ["python", 206 "action": ["python",
207 "src/build/mac/clobber_generated_headers.py"], 207 "src/build/mac/clobber_generated_headers.py"],
208 }, 208 },
209 ] 209 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/background_gradient_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698