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: ash/ash.gyp

Issue 2086143002: Convert TrayEventFilter to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak 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 | « no previous file | 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'common/wm_root_window_controller.h', 268 'common/wm_root_window_controller.h',
269 'common/wm_root_window_controller_observer.h', 269 'common/wm_root_window_controller_observer.h',
270 'common/wm_shell.cc', 270 'common/wm_shell.cc',
271 'common/wm_shell.h', 271 'common/wm_shell.h',
272 'common/wm_shell_common.cc', 272 'common/wm_shell_common.cc',
273 'common/wm_shell_common.h', 273 'common/wm_shell_common.h',
274 'common/wm_window.h', 274 'common/wm_window.h',
275 'common/wm_window_observer.h', 275 'common/wm_window_observer.h',
276 'common/wm_window_property.h', 276 'common/wm_window_property.h',
277 'common/wm_window_tracker.h', 277 'common/wm_window_tracker.h',
278 'container_delegate.h',
279 'container_delegate_aura.cc',
280 'container_delegate_aura.h',
281 'debug.cc', 278 'debug.cc',
282 'debug.h', 279 'debug.h',
283 'default_user_wallpaper_delegate.cc', 280 'default_user_wallpaper_delegate.cc',
284 'default_user_wallpaper_delegate.h', 281 'default_user_wallpaper_delegate.h',
285 'desktop_background/desktop_background_controller.cc', 282 'desktop_background/desktop_background_controller.cc',
286 'desktop_background/desktop_background_controller.h', 283 'desktop_background/desktop_background_controller.h',
287 'desktop_background/desktop_background_controller_observer.h', 284 'desktop_background/desktop_background_controller_observer.h',
288 'desktop_background/desktop_background_view.cc', 285 'desktop_background/desktop_background_view.cc',
289 'desktop_background/desktop_background_view.h', 286 'desktop_background/desktop_background_view.h',
290 'desktop_background/desktop_background_widget_controller.cc', 287 'desktop_background/desktop_background_widget_controller.cc',
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1453 ],
1457 } 1454 }
1458 ], 1455 ],
1459 ], 1456 ],
1460 }, 1457 },
1461 ], 1458 ],
1462 }], 1459 }],
1463 ], 1460 ],
1464 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698