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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/autofill/autofill_browsertest.cc » ('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/app/locales", 4 "+chrome/app/locales",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/personalization", 6 "+chrome/personalization",
7 "+chrome/profile_import", 7 "+chrome/profile_import",
8 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 9 "+chrome/views",
10 "+chromeos", 10 "+chromeos",
11 "+content/plugin/plugin_interpose_util_mac.h",
12 "+content/public/browser", 11 "+content/public/browser",
13 "+google_update", 12 "+google_update",
14 "+grit", # For generated headers 13 "+grit", # For generated headers
15 "+installer_util_strings", # For generated headers 14 "+installer_util_strings", # For generated headers
16 "+policy", # For generated headers and source 15 "+policy", # For generated headers and source
17 "+ppapi/c", # For various types. 16 "+ppapi/c", # For various types.
18 "+ppapi/proxy", 17 "+ppapi/proxy",
19 "+ppapi/shared_impl/api_id.h", 18 "+ppapi/shared_impl/api_id.h",
20 "+rlz", 19 "+rlz",
21 "+sandbox/linux", 20 "+sandbox/linux",
22 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 21 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
23 "+skia/ext", 22 "+skia/ext",
24 "+skia/include", 23 "+skia/include",
25 "+sync/api", # Sync API files. 24 "+sync/api", # Sync API files.
26 "+sync/protocol", # Sync protobuf files. 25 "+sync/protocol", # Sync protobuf files.
27 "+third_party/cros", 26 "+third_party/cros",
28 "+third_party/cros_system_api", 27 "+third_party/cros_system_api",
29 "+webkit/database", 28 "+webkit/database",
30 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. 29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag.
31 "+webkit/forms", # Defines some types that are marshalled over IPC. 30 "+webkit/forms", # Defines some types that are marshalled over IPC.
32 "+webkit/glue", # Defines some types that are marshalled over IPC. 31 "+webkit/glue", # Defines some types that are marshalled over IPC.
33 "+webkit/plugins", # Defines some types that are marshalled over IPC. 32 "+webkit/plugins", # Defines some types that are marshalled over IPC.
34 "+webkit/quota", 33 "+webkit/quota",
35 "+xib_localizers", # For generated mac localization helpers 34 "+xib_localizers", # For generated mac localization helpers
36 35
37 "-content/browser",
38 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 36 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
39 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
40 "+content/browser/geolocation/wifi_data_provider_common.h", 38 "+content/browser/geolocation/wifi_data_provider_common.h",
41 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 39 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
42 40
43 "-content/common",
44
45 "-chrome/browser/ui/views", 41 "-chrome/browser/ui/views",
46 # TODO(tfarina): Remove all these. crbug.com/125846. 42 # TODO(tfarina): Remove all these. crbug.com/125846.
47 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 43 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
48 "+chrome/browser/ui/views/ash/panel_view_aura.h", 44 "+chrome/browser/ui/views/ash/panel_view_aura.h",
49 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", 45 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h",
50 "+chrome/browser/ui/views/constrained_window_views.h", 46 "+chrome/browser/ui/views/constrained_window_views.h",
51 "+chrome/browser/ui/views/extensions/extension_popup.h", 47 "+chrome/browser/ui/views/extensions/extension_popup.h",
52 "+chrome/browser/ui/views/extensions/extension_view.h", 48 "+chrome/browser/ui/views/extensions/extension_view.h",
53 "+chrome/browser/ui/views/frame/browser_view.h", 49 "+chrome/browser/ui/views/frame/browser_view.h",
54 "+chrome/browser/ui/views/infobars/infobar_container_view.h", 50 "+chrome/browser/ui/views/infobars/infobar_container_view.h",
(...skipping 19 matching lines...) Expand all
74 "+third_party/iaccessible2", 70 "+third_party/iaccessible2",
75 "+third_party/icu", 71 "+third_party/icu",
76 "+third_party/isimpledom", 72 "+third_party/isimpledom",
77 "+third_party/leveldatabase", 73 "+third_party/leveldatabase",
78 "+third_party/libevent", # For the remote V8 debugging server 74 "+third_party/libevent", # For the remote V8 debugging server
79 "+third_party/libjingle", 75 "+third_party/libjingle",
80 "+third_party/protobuf/src/google/protobuf", 76 "+third_party/protobuf/src/google/protobuf",
81 "+third_party/sqlite", 77 "+third_party/sqlite",
82 "+third_party/undoview", 78 "+third_party/undoview",
83 79
84 # FIXME: these should probably not be here, we need to find a better 80 # FIXME: this is used by a browser_test. We need to find a better structure
85 # structure for these includes. 81 # for this include.
86 "+chrome/renderer", 82 "+chrome/renderer/visitedlink_slave.h",
87 ] 83 ]
OLDNEW
« 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