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

Side by Side Diff: views/DEPS

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/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/test/unit/unittests.vcproj ('k') | views/accessibility/accessibility_types.h » ('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 # view.h 9 # message_box_view.cc, text_field.cc, window_delegate.cc
10 "+chrome/common/accessibility_types.h",
11
12 # view_unittest.cc
13 "+chrome/browser/browser_process.h", 10 "+chrome/browser/browser_process.h",
14 11
15 # label.cc
16 "+chrome/common/gfx/text_elider.h",
17
18 # message_box_view.cc
19 "+chrome/browser/views/standard_layout.h",
20
21 # text_field.cc 12 # text_field.cc
22 "+chrome/common/win_util.h", 13 "+chrome/common/win_util.h",
23 14
24 # widget_win.cc 15 # widget_win.cc
25 "+chrome/app/chrome_dll_resource.h", 16 "+chrome/app/chrome_dll_resource.h",
26 17
27 # window_delegate.cc 18 # window_delegate.cc
28 "+chrome/common/pref_service.h", 19 "+chrome/common/pref_service.h",
29 20
30 # chrome_menu.cc
31 "+chrome/browser/drag_utils.h",
32 "+chrome/common/gfx/color_utils.h",
33
34 # TODO(beng): swap these with app/views specific generated resources. 21 # TODO(beng): swap these with app/views specific generated resources.
35 "+grit/generated_resources.h", 22 "+grit/generated_resources.h",
36 "+grit/theme_resources.h", 23 "+grit/theme_resources.h",
37 ] 24 ]
OLDNEW
« no previous file with comments | « chrome/test/unit/unittests.vcproj ('k') | views/accessibility/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698