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

Side by Side Diff: ash/ash.gyp

Issue 21966005: Removes workspace_animations.(h,cc) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.cc » ('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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'wm/workspace/magnetism_matcher.cc', 504 'wm/workspace/magnetism_matcher.cc',
505 'wm/workspace/magnetism_matcher.h', 505 'wm/workspace/magnetism_matcher.h',
506 'wm/workspace/maximize_bubble_frame_state.h', 506 'wm/workspace/maximize_bubble_frame_state.h',
507 'wm/workspace/multi_window_resize_controller.cc', 507 'wm/workspace/multi_window_resize_controller.cc',
508 'wm/workspace/multi_window_resize_controller.h', 508 'wm/workspace/multi_window_resize_controller.h',
509 'wm/workspace/phantom_window_controller.cc', 509 'wm/workspace/phantom_window_controller.cc',
510 'wm/workspace/phantom_window_controller.h', 510 'wm/workspace/phantom_window_controller.h',
511 'wm/workspace/snap_sizer.cc', 511 'wm/workspace/snap_sizer.cc',
512 'wm/workspace/snap_sizer.h', 512 'wm/workspace/snap_sizer.h',
513 'wm/workspace/snap_types.h', 513 'wm/workspace/snap_types.h',
514 'wm/workspace/workspace_animations.cc',
515 'wm/workspace/workspace_animations.h',
516 'wm/workspace/workspace_event_handler.cc', 514 'wm/workspace/workspace_event_handler.cc',
517 'wm/workspace/workspace_event_handler.h', 515 'wm/workspace/workspace_event_handler.h',
518 'wm/workspace/workspace_layout_manager.cc', 516 'wm/workspace/workspace_layout_manager.cc',
519 'wm/workspace/workspace_layout_manager.h', 517 'wm/workspace/workspace_layout_manager.h',
520 'wm/workspace/workspace_types.h', 518 'wm/workspace/workspace_types.h',
521 'wm/workspace/workspace_window_resizer.cc', 519 'wm/workspace/workspace_window_resizer.cc',
522 'wm/workspace/workspace_window_resizer.h', 520 'wm/workspace/workspace_window_resizer.h',
523 ], 521 ],
524 'conditions': [ 522 'conditions': [
525 ['OS=="mac"', { 523 ['OS=="mac"', {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'shell/cocoa/app-Info.plist', 912 'shell/cocoa/app-Info.plist',
915 ], 913 ],
916 'xcode_settings': { 914 'xcode_settings': {
917 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
918 }, 916 },
919 }], 917 }],
920 ], 918 ],
921 }, 919 },
922 ], 920 ],
923 } 921 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698