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

Unified Diff: chrome/browser/DEPS

Issue 10905061: Tighten the restrictions on including webkit code from chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert the IWYU changes Created 8 years, 3 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/chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 22ee14eb6138a46331e5ddbe36d93f6c3a706a7f..f0ce0c5d25dadaf5c762f6a586262d8b354b39e5 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -25,14 +25,38 @@ include_rules = [
"+sync/notifier", # Sync invalidation API files.
"+sync/protocol", # Sync protobuf files.
"+third_party/cros_system_api",
+ "+xib_localizers", # For generated mac localization helpers
+
+ # TODO(stuartmorgan): Remove these by refactoring necessary code out of
+ # webkit/. See crbug.com/146251
+ # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
+ "+webkit/appcache",
+ "+webkit/blob",
"+webkit/database",
- "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag.
+ "+webkit/dom_storage",
+ "+webkit/fileapi",
"+webkit/forms", # Defines some types that are marshalled over IPC.
- "+webkit/glue", # Defines some types that are marshalled over IPC.
"+webkit/plugins", # Defines some types that are marshalled over IPC.
"+webkit/quota",
"+webkit/user_agent",
- "+xib_localizers", # For generated mac localization helpers
+ # webkit/glue files are listed individually since they aren't conceptually
+ # grouped like the other webkit/ files, and can therefore be tackled one at
+ # a time.
+ "+webkit/glue/glue_serialize.h",
+ "+webkit/glue/image_decoder.h",
+ "+webkit/glue/image_resource_fetcher.h",
+ "+webkit/glue/resource_loader_bridge.h",
+ "+webkit/glue/resource_type.h",
+ "+webkit/glue/web_intent_data.h",
+ "+webkit/glue/web_intent_reply_data.h",
+ "+webkit/glue/web_intent_service_data.h",
+ "+webkit/glue/webcursor.h",
+ "+webkit/glue/webdropdata.h",
+ "+webkit/glue/webkit_glue.h",
+ "+webkit/glue/webmenuitem.h",
+ "+webkit/glue/webpreferences.h",
+ "+webkit/glue/window_open_disposition.h",
+ # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
# TODO(jam): Need to remove all these and use only content/public. BUG=98716
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698