Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3883)

Unified Diff: chrome/browser/DEPS

Issue 10512016: Get rid of internal content includes for sandbox code from chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update deps! Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
===================================================================
--- chrome/browser/DEPS (revision 140351)
+++ chrome/browser/DEPS (working copy)
@@ -8,7 +8,6 @@
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
"+chromeos",
- "+content/plugin/plugin_interpose_util_mac.h",
"+content/public/browser",
"+google_update",
"+grit", # For generated headers
@@ -34,14 +33,11 @@
"+webkit/quota",
"+xib_localizers", # For generated mac localization helpers
- "-content/browser",
# TODO(jam): Need to remove all these and use only content/public. BUG=98716
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
"+content/browser/geolocation/wifi_data_provider_common.h",
# DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
- "-content/common",
-
"-chrome/browser/ui/views",
# TODO(tfarina): Remove all these. crbug.com/125846.
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
@@ -81,7 +77,7 @@
"+third_party/sqlite",
"+third_party/undoview",
- # FIXME: these should probably not be here, we need to find a better
- # structure for these includes.
- "+chrome/renderer",
+ # FIXME: this is used by a browser_test. We need to find a better structure
+ # for this include.
+ "+chrome/renderer/visitedlink_slave.h",
]
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698