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

Side by Side Diff: apps/DEPS

Issue 12210102: Ensure that the AppListController class which lives in app_list_controller_win.cc plays nice with A… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | apps/app_launcher.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 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+content", 3 "+content",
4 # Temporary allowed includes. 4 # Temporary allowed includes.
5 # TODO(benwells): remove these (http://crbug.com/159366) 5 # TODO(benwells): remove these (http://crbug.com/159366)
6 "+chrome/browser/browser_process.h", 6 "+chrome/browser/browser_process.h",
7 "+chrome/browser/extensions", 7 "+chrome/browser/extensions",
8 "+chrome/browser/prefs", 8 "+chrome/browser/prefs",
9 "+chrome/browser/profiles", 9 "+chrome/browser/profiles",
10 "+chrome/browser/ui",
10 "+chrome/common/chrome_notification_types.h", 11 "+chrome/common/chrome_notification_types.h",
11 "+chrome/common/chrome_switches.h", 12 "+chrome/common/chrome_switches.h",
12 "+chrome/common/extensions", 13 "+chrome/common/extensions",
13 "+chrome/installer", 14 "+chrome/installer",
14 ] 15 ]
OLDNEW
« no previous file with comments | « no previous file | apps/app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698