Use LF for newlines in all DEPS files
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1011 0039d316-1c4b-4281-b951-d872f2087c98
Esse commit está contido em:
+32
-32
@@ -1,32 +1,32 @@
|
||||
deps = {
|
||||
"src/breakpad/src":
|
||||
"http://google-breakpad.googlecode.com/svn/trunk/src@281",
|
||||
|
||||
"src/googleurl":
|
||||
"http://google-url.googlecode.com/svn/trunk@90",
|
||||
|
||||
"src/testing/gtest":
|
||||
"http://googletest.googlecode.com/svn/trunk@63",
|
||||
|
||||
"src/third_party/WebKit":
|
||||
"svn://chrome-svn/chrome/trunk/third_party/WebKit@19",
|
||||
|
||||
"src/third_party/icu38":
|
||||
"svn://chrome-svn/chrome/trunk/deps/third_party/icu38@989",
|
||||
|
||||
"src/v8":
|
||||
"https://svn/r/googleclient/v8/trunk@130945",
|
||||
|
||||
"src/webkit/data/layout_tests/LayoutTests":
|
||||
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
|
||||
}
|
||||
|
||||
include_rules = [
|
||||
# Everybody can use some things.
|
||||
"+base",
|
||||
"+build",
|
||||
|
||||
# For now, we allow ICU to be included by specifying "unicode/...", although
|
||||
# this should probably change.
|
||||
"+unicode"
|
||||
]
|
||||
deps = {
|
||||
"src/breakpad/src":
|
||||
"http://google-breakpad.googlecode.com/svn/trunk/src@281",
|
||||
|
||||
"src/googleurl":
|
||||
"http://google-url.googlecode.com/svn/trunk@90",
|
||||
|
||||
"src/testing/gtest":
|
||||
"http://googletest.googlecode.com/svn/trunk@63",
|
||||
|
||||
"src/third_party/WebKit":
|
||||
"svn://chrome-svn/chrome/trunk/third_party/WebKit@19",
|
||||
|
||||
"src/third_party/icu38":
|
||||
"svn://chrome-svn/chrome/trunk/deps/third_party/icu38@989",
|
||||
|
||||
"src/v8":
|
||||
"https://svn/r/googleclient/v8/trunk@130945",
|
||||
|
||||
"src/webkit/data/layout_tests/LayoutTests":
|
||||
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
|
||||
}
|
||||
|
||||
include_rules = [
|
||||
# Everybody can use some things.
|
||||
"+base",
|
||||
"+build",
|
||||
|
||||
# For now, we allow ICU to be included by specifying "unicode/...", although
|
||||
# this should probably change.
|
||||
"+unicode"
|
||||
]
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+third_party/zlib",
|
||||
]
|
||||
include_rules = [
|
||||
"+third_party/zlib",
|
||||
]
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+skia"
|
||||
]
|
||||
include_rules = [
|
||||
"+skia"
|
||||
]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
skip_subtree_includes = True
|
||||
skip_subtree_includes = True
|
||||
|
||||
+14
-14
@@ -1,14 +1,14 @@
|
||||
include_rules = [
|
||||
"+net",
|
||||
|
||||
# The subdirectories in chrome/ will manually allow their own include
|
||||
# directories in chrome/ so we disallow all of them.
|
||||
"-chrome",
|
||||
"+chrome/common",
|
||||
"+chrome/test",
|
||||
|
||||
# Don't allow inclusion of these other libs we shouldn't be calling directly.
|
||||
"-v8",
|
||||
"-webkit",
|
||||
"-tools",
|
||||
]
|
||||
include_rules = [
|
||||
"+net",
|
||||
|
||||
# The subdirectories in chrome/ will manually allow their own include
|
||||
# directories in chrome/ so we disallow all of them.
|
||||
"-chrome",
|
||||
"+chrome/common",
|
||||
"+chrome/test",
|
||||
|
||||
# Don't allow inclusion of these other libs we shouldn't be calling directly.
|
||||
"-v8",
|
||||
"-webkit",
|
||||
"-tools",
|
||||
]
|
||||
|
||||
+6
-6
@@ -1,6 +1,6 @@
|
||||
include_rules = [
|
||||
"+breakpad",
|
||||
"+chrome/browser",
|
||||
"+sandbox",
|
||||
"+tools/memory_watcher",
|
||||
]
|
||||
include_rules = [
|
||||
"+breakpad",
|
||||
"+chrome/browser",
|
||||
"+sandbox",
|
||||
"+tools/memory_watcher",
|
||||
]
|
||||
|
||||
+19
-19
@@ -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",
|
||||
]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
include_rules = [
|
||||
"+chrome/plugin", # For checking whether we're a plugin process.
|
||||
|
||||
# Other libraries.
|
||||
"+third_party/bzip2",
|
||||
"+third_party/npapi",
|
||||
]
|
||||
|
||||
include_rules = [
|
||||
"+chrome/plugin", # For checking whether we're a plugin process.
|
||||
|
||||
# Other libraries.
|
||||
"+third_party/bzip2",
|
||||
"+third_party/npapi",
|
||||
]
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include_rules = [
|
||||
"+third_party/bspatch",
|
||||
"+third_party/lzma_sdk",
|
||||
]
|
||||
include_rules = [
|
||||
"+third_party/bspatch",
|
||||
"+third_party/lzma_sdk",
|
||||
]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include_rules = [
|
||||
"+webkit/port", # For certain drawing, would be nice to not have.
|
||||
]
|
||||
|
||||
include_rules = [
|
||||
"+webkit/port", # For certain drawing, would be nice to not have.
|
||||
]
|
||||
|
||||
|
||||
+4
-4
@@ -1,4 +1,4 @@
|
||||
include_rules = [
|
||||
# The test directory can do whatever it wants in chrome.
|
||||
"+chrome",
|
||||
]
|
||||
include_rules = [
|
||||
# The test directory can do whatever it wants in chrome.
|
||||
"+chrome",
|
||||
]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+webkit/third_party/WebCore/platform", # For URL parsing perf test.
|
||||
]
|
||||
include_rules = [
|
||||
"+webkit/third_party/WebCore/platform", # For URL parsing perf test.
|
||||
]
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+third_party/modp_b64",
|
||||
]
|
||||
include_rules = [
|
||||
"+third_party/modp_b64",
|
||||
]
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
# Don't check include rules for Skia.
|
||||
skip_subtree_includes = True
|
||||
# Don't check include rules for Skia.
|
||||
skip_subtree_includes = True
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
# Prevent the include rule checker from checking gtest.
|
||||
skip_subtree_includes = True
|
||||
# Prevent the include rule checker from checking gtest.
|
||||
skip_subtree_includes = True
|
||||
|
||||
externo
+1
-1
@@ -1 +1 @@
|
||||
skip_subtree_includes = True
|
||||
skip_subtree_includes = True
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Don't check the includes here, since we include various WebKit things.
|
||||
skip_subtree_includes = True
|
||||
# Don't check the includes here, since we include various WebKit things.
|
||||
skip_subtree_includes = True
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+third_party/libxml",
|
||||
]
|
||||
include_rules = [
|
||||
"+third_party/libxml",
|
||||
]
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
include_rules = [
|
||||
"+webkit/tools/test_shell", # Needed for test shell tests.
|
||||
|
||||
# This is not actually a directory, but npruntime_util.cc includes a file
|
||||
# from WebKit starting with this path in JSCore mode.
|
||||
"+bindings/c",
|
||||
]
|
||||
include_rules = [
|
||||
"+webkit/tools/test_shell", # Needed for test shell tests.
|
||||
|
||||
# This is not actually a directory, but npruntime_util.cc includes a file
|
||||
# from WebKit starting with this path in JSCore mode.
|
||||
"+bindings/c",
|
||||
]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
include_rules = [
|
||||
"+third_party/mozilla/include",
|
||||
]
|
||||
include_rules = [
|
||||
"+third_party/mozilla/include",
|
||||
]
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário