diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/DEPS | 28 | ||||
-rw-r--r-- | chrome/app/DEPS | 12 | ||||
-rw-r--r-- | chrome/browser/DEPS | 38 | ||||
-rw-r--r-- | chrome/common/DEPS | 16 | ||||
-rw-r--r-- | chrome/installer/DEPS | 8 | ||||
-rw-r--r-- | chrome/renderer/DEPS | 8 | ||||
-rw-r--r-- | chrome/test/DEPS | 8 | ||||
-rw-r--r-- | chrome/test/perf/DEPS | 6 |
8 files changed, 62 insertions, 62 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 618d1b3..83639d6 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -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", +] diff --git a/chrome/app/DEPS b/chrome/app/DEPS index caa6945..892a0d2 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -1,6 +1,6 @@ -include_rules = [
- "+breakpad",
- "+chrome/browser",
- "+sandbox",
- "+tools/memory_watcher",
-]
+include_rules = [ + "+breakpad", + "+chrome/browser", + "+sandbox", + "+tools/memory_watcher", +] 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", +] diff --git a/chrome/common/DEPS b/chrome/common/DEPS index bd0159c..fdd760a 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -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", +] + diff --git a/chrome/installer/DEPS b/chrome/installer/DEPS index 530b46c..1fa50b3 100644 --- a/chrome/installer/DEPS +++ b/chrome/installer/DEPS @@ -1,4 +1,4 @@ -include_rules = [
- "+third_party/bspatch",
- "+third_party/lzma_sdk",
-]
+include_rules = [ + "+third_party/bspatch", + "+third_party/lzma_sdk", +] diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index 3632832..c732328 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -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. +] + diff --git a/chrome/test/DEPS b/chrome/test/DEPS index 20e075d..70906cf 100644 --- a/chrome/test/DEPS +++ b/chrome/test/DEPS @@ -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", +] diff --git a/chrome/test/perf/DEPS b/chrome/test/perf/DEPS index c35ddd5..d29562f 100644 --- a/chrome/test/perf/DEPS +++ b/chrome/test/perf/DEPS @@ -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. +] |