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

Side by Side Diff: chrome/browser/DEPS

Issue 5854003: Remove CrOS hack from ppapi.gyp that made the include directories work. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/cros/brightness_library.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/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",
11 "+grit", # For generated headers 10 "+grit", # For generated headers
12 "+ppapi/proxy", 11 "+ppapi/proxy",
13 "+rlz", 12 "+rlz",
14 "+sandbox/linux", 13 "+sandbox/linux",
15 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 14 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
16 "+skia/ext", 15 "+skia/ext",
17 "+skia/include", 16 "+skia/include",
17 "+third_party/cros",
18 "+webkit/database", 18 "+webkit/database",
19 "+webkit/glue", # Defines some types that are marshalled over IPC. 19 "+webkit/glue", # Defines some types that are marshalled over IPC.
20 "+webkit/plugins", # Defines some types that are marshalled over IPC. 20 "+webkit/plugins", # Defines some types that are marshalled over IPC.
21 "+xib_localizers", # For generated mac localization helpers 21 "+xib_localizers", # For generated mac localization helpers
22 22
23 # Other libraries. 23 # Other libraries.
24 "+chrome/third_party/hunspell", 24 "+chrome/third_party/hunspell",
25 "+chrome/third_party/mozilla_security_manager", 25 "+chrome/third_party/mozilla_security_manager",
26 "+libxml", # For search engine definition parsing. 26 "+libxml", # For search engine definition parsing.
27 "+media/audio", # Chrome's lightweight audio library. 27 "+media/audio", # Chrome's lightweight audio library.
28 "+media/base", 28 "+media/base",
29 "+third_party/apple", # Apple code ImageAndTextCell. 29 "+third_party/apple", # Apple code ImageAndTextCell.
30 "+third_party/expat", 30 "+third_party/expat",
31 "+third_party/gpsd", 31 "+third_party/gpsd",
32 "+third_party/sqlite", 32 "+third_party/sqlite",
33 "+third_party/libevent", # For the remote V8 debugging server 33 "+third_party/libevent", # For the remote V8 debugging server
34 "+third_party/libjingle", 34 "+third_party/libjingle",
35 "+third_party/cld", 35 "+third_party/cld",
36 "+third_party/undoview", 36 "+third_party/undoview",
37 "+v8/include", # Browser uses V8 to get the version and run the debugger. 37 "+v8/include", # Browser uses V8 to get the version and run the debugger.
38 38
39 # FIXME: this should probably not be here, we need to find a better 39 # FIXME: this should probably not be here, we need to find a better
40 # structure for these includes. 40 # structure for these includes.
41 "+chrome/renderer", 41 "+chrome/renderer",
42 ] 42 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/brightness_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698