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

Side by Side Diff: chrome/browser/DEPS

Issue 2806070: cros: fix more of the third_party includes, forbid similar includes for futur... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 5 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/chromeos/DEPS » ('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/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 "+cros", 10 "+cros",
11 "+grit", # For generated headers 11 "+grit", # For generated headers
12 "+sandbox/src", 12 "+sandbox/src",
13 "+skia/include", 13 "+skia/include",
14 "+webkit/database", 14 "+webkit/database",
15 "+webkit/glue", # Defines some types that are marshalled over IPC. 15 "+webkit/glue", # Defines some types that are marshalled over IPC.
16 "+xib_localizers", # For generated mac localization helpers 16 "+xib_localizers", # For generated mac localization helpers
17 17
18 # Other libraries. 18 # Other libraries.
19 "+chrome/third_party/hunspell", 19 "+chrome/third_party/hunspell",
20 "+chrome/third_party/mozilla_security_manager", 20 "+chrome/third_party/mozilla_security_manager",
21 "+libxml", # For search engine definition parsing. 21 "+libxml", # For search engine definition parsing.
22 "+media/audio", # Chrome's lightweight audio library. 22 "+media/audio", # Chrome's lightweight audio library.
23 "+media/base", 23 "+media/base",
24 "+third_party/cros",
25 "+third_party/expat", 24 "+third_party/expat",
26 "+third_party/gpsd", 25 "+third_party/gpsd",
27 "+third_party/sqlite", 26 "+third_party/sqlite",
28 "+third_party/libevent", # For the remote V8 debugging server 27 "+third_party/libevent", # For the remote V8 debugging server
29 "+third_party/cld", 28 "+third_party/cld",
30 "+v8/include", # Browser uses V8 to get the version and run the debugger. 29 "+v8/include", # Browser uses V8 to get the version and run the debugger.
31 30
32 # FIXME: this should probably not be here, we need to find a better 31 # FIXME: this should probably not be here, we need to find a better
33 # structure for these includes. 32 # structure for these includes.
34 "+chrome/renderer", 33 "+chrome/renderer",
35 ] 34 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698