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

Side by Side Diff: apps/shell/common/DEPS

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 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 # TODO(jamescook): Remove these. http://crbug.com/305404 2 # TODO(jamescook): Remove these. http://crbug.com/305404
3 # Chrome pieces for app_shell bring-up. 3 # Chrome pieces for app_shell bring-up.
4 "+chrome/common/extensions/api/generated_api.h",
5 "+chrome/common/extensions/api/generated_schemas.h",
4 "+chrome/common/extensions/api/sockets/sockets_manifest_handler.h", 6 "+chrome/common/extensions/api/sockets/sockets_manifest_handler.h",
5 "+chrome/common/extensions/features/base_feature_provider.h", 7 "+chrome/common/extensions/features/base_feature_provider.h",
6 "+chrome/common/extensions/permissions/chrome_api_permissions.h", 8 "+chrome/common/extensions/permissions/chrome_api_permissions.h",
7 9
8 # Override apps/DEPS to be more selective about content includes. 10 # Override apps/DEPS to be more selective about content includes.
9 "-content", 11 "-content",
10 "+content/public/common", 12 "+content/public/common",
11 "+content/public/test", 13 "+content/public/test",
12 14
13 "+webkit/common/user_agent/user_agent_util.h", 15 "+webkit/common/user_agent/user_agent_util.h",
14 ] 16 ]
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_extensions_browser_client.cc ('k') | apps/shell/common/shell_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698