Commit 48288a5e authored by jam@chromium.org's avatar jam@chromium.org

Remove all the chrome exceptions in content's DEPS that were there for...

Remove all the chrome exceptions in content's DEPS that were there for browser_tests, now that content_browsertests is ready.

BUG=90448
Review URL: https://chromiumcodereview.appspot.com/10831073

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148983 0039d316-1c4b-4281-b951-d872f2087c98
parent 5add9450
......@@ -3,10 +3,6 @@
include_rules = [
"+crypto",
# Until we move most of our testing infrastructure in a way that content can
# make use of it.
"+chrome/test",
# The subdirectories in content/ will manually allow their own include
# directories in content/ so we disallow all of them.
"-content",
......
......@@ -14,10 +14,4 @@ include_rules = [
# DO NOT ADD ANY CHROME INCLUDES HERE!!!
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
# ONLY USED BY TESTS
"+chrome/browser/ui/browser.h",
"+chrome/browser/ui/browser_commands.h",
"+chrome/browser/ui/browser_tabstrip.h",
"+chrome/browser/ui/singleton_tabs.h",
]
include_rules = [
"-chrome",
"+chrome/browser/ui", # for browser_test
"+chrome/test", # for browser_test
"+third_party/sudden_motion_sensor",
]
......@@ -4,11 +4,11 @@
#include "base/file_util.h"
#include "base/scoped_temp_dir.h"
#include "chrome/test/base/ui_test_utils.h"
#include "content/browser/browser_thread_impl.h"
#include "content/browser/in_process_webkit/indexed_db_context_impl.h"
#include "content/public/common/url_constants.h"
#include "content/public/test/test_browser_context.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/database/database_util.h"
#include "webkit/quota/mock_special_storage_policy.h"
#include "webkit/quota/special_storage_policy.h"
......
include_rules = [
"+chrome/app",
"+gpu/command_buffer",
"+libEGL",
"+libGLESv2",
......
include_rules = [
"-chrome",
"+chrome/app",
"+gpu/command_buffer",
"+libEGL",
"+libGLESv2",
......
include_rules = [
"-chrome",
"+content/public/plugin",
"+ppapi/c",
"+ppapi/proxy",
......
include_rules = [
"+chrome/test",
# TODO(avi): remove this chrome include http://crbug.com/139631
"+chrome/test/security_tests/renderer_sandbox_tests_mac.h",
"+content/public/renderer",
"+content/public/browser/native_web_keyboard_event.h", # For tests.
"+content/public/browser/web_ui_controller_factory.h", # For tests.
......
include_rules = [
"+chrome/browser/ui/browser.h",
"+chrome/browser/ui/browser_tabstrip.h",
# Testing utilities can access anything in content/
"+content",
"+media/base", # For ChannelLayout in WebRTC tests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment