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

Side by Side Diff: chrome/browser/DEPS

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with ToT Created 9 years, 11 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
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/plugin", # For Mac plugin interpose library. 6 "+chrome/plugin", # For Mac plugin interpose library.
7 "+chrome/profile_import", 7 "+chrome/profile_import",
8 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 9 "+chrome/views",
10 "+grit", # For generated headers 10 "+grit", # For generated headers
11 "+policy", # For generated headers and source
11 "+ppapi/c", # For various types. 12 "+ppapi/c", # For various types.
12 "+ppapi/proxy", 13 "+ppapi/proxy",
13 "+rlz", 14 "+rlz",
14 "+sandbox/linux", 15 "+sandbox/linux",
15 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 16 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
16 "+skia/ext", 17 "+skia/ext",
17 "+skia/include", 18 "+skia/include",
18 "+third_party/cros", 19 "+third_party/cros",
19 "+webkit/database", 20 "+webkit/database",
20 "+webkit/glue", # Defines some types that are marshalled over IPC. 21 "+webkit/glue", # Defines some types that are marshalled over IPC.
(...skipping 14 matching lines...) Expand all
35 "+third_party/libjingle", 36 "+third_party/libjingle",
36 "+third_party/cld", 37 "+third_party/cld",
37 "+third_party/undoview", 38 "+third_party/undoview",
38 "+v8/include", # Browser uses V8 to get the version and run the debugger. 39 "+v8/include", # Browser uses V8 to get the version and run the debugger.
39 40
40 # FIXME: these should probably not be here, we need to find a better 41 # FIXME: these should probably not be here, we need to find a better
41 # structure for these includes. 42 # structure for these includes.
42 "+chrome/renderer", 43 "+chrome/renderer",
43 "+chrome/gpu", 44 "+chrome/gpu",
44 ] 45 ]
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/policy/asynchronous_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698