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

Side by Side Diff: chrome/browser/DEPS

Issue 8603015: Get rid of a bunch of view_messages.h includes from chrome by making the TabContentsObserver inte... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux and try to fix mac again 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/autofill/autofill_manager.h » ('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/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 30 matching lines...) Expand all
41 "-content/common/desktop_notification_messages.h", 41 "-content/common/desktop_notification_messages.h",
42 "-content/common/device_orientation_messages.h", 42 "-content/common/device_orientation_messages.h",
43 # TODO(pfeldman) "-content/common/dom_storage_messages.h", 43 # TODO(pfeldman) "-content/common/dom_storage_messages.h",
44 "-content/common/dom_storage_messages.h", 44 "-content/common/dom_storage_messages.h",
45 "-content/common/drag_messages.h", 45 "-content/common/drag_messages.h",
46 "-content/common/file_system_messages.h", 46 "-content/common/file_system_messages.h",
47 "-content/common/file_utilities_messages.h", 47 "-content/common/file_utilities_messages.h",
48 "-content/common/gamepad_messages.h", 48 "-content/common/gamepad_messages.h",
49 # TODO(jam) "-content/common/geolocation_messages.h", 49 # TODO(jam) "-content/common/geolocation_messages.h",
50 "-content/common/indexed_db_messages.h", 50 "-content/common/indexed_db_messages.h",
51 "-content/common/intents_messages.h", 51 # TODO(jam) "-content/common/intents_messages.h",
52 "-content/common/java_bridge_messages.h", 52 "-content/common/java_bridge_messages.h",
53 "-content/common/mime_registry_messages.h", 53 "-content/common/mime_registry_messages.h",
54 "-content/common/p2p_messages.h", 54 "-content/common/p2p_messages.h",
55 "-content/common/pepper_file_messages.h", 55 "-content/common/pepper_file_messages.h",
56 "-content/common/pepper_messages.h", 56 "-content/common/pepper_messages.h",
57 "-content/common/plugin_messages.h", 57 "-content/common/plugin_messages.h",
58 "-content/common/quota_messages.h", 58 "-content/common/quota_messages.h",
59 "-content/common/resource_messages.h", 59 "-content/common/resource_messages.h",
60 "-content/common/socket_stream_messages.h", 60 "-content/common/socket_stream_messages.h",
61 "-content/common/speech_input_messages.h", 61 "-content/common/speech_input_messages.h",
(...skipping 17 matching lines...) Expand all
79 "+third_party/libjingle", 79 "+third_party/libjingle",
80 "+third_party/protobuf/src/google/protobuf", 80 "+third_party/protobuf/src/google/protobuf",
81 "+third_party/sqlite", 81 "+third_party/sqlite",
82 "+third_party/undoview", 82 "+third_party/undoview",
83 "+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.
84 84
85 # 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
86 # structure for these includes. 86 # structure for these includes.
87 "+chrome/renderer", 87 "+chrome/renderer",
88 ] 88 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698