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

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

Issue 217533006: Introduce apps API target in //apps and move app.runtime API into it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dependencies (app-runtime-move) Created 6 years, 8 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.gypi ('k') | chrome/common/extensions/api/api.gyp » ('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 3 "+device/bluetooth", # For BluetoothPermission
4 "+device/usb", # For UsbDevicePermission 4 "+device/usb", # For UsbDevicePermission
5 "+libxml", 5 "+libxml",
6 "+ppapi/c", # For various types. 6 "+ppapi/c", # For various types.
7 "+skia", 7 "+skia",
8 ] 8 ]
9
10 specific_include_rules = {
11 # The extensions client interface is the master arbiter of which
12 # API schemas exist, so it needs to know about app APIs.
13 "chrome_extensions_client\.cc": [
14 "+apps/common/api/generated_schemas.h",
15 ],
16 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698