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

Side by Side Diff: chrome/browser/DEPS

Issue 8470006: Enforce that most content messages files can't be included by chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/browser/debugger/devtools_sanity_unittest.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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/browser",
10 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
11 "+content/public/browser", 10 "+content/public/browser",
12 "+grit", # For generated headers 11 "+grit", # For generated headers
13 "+media/audio", # For audio input for speech input feature. 12 "+media/audio", # For audio input for speech input feature.
14 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
15 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
16 "+ppapi/proxy", 15 "+ppapi/proxy",
17 "+rlz", 16 "+rlz",
18 "+sandbox/linux", 17 "+sandbox/linux",
19 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
20 "+skia/ext", 19 "+skia/ext",
21 "+skia/include", 20 "+skia/include",
22 "+third_party/cros", 21 "+third_party/cros",
23 "+third_party/cros_system_api", 22 "+third_party/cros_system_api",
24 "+webkit/database", 23 "+webkit/database",
25 "+webkit/glue", # Defines some types that are marshalled over IPC. 24 "+webkit/glue", # Defines some types that are marshalled over IPC.
26 "+webkit/plugins", # Defines some types that are marshalled over IPC. 25 "+webkit/plugins", # Defines some types that are marshalled over IPC.
27 "+webkit/quota", 26 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 27 "+xib_localizers", # For generated mac localization helpers
28
29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716
30 "+content/browser",
31 # Temporary to avoid regressions until above is done.
32 "-content/common/appcache",
33 "-content/common/file_system",
34 "-content/common/gpu",
35 "-content/common/media",
36 "-content/common/net",
37 "-content/common/appcache_messages.h",
38 "-content/common/child_process_messages.h",
39 "-content/common/clipboard_messages.h",
40 "-content/common/database_messages.h",
41 "-content/common/desktop_notification_messages.h",
42 "-content/common/device_orientation_messages.h",
43 # TODO(pfeldman) "-content/common/dom_storage_messages.h",
44 "-content/common/dom_storage_messages.h",
45 "-content/common/drag_messages.h",
46 "-content/common/file_system_messages.h",
47 "-content/common/file_utilities_messages.h",
48 "-content/common/gamepad_messages.h",
49 # TODO(jam) "-content/common/geolocation_messages.h",
50 "-content/common/indexed_db_messages.h",
51 "-content/common/intents_messages.h",
52 "-content/common/java_bridge_messages.h",
53 "-content/common/mime_registry_messages.h",
54 "-content/common/p2p_messages.h",
55 "-content/common/pepper_file_messages.h",
56 "-content/common/pepper_messages.h",
57 "-content/common/plugin_messages.h",
58 "-content/common/quota_messages.h",
59 "-content/common/resource_messages.h",
60 "-content/common/socket_stream_messages.h",
61 "-content/common/speech_input_messages.h",
62 "-content/common/swapped_out_messages.h",
63 "-content/common/text_input_client_messages.h",
64 "-content/common/utility_messages.h",
65 # TODO(jam) "-content/common/view_messages.h",
66 "-content/common/webblob_messages.h",
67 "-content/common/worker_messages.h",
29 68
30 # Other libraries. 69 # Other libraries.
31 "+chrome/third_party/hunspell", 70 "+chrome/third_party/hunspell",
32 "+chrome/third_party/mozilla_security_manager", 71 "+chrome/third_party/mozilla_security_manager",
33 "+libxml", # For search engine definition parsing. 72 "+libxml", # For search engine definition parsing.
34 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 73 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
35 "+third_party/cld", 74 "+third_party/cld",
36 "+third_party/expat", 75 "+third_party/expat",
37 "+third_party/iaccessible2", 76 "+third_party/iaccessible2",
38 "+third_party/isimpledom", 77 "+third_party/isimpledom",
39 "+third_party/libevent", # For the remote V8 debugging server 78 "+third_party/libevent", # For the remote V8 debugging server
40 "+third_party/libjingle", 79 "+third_party/libjingle",
41 "+third_party/protobuf/src/google/protobuf", 80 "+third_party/protobuf/src/google/protobuf",
42 "+third_party/sqlite", 81 "+third_party/sqlite",
43 "+third_party/undoview", 82 "+third_party/undoview",
44 "+v8/include", # Browser uses V8 to get the version and run the debugger. 83 "+v8/include", # Browser uses V8 to get the version and run the debugger.
45 84
46 # FIXME: these should probably not be here, we need to find a better 85 # FIXME: these should probably not be here, we need to find a better
47 # structure for these includes. 86 # structure for these includes.
48 "+chrome/renderer", 87 "+chrome/renderer",
49 ] 88 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/debugger/devtools_sanity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698