diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 22:40:06 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 22:40:06 +0000 |
commit | da53133f7d014163eaa7f60dbe13ea093063469e (patch) | |
tree | 2702e67f56603f6e9473a8ba446c63455ab30933 /content/worker | |
parent | 77f42b19b5ff4a51e861de8be72542852831a4e4 (diff) | |
download | chromium_src-da53133f7d014163eaa7f60dbe13ea093063469e.zip chromium_src-da53133f7d014163eaa7f60dbe13ea093063469e.tar.gz chromium_src-da53133f7d014163eaa7f60dbe13ea093063469e.tar.bz2 |
Add "svn:eol-style to all the DEPS under content.
Review URL: http://codereview.chromium.org/7066068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/DEPS | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/content/worker/DEPS b/content/worker/DEPS index f8eb1d0..7ad48a7 100644 --- a/content/worker/DEPS +++ b/content/worker/DEPS @@ -1,10 +1,10 @@ -include_rules = [
- "-chrome",
- "+chrome/app", # For UI test
- "+chrome/test", # For UI test
- "+content/browser/worker_host", # For UI test.
- "+sandbox/src",
- "+webkit/appcache",
- "+webkit/glue",
-]
-
+include_rules = [ + "-chrome", + "+chrome/app", # For UI test + "+chrome/test", # For UI test + "+content/browser/worker_host", # For UI test. + "+sandbox/src", + "+webkit/appcache", + "+webkit/glue", +] + |