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

Side by Side Diff: ash/ash.gyp

Issue 2115663002: Folds methods in WmShellCommon to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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_controller.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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'common/wm/workspace/workspace_window_resizer.h', 365 'common/wm/workspace/workspace_window_resizer.h',
366 'common/wm_activation_observer.h', 366 'common/wm_activation_observer.h',
367 'common/wm_display_observer.h', 367 'common/wm_display_observer.h',
368 'common/wm_layout_manager.h', 368 'common/wm_layout_manager.h',
369 'common/wm_lookup.cc', 369 'common/wm_lookup.cc',
370 'common/wm_lookup.h', 370 'common/wm_lookup.h',
371 'common/wm_root_window_controller.h', 371 'common/wm_root_window_controller.h',
372 'common/wm_root_window_controller_observer.h', 372 'common/wm_root_window_controller_observer.h',
373 'common/wm_shell.cc', 373 'common/wm_shell.cc',
374 'common/wm_shell.h', 374 'common/wm_shell.h',
375 'common/wm_shell_common.cc',
376 'common/wm_shell_common.h',
377 'common/wm_window.h', 375 'common/wm_window.h',
378 'common/wm_window_observer.h', 376 'common/wm_window_observer.h',
379 'common/wm_window_property.h', 377 'common/wm_window_property.h',
380 'common/wm_window_tracker.h', 378 'common/wm_window_tracker.h',
381 'debug.cc', 379 'debug.cc',
382 'debug.h', 380 'debug.h',
383 'default_user_wallpaper_delegate.cc', 381 'default_user_wallpaper_delegate.cc',
384 'default_user_wallpaper_delegate.h', 382 'default_user_wallpaper_delegate.h',
385 'desktop_background/desktop_background_controller.cc', 383 'desktop_background/desktop_background_controller.cc',
386 'desktop_background/desktop_background_controller.h', 384 'desktop_background/desktop_background_controller.h',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1453 ], 1451 ],
1454 } 1452 }
1455 ], 1453 ],
1456 ], 1454 ],
1457 }, 1455 },
1458 ], 1456 ],
1459 }], 1457 }],
1460 ], 1458 ],
1461 } 1459 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698