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

Side by Side Diff: chrome/browser/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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # TODO(benwells): Once the extensions component is established 2 # TODO(benwells): Once the extensions component is established
3 # and there are only chrome specific extension things left in 3 # and there are only chrome specific extension things left in
4 # chrome/browser/extensions, the restriction of not being able 4 # chrome/browser/extensions, the restriction of not being able
5 # to depend on apps will be lifted. 5 # to depend on apps will be lifted.
6 "-apps", 6 "-apps",
7 "+apps/app_window.h", 7 "+apps/app_window.h",
8 "+apps/app_window_registry.h", 8 "+apps/app_window_registry.h",
9 "-chrome/browser/apps", 9 "-chrome/browser/apps",
10 10
11 # TODO(tfarina): Remove all these. crbug.com/125846. 11 # TODO(tfarina): Remove all these. crbug.com/125846.
12 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 12 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
13 "!chrome/browser/ui/views/extensions/extension_view_views.h", 13 "!chrome/browser/ui/views/extensions/extension_view_views.h",
14 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 14 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
15 15
16 # For access to testing command line switches. 16 # For access to testing command line switches.
17 "+ppapi/shared_impl", 17 "+ppapi/shared_impl",
18 ] 18 ]
19
20 specific_include_rules = {
21 # The extensions client interface is the master arbiter of which
22 # API functions exist, so it needs to know about app APIs.
23 "chrome_extensions_browser_client\.cc": [
24 "+apps/common/api/generated_api.h",
25 ],
26 }
OLDNEW
« no previous file with comments | « chrome/browser/apps/app_launch_for_metro_restart_win.cc ('k') | chrome/browser/extensions/api/app_runtime/app_runtime_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698