diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-29 17:26:54 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-29 17:26:54 +0000 |
commit | a65b0ba084b3b197f817b88bd21b275e1790a629 (patch) | |
tree | d812ccf4b0ce204a8a6feea456338a13e69e61d4 /chrome/browser/chromeos/DEPS | |
parent | 2f3b3f26eeb54856f6f3159ae6a51a632d5a9ad2 (diff) | |
download | chromium_src-a65b0ba084b3b197f817b88bd21b275e1790a629.zip chromium_src-a65b0ba084b3b197f817b88bd21b275e1790a629.tar.gz chromium_src-a65b0ba084b3b197f817b88bd21b275e1790a629.tar.bz2 |
chromeos: Make Chrome use enums from libcros to talk to WM.
We currently have two copies of these enums, one in Chrome
and one in Chrome OS. I'm switching us to have a single
copy in the libcros repo.
BUG=none
TEST=built it
Review URL: http://codereview.chromium.org/1811002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/DEPS')
-rw-r--r-- | chrome/browser/chromeos/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/DEPS b/chrome/browser/chromeos/DEPS index 2c963d1..7871d2f 100644 --- a/chrome/browser/chromeos/DEPS +++ b/chrome/browser/chromeos/DEPS @@ -1,3 +1,3 @@ include_rules = [
- "+third_party/cros",
+ "+third_party/cros",
]
|