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

Side by Side Diff: chrome/browser/DEPS

Issue 10830268: Allow audio system to handle synchronized low-latency audio I/O (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
9 "+google_apis", 9 "+google_apis",
10 "+google_update", 10 "+google_update",
11 "+grit", # For generated headers 11 "+grit", # For generated headers
12 "+installer_util_strings", # For generated headers 12 "+installer_util_strings", # For generated headers
13 "+media/base", # For media switches
scherkus (not reviewing) 2012/09/10 11:46:32 we shouldn't need this -- see my comments in media
Chris Rogers 2012/09/10 19:21:38 I think we'll need to have kEnableWebAudioInput in
13 "+policy", # For generated headers and source 14 "+policy", # For generated headers and source
14 "+ppapi/c", # For various types. 15 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 16 "+ppapi/proxy",
16 "+ppapi/shared_impl/api_id.h", 17 "+ppapi/shared_impl/api_id.h",
17 # Defines some types that are marshalled over IPC. 18 # Defines some types that are marshalled over IPC.
18 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 19 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
19 "+rlz", 20 "+rlz",
20 "+sandbox/linux", 21 "+sandbox/linux",
21 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 22 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
22 "+skia/ext", 23 "+skia/ext",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "+third_party/libjingle", 68 "+third_party/libjingle",
68 "+third_party/protobuf/src/google/protobuf", 69 "+third_party/protobuf/src/google/protobuf",
69 "+third_party/re2", 70 "+third_party/re2",
70 "+third_party/sqlite", 71 "+third_party/sqlite",
71 "+third_party/undoview", 72 "+third_party/undoview",
72 73
73 # FIXME: this is used by a browser_test. We need to find a better structure 74 # FIXME: this is used by a browser_test. We need to find a better structure
74 # for this include. 75 # for this include.
75 "!chrome/renderer/visitedlink_slave.h", 76 "!chrome/renderer/visitedlink_slave.h",
76 ] 77 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698