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

Side by Side Diff: gears/DEPS

Issue 16586: Update Gears to r3147, and fix scons build to match. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | gears/SConscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # We pull 3 components from the Chrome tree at the trunk. 1 # We pull 3 components from the Chrome tree at the trunk.
2 chrome_rev = '' 2 chrome_rev = ''
3 3
4 # We pull 2 components from the Gears tree at this revision. 4 # We pull 2 components from the Gears tree at this revision.
5 gears_rev = '@3081' 5 gears_rev = '@3147'
6 6
7 deps = { 7 deps = {
8 "src/build": 8 "src/build":
9 "svn://chrome-svn/chrome/trunk/src/build" + chrome_rev, 9 "svn://chrome-svn/chrome/trunk/src/build" + chrome_rev,
10 10
11 "src/site_scons": 11 "src/site_scons":
12 "svn://chrome-svn/chrome/trunk/src/site_scons" + chrome_rev, 12 "svn://chrome-svn/chrome/trunk/src/site_scons" + chrome_rev,
13 13
14 "src/third_party/scons": 14 "src/third_party/scons":
15 "svn://chrome-svn/chrome/trunk/src/third_party/scons" + chrome_rev, 15 "svn://chrome-svn/chrome/trunk/src/third_party/scons" + chrome_rev,
16 16
17 "src/gears/gears": 17 "src/gears/gears":
18 "http://gears.googlecode.com/svn/trunk/gears" + gears_rev, 18 "http://gears.googlecode.com/svn/trunk/gears" + gears_rev,
19 19
20 "src/gears/third_party": 20 "src/gears/third_party":
21 "http://gears.googlecode.com/svn/trunk/third_party" + gears_rev, 21 "http://gears.googlecode.com/svn/trunk/third_party" + gears_rev,
22 } 22 }
23 23
24 # checkdeps.py shouldn't check include paths for files in these dirs: 24 # checkdeps.py shouldn't check include paths for files in these dirs:
25 skip_child_includes = [ 25 skip_child_includes = [
26 "gears", 26 "gears",
27 "third_party", 27 "third_party",
28 ] 28 ]
OLDNEW
« no previous file with comments | « no previous file | gears/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698