From 4ec7327e664f72ade9a1aa4460c25978d72af94f Mon Sep 17 00:00:00 2001 From: "mmentovai@google.com" Date: Mon, 18 Aug 2008 23:59:51 +0000 Subject: Use LF for newlines in all DEPS files git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1011 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/DEPS | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'chrome/browser/DEPS') diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 525425e..55ab2cc 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -1,19 +1,19 @@ -include_rules = [ - "+chrome/installer", - "+chrome/tools", - "+chrome/tools/profiles", # For history unit tests. - "+chrome/views", - "+webkit/activex_shim", - "+webkit/default_plugin", - "+webkit/glue", # Defines some types that are marshalled over IPC. - - # Other libraries. - "+chrome/third_party/hunspell", - "+chrome/third_party/sqlite", - "+libxml", # For search engine definition parsing. - "+v8/public", # Browser uses V8 to get the version and run the debugger. - - # FIXME: this should probably not be here, we need to find a better - # structure for these includes. - "+chrome/renderer", -] +include_rules = [ + "+chrome/installer", + "+chrome/tools", + "+chrome/tools/profiles", # For history unit tests. + "+chrome/views", + "+webkit/activex_shim", + "+webkit/default_plugin", + "+webkit/glue", # Defines some types that are marshalled over IPC. + + # Other libraries. + "+chrome/third_party/hunspell", + "+chrome/third_party/sqlite", + "+libxml", # For search engine definition parsing. + "+v8/public", # Browser uses V8 to get the version and run the debugger. + + # FIXME: this should probably not be here, we need to find a better + # structure for these includes. + "+chrome/renderer", +] -- cgit v1.1