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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
9 "+google_apis", 9 "+google_apis",
10 "+google_update", 10 "+google_update",
11 "+grit", # For generated headers 11 "+grit", # For generated headers
12 "+installer_util_strings", # For generated headers 12 "+installer_util_strings", # For generated headers
13 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
14 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 15 "+ppapi/proxy",
16 "+ppapi/shared_impl/api_id.h", 16 "+ppapi/shared_impl/api_id.h",
17 # Defines some types that are marshalled over IPC. 17 # Defines some types that are marshalled over IPC.
18 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 18 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
19 "+rlz", 19 "+rlz",
20 "+sandbox/linux", 20 "+sandbox/linux",
21 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 21 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
22 "+skia/ext", 22 "+skia/ext",
23 "+skia/include", 23 "+skia/include",
24 "+sync/api", # Sync API files. 24 "+sync/api", # Sync API files.
25 "+sync/notifier", # Sync invalidation API files. 25 "+sync/notifier", # Sync invalidation API files.
26 "+sync/protocol", # Sync protobuf files. 26 "+sync/protocol", # Sync protobuf files.
27 "+third_party/cros_system_api", 27 "+third_party/cros_system_api",
28 "+xib_localizers", # For generated mac localization helpers
29
30 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
31 # webkit/. See crbug.com/146251
32 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
33 "+webkit/appcache",
34 "+webkit/blob",
28 "+webkit/database", 35 "+webkit/database",
29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. 36 "+webkit/dom_storage",
37 "+webkit/fileapi",
30 "+webkit/forms", # Defines some types that are marshalled over IPC. 38 "+webkit/forms", # Defines some types that are marshalled over IPC.
31 "+webkit/glue", # Defines some types that are marshalled over IPC.
32 "+webkit/plugins", # Defines some types that are marshalled over IPC. 39 "+webkit/plugins", # Defines some types that are marshalled over IPC.
33 "+webkit/quota", 40 "+webkit/quota",
34 "+webkit/user_agent", 41 "+webkit/user_agent",
35 "+xib_localizers", # For generated mac localization helpers 42 # webkit/glue files are listed individually since they aren't conceptually
43 # grouped like the other webkit/ files, and can therefore be tackled one at
44 # a time.
45 "+webkit/glue/glue_serialize.h",
46 "+webkit/glue/image_decoder.h",
47 "+webkit/glue/image_resource_fetcher.h",
48 "+webkit/glue/resource_loader_bridge.h",
49 "+webkit/glue/resource_type.h",
50 "+webkit/glue/web_intent_data.h",
51 "+webkit/glue/web_intent_reply_data.h",
52 "+webkit/glue/web_intent_service_data.h",
53 "+webkit/glue/webcursor.h",
54 "+webkit/glue/webdropdata.h",
55 "+webkit/glue/webkit_glue.h",
56 "+webkit/glue/webmenuitem.h",
57 "+webkit/glue/webpreferences.h",
58 "+webkit/glue/window_open_disposition.h",
59 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
36 60
37 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 61 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
38 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 62 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
39 "!content/browser/geolocation/wifi_data_provider_common.h", 63 "!content/browser/geolocation/wifi_data_provider_common.h",
40 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 64 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
41 65
42 "-chrome/browser/ui/views", 66 "-chrome/browser/ui/views",
43 # TODO(tfarina): Remove all these. crbug.com/125846. 67 # TODO(tfarina): Remove all these. crbug.com/125846.
44 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 68 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
45 "!chrome/browser/ui/views/extensions/extension_view.h", 69 "!chrome/browser/ui/views/extensions/extension_view.h",
(...skipping 22 matching lines...) Expand all
68 "+third_party/libjingle", 92 "+third_party/libjingle",
69 "+third_party/protobuf/src/google/protobuf", 93 "+third_party/protobuf/src/google/protobuf",
70 "+third_party/re2", 94 "+third_party/re2",
71 "+third_party/sqlite", 95 "+third_party/sqlite",
72 "+third_party/undoview", 96 "+third_party/undoview",
73 97
74 # FIXME: this is used by a browser_test. We need to find a better structure 98 # FIXME: this is used by a browser_test. We need to find a better structure
75 # for this include. 99 # for this include.
76 "!chrome/renderer/visitedlink_slave.h", 100 "!chrome/renderer/visitedlink_slave.h",
77 ] 101 ]
OLDNEW
« 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