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 | |
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')
-rw-r--r-- | content/browser/DEPS | 150 | ||||
-rw-r--r-- | content/common/DEPS | 8 | ||||
-rw-r--r-- | content/gpu/DEPS | 22 | ||||
-rw-r--r-- | content/renderer/DEPS | 16 | ||||
-rw-r--r-- | content/worker/DEPS | 20 |
5 files changed, 108 insertions, 108 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS index 9381046..0a1eff9 100644 --- a/content/browser/DEPS +++ b/content/browser/DEPS @@ -1,75 +1,75 @@ -include_rules = [
- "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
-
- # Listing of the remaining #chrome includes in content\browser. People are
- # actively working on reducing this to 0. Do not add any more!
-
- "+chrome/browser/accessibility/browser_accessibility_state.h",
-
- "+chrome/browser/browser_process.h",
-
- "+chrome/browser/browser_url_handler.h",
-
- # http://crbug.com/84078
- "+chrome/browser/debugger/devtools_manager.h",
- "+chrome/browser/debugger/devtools_netlog_observer.h",
-
- # http://crbug.com/82782
- "+chrome/browser/download/download_file_manager.h",
- "+chrome/browser/download/download_manager.h",
- "+chrome/browser/download/download_request_limiter.h",
- "+chrome/browser/download/save_file_manager.h",
- "+chrome/browser/download/download_types.h",
- "+chrome/browser/download/download_util.h",
- "+chrome/browser/renderer_host/download_resource_handler.h",
- "+chrome/browser/renderer_host/save_file_resource_handler.h",
-
- # http://crbug.com/76789
- "+chrome/browser/extensions/extension_info_map.h",
- "+chrome/common/extensions/extension.h",
- "+chrome/common/extensions/user_script.h",
-
- "+chrome/browser/external_protocol/external_protocol_handler.h",
-
- "+chrome/browser/load_from_memory_cache_details.h",
-
- "+chrome/browser/mach_broker_mac.h",
-
- "+chrome/browser/net/load_timing_observer.h",
-
- "+chrome/browser/notifications/desktop_notification_service.h",
- "+chrome/browser/notifications/desktop_notification_service_factory.h",
- "+chrome/browser/notifications/notifications_prefs_cache.h",
-
- # http://crbug.com/76788
- "+chrome/browser/profiles/profile.h",
-
- "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
-
- "+chrome/browser/sessions/session_id.h",
- "+chrome/browser/sessions/session_types.h",
-
- "+chrome/browser/ssl/ssl_add_cert_handler.h",
- "+chrome/browser/ssl/ssl_client_auth_handler.h",
- "+chrome/browser/ssl/ssl_manager.h",
-
- "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
-
- "+chrome/browser/utility_process_host.h",
-
- "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h",
- "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h",
- "+chrome/browser/ui/crypto_module_password_dialog.h",
- "+chrome/browser/ui/login/login_prompt.h",
-
- "+chrome/common/chrome_constants.h",
- "+chrome/common/chrome_switches.h",
- "+chrome/common/chrome_paths.h",
- "+chrome/common/logging_chrome.h",
-
- # ONLY USED BY TESTS
- "+chrome/browser/net/url_request_failed_dns_job.h",
- "+chrome/browser/net/url_request_mock_http_job.h",
- "+chrome/browser/ui/browser.h",
- "+chrome/browser/ui/cocoa/find_pasteboard.h",
-]
+include_rules = [ + "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. + + # Listing of the remaining #chrome includes in content\browser. People are + # actively working on reducing this to 0. Do not add any more! + + "+chrome/browser/accessibility/browser_accessibility_state.h", + + "+chrome/browser/browser_process.h", + + "+chrome/browser/browser_url_handler.h", + + # http://crbug.com/84078 + "+chrome/browser/debugger/devtools_manager.h", + "+chrome/browser/debugger/devtools_netlog_observer.h", + + # http://crbug.com/82782 + "+chrome/browser/download/download_file_manager.h", + "+chrome/browser/download/download_manager.h", + "+chrome/browser/download/download_request_limiter.h", + "+chrome/browser/download/save_file_manager.h", + "+chrome/browser/download/download_types.h", + "+chrome/browser/download/download_util.h", + "+chrome/browser/renderer_host/download_resource_handler.h", + "+chrome/browser/renderer_host/save_file_resource_handler.h", + + # http://crbug.com/76789 + "+chrome/browser/extensions/extension_info_map.h", + "+chrome/common/extensions/extension.h", + "+chrome/common/extensions/user_script.h", + + "+chrome/browser/external_protocol/external_protocol_handler.h", + + "+chrome/browser/load_from_memory_cache_details.h", + + "+chrome/browser/mach_broker_mac.h", + + "+chrome/browser/net/load_timing_observer.h", + + "+chrome/browser/notifications/desktop_notification_service.h", + "+chrome/browser/notifications/desktop_notification_service_factory.h", + "+chrome/browser/notifications/notifications_prefs_cache.h", + + # http://crbug.com/76788 + "+chrome/browser/profiles/profile.h", + + "+chrome/browser/renderer_host/download_throttling_resource_handler.h", + + "+chrome/browser/sessions/session_id.h", + "+chrome/browser/sessions/session_types.h", + + "+chrome/browser/ssl/ssl_add_cert_handler.h", + "+chrome/browser/ssl/ssl_client_auth_handler.h", + "+chrome/browser/ssl/ssl_manager.h", + + "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", + + "+chrome/browser/utility_process_host.h", + + "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h", + "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h", + "+chrome/browser/ui/crypto_module_password_dialog.h", + "+chrome/browser/ui/login/login_prompt.h", + + "+chrome/common/chrome_constants.h", + "+chrome/common/chrome_switches.h", + "+chrome/common/chrome_paths.h", + "+chrome/common/logging_chrome.h", + + # ONLY USED BY TESTS + "+chrome/browser/net/url_request_failed_dns_job.h", + "+chrome/browser/net/url_request_mock_http_job.h", + "+chrome/browser/ui/browser.h", + "+chrome/browser/ui/cocoa/find_pasteboard.h", +] diff --git a/content/common/DEPS b/content/common/DEPS index f16bad8..ae1fd197 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -1,4 +1,4 @@ -include_rules = [
- "-chrome",
-]
-
+include_rules = [ + "-chrome", +] + diff --git a/content/gpu/DEPS b/content/gpu/DEPS index 11b3d3d..d0081f6 100644 --- a/content/gpu/DEPS +++ b/content/gpu/DEPS @@ -1,11 +1,11 @@ -include_rules = [
- "-chrome",
- "+chrome/app",
- "+gpu/command_buffer",
- "+libEGL",
- "+libGLESv2",
- "+media/base",
- "+media/video",
- "+sandbox",
- "+skia",
-]
+include_rules = [ + "-chrome", + "+chrome/app", + "+gpu/command_buffer", + "+libEGL", + "+libGLESv2", + "+media/base", + "+media/video", + "+sandbox", + "+skia", +] diff --git a/content/renderer/DEPS b/content/renderer/DEPS index 4d577da..13e3483 100644 --- a/content/renderer/DEPS +++ b/content/renderer/DEPS @@ -1,8 +1,8 @@ -include_rules = [
- "-chrome",
- "+chrome/test",
- "+content/plugin", # For shared npruntime proxying code.
- "+third_party/mach_override",
- "+third_party/tcmalloc",
- "+v8/include",
-]
+include_rules = [ + "-chrome", + "+chrome/test", + "+content/plugin", # For shared npruntime proxying code. + "+third_party/mach_override", + "+third_party/tcmalloc", + "+v8/include", +] 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", +] + |