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

Side by Side Diff: chrome/browser/DEPS

Issue 9019004: Rename PluginService to PluginServiceImpl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
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/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 11 matching lines...) Expand all
22 "+third_party/cros_system_api", 22 "+third_party/cros_system_api",
23 "+webkit/database", 23 "+webkit/database",
24 "+webkit/forms", # Defines some types that are marshalled over IPC. 24 "+webkit/forms", # Defines some types that are marshalled over IPC.
25 "+webkit/glue", # Defines some types that are marshalled over IPC. 25 "+webkit/glue", # Defines some types that are marshalled over IPC.
26 "+webkit/plugins", # Defines some types that are marshalled over IPC. 26 "+webkit/plugins", # Defines some types that are marshalled over IPC.
27 "+webkit/quota", 27 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 28 "+xib_localizers", # For generated mac localization helpers
29 29
30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716
31 "+content/browser", 31 "+content/browser",
32 "-content/browser/notification_service_impl.h" 32 "-content/browser/notification_service_impl.h",
33 "-content/browser/plugin_service.h" 33 "-content/browser/plugin_service_impl.h",
34 34
35 "-content/common", 35 "-content/common",
36 # TODO(jam): remove all the exceptions. BUG=98716 36 # TODO(jam): remove all the exceptions. BUG=98716
37 "+content/common/view_messages.h", 37 "+content/common/view_messages.h",
38 38
39 # Other libraries. 39 # Other libraries.
40 "+chrome/third_party/hunspell", 40 "+chrome/third_party/hunspell",
41 "+chrome/third_party/mozilla_security_manager", 41 "+chrome/third_party/mozilla_security_manager",
42 "+libxml", # For search engine definition parsing. 42 "+libxml", # For search engine definition parsing.
43 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 43 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
44 "+third_party/cld", 44 "+third_party/cld",
45 "+third_party/expat", 45 "+third_party/expat",
46 "+third_party/iaccessible2", 46 "+third_party/iaccessible2",
47 "+third_party/isimpledom", 47 "+third_party/isimpledom",
48 "+third_party/libevent", # For the remote V8 debugging server 48 "+third_party/libevent", # For the remote V8 debugging server
49 "+third_party/libjingle", 49 "+third_party/libjingle",
50 "+third_party/protobuf/src/google/protobuf", 50 "+third_party/protobuf/src/google/protobuf",
51 "+third_party/sqlite", 51 "+third_party/sqlite",
52 "+third_party/undoview", 52 "+third_party/undoview",
53 "+v8/include", # Browser uses V8 to get the version and run the debugger. 53 "+v8/include", # Browser uses V8 to get the version and run the debugger.
54 54
55 # FIXME: these should probably not be here, we need to find a better 55 # FIXME: these should probably not be here, we need to find a better
56 # structure for these includes. 56 # structure for these includes.
57 "+chrome/renderer", 57 "+chrome/renderer",
58 ] 58 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/gview_request_interceptor_unittest.cc » ('j') | content/browser/plugin_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698