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

Side by Side Diff: chrome/browser/DEPS

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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 | « no previous file | chrome/browser/extensions/app_notification_manager.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/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
11 "+google_update", 11 "+google_update",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+policy", # For generated headers and source 13 "+policy", # For generated headers and source
14 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 15 "+ppapi/proxy",
16 "+rlz", 16 "+rlz",
17 "+sandbox/linux", 17 "+sandbox/linux",
18 "+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.
19 "+skia/ext", 19 "+skia/ext",
20 "+skia/include", 20 "+skia/include",
21 "+sync/protocol", # Sync protobuf files.
21 "+third_party/cros", 22 "+third_party/cros",
22 "+third_party/cros_system_api", 23 "+third_party/cros_system_api",
23 "+webkit/database", 24 "+webkit/database",
24 "+webkit/forms", # Defines some types that are marshalled over IPC. 25 "+webkit/forms", # Defines some types that are marshalled over IPC.
25 "+webkit/glue", # Defines some types that are marshalled over IPC. 26 "+webkit/glue", # Defines some types that are marshalled over IPC.
26 "+webkit/plugins", # Defines some types that are marshalled over IPC. 27 "+webkit/plugins", # Defines some types that are marshalled over IPC.
27 "+webkit/quota", 28 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 29 "+xib_localizers", # For generated mac localization helpers
29 30
30 "-content/browser", 31 "-content/browser",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+third_party/libevent", # For the remote V8 debugging server 85 "+third_party/libevent", # For the remote V8 debugging server
85 "+third_party/libjingle", 86 "+third_party/libjingle",
86 "+third_party/protobuf/src/google/protobuf", 87 "+third_party/protobuf/src/google/protobuf",
87 "+third_party/sqlite", 88 "+third_party/sqlite",
88 "+third_party/undoview", 89 "+third_party/undoview",
89 90
90 # FIXME: these should probably not be here, we need to find a better 91 # FIXME: these should probably not be here, we need to find a better
91 # structure for these includes. 92 # structure for these includes.
92 "+chrome/renderer", 93 "+chrome/renderer",
93 ] 94 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/app_notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698