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

Side by Side Diff: DEPS

Issue 340045: [Mac] Prefs layout work for "basics" and "personal stuff"... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
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": "50324", 4 "webkit_revision": "50324",
5 "ffmpeg_revision": "30374", 5 "ffmpeg_revision": "30374",
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@417", 10 "http://google-breakpad.googlecode.com/svn/trunk/src@417",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # Parses Windows PE/COFF executable format. 119 # Parses Windows PE/COFF executable format.
120 "src/third_party/pefile": 120 "src/third_party/pefile":
121 "http://pefile.googlecode.com/svn/trunk@63", 121 "http://pefile.googlecode.com/svn/trunk@63",
122 }, 122 },
123 "mac": { 123 "mac": {
124 "src/third_party/GTM": 124 "src/third_party/GTM":
125 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@230", 125 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@239",
126 "src/third_party/pdfsqueeze": 126 "src/third_party/pdfsqueeze":
127 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 127 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
128 "src/third_party/WebKit/WebKit/mac": 128 "src/third_party/WebKit/WebKit/mac":
129 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 129 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
130 "src/third_party/WebKit/WebKitLibraries": 130 "src/third_party/WebKit/WebKitLibraries":
131 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 131 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
132 132
133 "src/third_party/ffmpeg/binaries/chromium/mac/ia32": 133 "src/third_party/ffmpeg/binaries/chromium/mac/ia32":
134 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"), 134 "/trunk/deps/third_party/ffmpeg/binaries/mac@" + Var("ffmpeg_revision"),
135 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg": 135 "src/third_party/ffmpeg/binaries/chromium/mac/ia32_dbg":
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "$matching_files"], 211 "$matching_files"],
212 }, 212 },
213 { 213 {
214 # Workaround XCode dependecies problem. 214 # Workaround XCode dependecies problem.
215 # TODO(bradnelson): remove this when fixed. 215 # TODO(bradnelson): remove this when fixed.
216 "pattern": ".", 216 "pattern": ".",
217 "action": ["python", 217 "action": ["python",
218 "src/build/mac/clobber_generated_headers.py"], 218 "src/build/mac/clobber_generated_headers.py"],
219 }, 219 },
220 ] 220 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/Preferences.xib » ('j') | chrome/browser/cocoa/preferences_window_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698