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

Side by Side Diff: ash/ash.gyp

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal Created 4 years, 6 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/accelerators/accelerator_commands.cc ('k') | ash/aura/wm_shell_aura.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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'common/wm/default_state.h', 82 'common/wm/default_state.h',
83 'common/wm/default_window_resizer.cc', 83 'common/wm/default_window_resizer.cc',
84 'common/wm/default_window_resizer.h', 84 'common/wm/default_window_resizer.h',
85 'common/wm/dock/docked_window_layout_manager.cc', 85 'common/wm/dock/docked_window_layout_manager.cc',
86 'common/wm/dock/docked_window_layout_manager.h', 86 'common/wm/dock/docked_window_layout_manager.h',
87 'common/wm/dock/docked_window_layout_manager_observer.h', 87 'common/wm/dock/docked_window_layout_manager_observer.h',
88 'common/wm/dock/docked_window_resizer.cc', 88 'common/wm/dock/docked_window_resizer.cc',
89 'common/wm/dock/docked_window_resizer.h', 89 'common/wm/dock/docked_window_resizer.h',
90 'common/wm/drag_details.cc', 90 'common/wm/drag_details.cc',
91 'common/wm/drag_details.h', 91 'common/wm/drag_details.h',
92 'common/wm/focus_rules.cc',
93 'common/wm/focus_rules.h',
92 'common/wm/fullscreen_window_finder.cc', 94 'common/wm/fullscreen_window_finder.cc',
93 'common/wm/fullscreen_window_finder.h', 95 'common/wm/fullscreen_window_finder.h',
94 'common/wm/panels/panel_layout_manager.cc', 96 'common/wm/panels/panel_layout_manager.cc',
95 'common/wm/panels/panel_layout_manager.h', 97 'common/wm/panels/panel_layout_manager.h',
96 'common/wm/panels/panel_window_resizer.cc', 98 'common/wm/panels/panel_window_resizer.cc',
97 'common/wm/panels/panel_window_resizer.h', 99 'common/wm/panels/panel_window_resizer.h',
98 'common/wm/root_window_finder.cc', 100 'common/wm/root_window_finder.cc',
99 'common/wm/root_window_finder.h', 101 'common/wm/root_window_finder.h',
100 'common/wm/root_window_layout_manager.cc', 102 'common/wm/root_window_layout_manager.cc',
101 'common/wm/root_window_layout_manager.h', 103 'common/wm/root_window_layout_manager.h',
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1442 ], 1444 ],
1443 } 1445 }
1444 ], 1446 ],
1445 ], 1447 ],
1446 }, 1448 },
1447 ], 1449 ],
1448 }], 1450 }],
1449 ], 1451 ],
1450 } 1452 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_commands.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698