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

Side by Side Diff: views/DEPS

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/worker/worker_main.cc ('k') | views/controls/button/menu_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 include_rules = [ 1 include_rules = [
2 "+app", 2 "+app",
3 "+skia/ext", 3 "+skia/ext",
4 "+skia/include", 4 "+skia/include",
5 5
6 # TODO(beng): sever these dependencies into chrome by either refactoring or 6 # TODO(beng): sever these dependencies into chrome by either refactoring or
7 # moving code into app/ 7 # moving code into app/
8 8
9 # message_box_view.cc, text_field.cc, window_delegate.cc 9 # message_box_view.cc, text_field.cc, window_delegate.cc
10 "+chrome/browser/browser_process.h", 10 "+chrome/browser/browser_process.h",
11 11
12 # text_field.cc
13 "+chrome/common/win_util.h",
14
15 # widget_win.cc 12 # widget_win.cc
16 "+chrome/app/chrome_dll_resource.h", 13 "+chrome/app/chrome_dll_resource.h",
17 14
18 # window_delegate.cc 15 # window_delegate.cc
19 "+chrome/common/pref_service.h", 16 "+chrome/common/pref_service.h",
20 17
21 # TODO(beng): swap these with app/views specific generated resources. 18 # TODO(beng): swap these with app/views specific generated resources.
22 "+grit/generated_resources.h", 19 "+grit/generated_resources.h",
23 "+grit/theme_resources.h", 20 "+grit/theme_resources.h",
24 ] 21 ]
OLDNEW
« no previous file with comments | « chrome/worker/worker_main.cc ('k') | views/controls/button/menu_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698