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

Side by Side Diff: ash/ash.gyp

Issue 9726020: Revert 127530 - Adjust window timings to match Cole's video. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « ash/animation_timings.h ('k') | ash/wm/window_animations.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 10
(...skipping 30 matching lines...) Expand all
41 'accelerators/accelerator_dispatcher.cc', 41 'accelerators/accelerator_dispatcher.cc',
42 'accelerators/accelerator_dispatcher.h', 42 'accelerators/accelerator_dispatcher.h',
43 'accelerators/accelerator_dispatcher_linux.cc', 43 'accelerators/accelerator_dispatcher_linux.cc',
44 'accelerators/accelerator_dispatcher_win.cc', 44 'accelerators/accelerator_dispatcher_win.cc',
45 'accelerators/accelerator_filter.cc', 45 'accelerators/accelerator_filter.cc',
46 'accelerators/accelerator_filter.h', 46 'accelerators/accelerator_filter.h',
47 'accelerators/accelerator_table.cc', 47 'accelerators/accelerator_table.cc',
48 'accelerators/accelerator_table.h', 48 'accelerators/accelerator_table.h',
49 'accelerators/nested_dispatcher_controller.cc', 49 'accelerators/nested_dispatcher_controller.cc',
50 'accelerators/nested_dispatcher_controller.h', 50 'accelerators/nested_dispatcher_controller.h',
51 'animation_timings.h',
52 'app_list/app_list.cc', 51 'app_list/app_list.cc',
53 'app_list/app_list.h', 52 'app_list/app_list.h',
54 'app_list/app_list_item_model.cc', 53 'app_list/app_list_item_model.cc',
55 'app_list/app_list_item_model.h', 54 'app_list/app_list_item_model.h',
56 'app_list/app_list_item_model_observer.h', 55 'app_list/app_list_item_model_observer.h',
57 'app_list/app_list_item_view.cc', 56 'app_list/app_list_item_view.cc',
58 'app_list/app_list_item_view.h', 57 'app_list/app_list_item_view.h',
59 'app_list/app_list_model.cc', 58 'app_list/app_list_model.cc',
60 'app_list/app_list_model.h', 59 'app_list/app_list_model.h',
61 'app_list/app_list_model_view.cc', 60 'app_list/app_list_model_view.cc',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'shell/cocoa/app-Info.plist', 437 'shell/cocoa/app-Info.plist',
439 ], 438 ],
440 'xcode_settings': { 439 'xcode_settings': {
441 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 440 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
442 }, 441 },
443 }], 442 }],
444 ], 443 ],
445 }, 444 },
446 ], 445 ],
447 } 446 }
OLDNEW
« no previous file with comments | « ash/animation_timings.h ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698