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

Side by Side Diff: chrome/common/extensions/DEPS

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/bluetooth.idl » ('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 "+components/policy/core/common", 2 "+components/policy/core/common",
3 "+device/bluetooth", # For BluetoothPermission
4 "+device/usb", # For UsbDevicePermission 3 "+device/usb", # For UsbDevicePermission
5 "+extensions/grit", 4 "+extensions/grit",
6 "+extensions/strings/grit", 5 "+extensions/strings/grit",
7 "+libxml", 6 "+libxml",
8 "+ppapi/c", # For various types. 7 "+ppapi/c", # For various types.
9 "+skia", 8 "+skia",
10 ] 9 ]
11 10
12 specific_include_rules = { 11 specific_include_rules = {
13 # The extensions client interface is the master arbiter of which 12 # The extensions client interface is the master arbiter of which
14 # API schemas exist, so it needs to know about app APIs. 13 # API schemas exist, so it needs to know about app APIs.
15 "chrome_extensions_client\.cc": [ 14 "chrome_extensions_client\.cc": [
16 "+apps/common/api/generated_schemas.h", 15 "+apps/common/api/generated_schemas.h",
17 ], 16 ],
18 } 17 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/bluetooth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698