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

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

Issue 16702003: Move ShellWindow into apps component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yar Created 7 years, 5 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
3 # and there are only chrome specific extension things left in
4 # chrome/browser/extensions, the restriction of not being able
5 # to depend on apps will be lifted.
2 "-apps", 6 "-apps",
7 "+apps/shell_window.h",
3 8
4 # TODO(tfarina): Remove all these. crbug.com/125846. 9 # TODO(tfarina): Remove all these. crbug.com/125846.
5 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 10 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
6 "!chrome/browser/ui/views/extensions/extension_view_views.h", 11 "!chrome/browser/ui/views/extensions/extension_view_views.h",
7 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 12 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
8 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698