OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |