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

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

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove webkit strings that no longer exist Created 6 years, 4 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 "+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 "+extensions/grit",
6 "+extensions/strings/grit",
5 "+libxml", 7 "+libxml",
6 "+ppapi/c", # For various types. 8 "+ppapi/c", # For various types.
7 "+skia", 9 "+skia",
8 ] 10 ]
9 11
10 specific_include_rules = { 12 specific_include_rules = {
11 # The extensions client interface is the master arbiter of which 13 # The extensions client interface is the master arbiter of which
12 # API schemas exist, so it needs to know about app APIs. 14 # API schemas exist, so it needs to know about app APIs.
13 "chrome_extensions_client\.cc": [ 15 "chrome_extensions_client\.cc": [
14 "+apps/common/api/generated_schemas.h", 16 "+apps/common/api/generated_schemas.h",
15 ], 17 ],
16 } 18 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_version_info.cc ('k') | chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698