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

Side by Side Diff: ash/ash.gyp

Issue 11417150: Implement workspace scrubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years 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 | « no previous file | ash/ash_switches.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'wm/workspace/multi_window_resize_controller.h', 396 'wm/workspace/multi_window_resize_controller.h',
397 'wm/workspace/phantom_window_controller.cc', 397 'wm/workspace/phantom_window_controller.cc',
398 'wm/workspace/phantom_window_controller.h', 398 'wm/workspace/phantom_window_controller.h',
399 'wm/workspace/snap_sizer.cc', 399 'wm/workspace/snap_sizer.cc',
400 'wm/workspace/snap_sizer.h', 400 'wm/workspace/snap_sizer.h',
401 'wm/workspace/snap_types.h', 401 'wm/workspace/snap_types.h',
402 'wm/workspace/workspace.cc', 402 'wm/workspace/workspace.cc',
403 'wm/workspace/workspace.h', 403 'wm/workspace/workspace.h',
404 'wm/workspace/workspace_animations.cc', 404 'wm/workspace/workspace_animations.cc',
405 'wm/workspace/workspace_animations.h', 405 'wm/workspace/workspace_animations.h',
406 'wm/workspace/workspace_cycler.cc',
407 'wm/workspace/workspace_cycler.h',
406 'wm/workspace/workspace_event_handler.cc', 408 'wm/workspace/workspace_event_handler.cc',
407 'wm/workspace/workspace_event_handler.h', 409 'wm/workspace/workspace_event_handler.h',
408 'wm/workspace/workspace_layout_manager.cc', 410 'wm/workspace/workspace_layout_manager.cc',
409 'wm/workspace/workspace_layout_manager.h', 411 'wm/workspace/workspace_layout_manager.h',
410 'wm/workspace/workspace_manager.cc', 412 'wm/workspace/workspace_manager.cc',
411 'wm/workspace/workspace_manager.h', 413 'wm/workspace/workspace_manager.h',
412 'wm/workspace/workspace_types.h', 414 'wm/workspace/workspace_types.h',
413 'wm/workspace/workspace_window_resizer.cc', 415 'wm/workspace/workspace_window_resizer.cc',
414 'wm/workspace/workspace_window_resizer.h', 416 'wm/workspace/workspace_window_resizer.h',
415 ], 417 ],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'shell/cocoa/app-Info.plist', 703 'shell/cocoa/app-Info.plist',
702 ], 704 ],
703 'xcode_settings': { 705 'xcode_settings': {
704 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 706 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
705 }, 707 },
706 }], 708 }],
707 ], 709 ],
708 }, 710 },
709 ], 711 ],
710 } 712 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698