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

Side by Side Diff: ui/views/win/DEPS

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « ui/views/widget/window_reorderer_unittest.cc ('k') | ui/views/win/fullscreen_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # hwnd_util is allowed to include ui/views because it has separate
2 # implementations for win and aura.
3 specific_include_rules = {
4 "hwnd_util.*": [
5 "+ui/views",
6 ],
7 }
8
9 # The rest of the code here is intended to be distinct from the rest of
10 # views and not depend on the details of the win and aura implementations.
11 # Use HWNDMessageHandlerDelegate instead of #including views types.
12 include_rules = [
13 "-ui/views",
14
15 "+base",
16 "+ui/base",
17 "+ui/gfx",
18 "+ui/views/accessibility/native_view_accessibility_win.h",
19 "+ui/views/ime/input_method_delegate.h",
20 "+ui/views/views_delegate.h",
21 "+ui/views/views_export.h",
22 "+ui/views/widget/monitor_win.h",
23 "+ui/views/widget/widget_hwnd_utils.h",
24 "+ui/views/win",
25 ]
OLDNEW
« no previous file with comments | « ui/views/widget/window_reorderer_unittest.cc ('k') | ui/views/win/fullscreen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698