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

Side by Side Diff: ash/common/shelf/DEPS

Issue 2228713003: mash: Convert ShelfView to wm common types, clean up Shelf access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix control reaches end of non-void function warnings Created 4 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
« no previous file with comments | « ash/aura/wm_shelf_aura.h ('k') | ash/common/shelf/app_list_button.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ 1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@
2 # before adding items here. http://crbug.com/615155 2 # before adding items here. http://crbug.com/615155
3 specific_include_rules = { 3 specific_include_rules = {
4 "app_list_button.cc": [ 4 "shelf_view.cc": [
5 "+ash/shelf/shelf_view.h" 5 "+ash/shelf/shelf_widget.h"
6 ],
7 "overflow_bubble.cc": [
8 "+ash/shelf/shelf_view.h"
9 ],
10 "shelf_button.cc": [
11 "+ash/shelf/shelf_view.h"
12 ],
13 "shelf_tooltip_manager.cc": [
14 "+ash/shelf/shelf_view.h"
15 ],
16 "shelf_tooltip_manager_unittest.cc": [
17 "+ash/shelf/shelf_view.h"
18 ], 6 ],
19 } 7 }
OLDNEW
« no previous file with comments | « ash/aura/wm_shelf_aura.h ('k') | ash/common/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698