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

Side by Side Diff: DEPS

Issue 536039: Move src/third_party/xserver-xorg-core to its own repo (Closed)
Patch Set: Created 10 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 2
3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # NOTES 7 # NOTES
8 # 8 #
9 # This file must exist both in trunk and trunk/src, since some users sync 9 # This file must exist both in trunk and trunk/src, since some users sync
10 # trunk and some sync src. (In the end, src will win, since src-internal will 10 # trunk and some sync src. (In the end, src will win, since src-internal will
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 _third_party_base + "tzdata": "/tzdata.git", 132 _third_party_base + "tzdata": "/tzdata.git",
133 133
134 # xf86-video-msm from codeaurora.org 134 # xf86-video-msm from codeaurora.org
135 _third_party_base + "xf86-video-msm": "/xf86-video-msm.git", 135 _third_party_base + "xf86-video-msm": "/xf86-video-msm.git",
136 136
137 # pango (i18n text rendering) 137 # pango (i18n text rendering)
138 _third_party_base + "pango": "/pango.git", 138 _third_party_base + "pango": "/pango.git",
139 139
140 # upstart 140 # upstart
141 _third_party_base + "upstart/files": "/upstart.git", 141 _third_party_base + "upstart/files": "/upstart.git",
142
143 # xserver-xorg-core
144 _third_party_base + "xserver-xorg-core": "/xserver-xorg-core.git",
Mandeep Singh Baines 2010/01/13 21:49:03 Shouldn't this be called xorg-server
Bill Richardson 2010/01/13 22:41:49 Well.... maybe. xserver-xorg-core is the required
142 } 145 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | src/third_party/xserver-xorg-core/01moblin-cache-xkbcomp-output-for-fast-start-up.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698