From a8cf61b1bd02bf47aca467f64f9ca91916252f75 Mon Sep 17 00:00:00 2001 From: "stoyan@chromium.org" Date: Thu, 5 Feb 2009 17:41:38 +0000 Subject: Fix the dependency checker tool. Rules for a directory did modify their directory parent rules. Using copy.copy() solves the problem.Additional fix when "allow-current-directory" rules was not applied if DEPS file is missing. Updated few DEPS file with reasonable rules. To prevent tree closing other dependencies are added. These need to be either legitimated or dependency removed. Review URL: http://codereview.chromium.org/21025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9221 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/setup/DEPS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 chrome/installer/setup/DEPS (limited to 'chrome/installer/setup') diff --git a/chrome/installer/setup/DEPS b/chrome/installer/setup/DEPS new file mode 100644 index 0000000..ab2a48a --- /dev/null +++ b/chrome/installer/setup/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+chrome/app", +] -- cgit v1.1