From 65bfd9976b93353a62da4946206448a0e4dd0ba1 Mon Sep 17 00:00:00 2001 From: "aelias@chromium.org" Date: Fri, 19 Oct 2012 03:39:37 +0000 Subject: Move CC switches to cc/switches.h. This moves these switches to their appropriate place, and sets them all directly from command-line flags there. I deleted the WebCompositor setter methods, but setters are still needed in CCSettings for unit tests. BUG= Review URL: https://chromiumcodereview.appspot.com/11186039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162921 0039d316-1c4b-4281-b951-d872f2087c98 --- content/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/DEPS') diff --git a/content/DEPS b/content/DEPS index 7600e654..e63c902 100644 --- a/content/DEPS +++ b/content/DEPS @@ -1,6 +1,8 @@ # Do NOT add chrome to the list below. We shouldn't be including files from # src/chrome in src/content. include_rules = [ + "+cc", + "+crypto", # The subdirectories in content/ will manually allow their own include -- cgit v1.1