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

Side by Side Diff: chrome/common/DEPS

Issue 11413099: Bluetooth API Permission Dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix memory leak Created 8 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 | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/extension_manifest_constants.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/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+device/bluetooth", # For BluetoothDevicePermission
3 "+extensions/common", 4 "+extensions/common",
4 "+grit", # For generated headers 5 "+grit", # For generated headers
5 "+libxml", 6 "+libxml",
6 "+ppapi/c", # For various types. 7 "+ppapi/c", # For various types.
7 "+ppapi/proxy", 8 "+ppapi/proxy",
8 "+ppapi/shared_impl", 9 "+ppapi/shared_impl",
9 "+remoting/client/plugin", 10 "+remoting/client/plugin",
10 "+sandbox/win/src", 11 "+sandbox/win/src",
11 "+skia", 12 "+skia",
12 "+webkit/glue", 13 "+webkit/glue",
(...skipping 13 matching lines...) Expand all
26 "+third_party/zlib", 27 "+third_party/zlib",
27 28
28 # This is required by all_messages.h to allow logging of all messages. It 29 # This is required by all_messages.h to allow logging of all messages. It
29 # can't be moved to chrome/common/ because it has so many dependencies in 30 # can't be moved to chrome/common/ because it has so many dependencies in
30 # chrome/browser/. 31 # chrome/browser/.
31 "+chrome/browser/importer/profile_import_process_messages.h", 32 "+chrome/browser/importer/profile_import_process_messages.h",
32 33
33 # FIXME - refactor code and remove these dependencies 34 # FIXME - refactor code and remove these dependencies
34 "+chrome/installer", 35 "+chrome/installer",
35 ] 36 ]
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/extension_manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698