summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/DEPS
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 18:17:42 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 18:17:42 +0000
commit54cfd69da88df660a056ababe8f9ed8aff8d8e9b (patch)
tree1eb452367fe3eaeb27cb53629a516cba37428583 /chrome/browser/chromeos/DEPS
parent121594b409d3d7459ae7a8068e2bae9b8b222d0f (diff)
downloadchromium_src-54cfd69da88df660a056ababe8f9ed8aff8d8e9b.zip
chromium_src-54cfd69da88df660a056ababe8f9ed8aff8d8e9b.tar.gz
chromium_src-54cfd69da88df660a056ababe8f9ed8aff8d8e9b.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. This reverts r45955, which reverted r45952. I've added third_party/cros to the browser directory's DEPS file to fix the checkdeps.py failure. http://codereview.chromium.org/1811002/show contains the review of the original change. BUG=none TEST=built it and ran checkdeps.py manually Review URL: http://codereview.chromium.org/1705017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/DEPS')
-rw-r--r--chrome/browser/chromeos/DEPS2
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",
]