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

Side by Side Diff: ash/ash.gyp

Issue 9733003: 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',
51 'app_list/app_list.cc', 52 'app_list/app_list.cc',
52 'app_list/app_list.h', 53 'app_list/app_list.h',
53 'app_list/app_list_item_model.cc', 54 'app_list/app_list_item_model.cc',
54 'app_list/app_list_item_model.h', 55 'app_list/app_list_item_model.h',
55 'app_list/app_list_item_model_observer.h', 56 'app_list/app_list_item_model_observer.h',
56 'app_list/app_list_item_view.cc', 57 'app_list/app_list_item_view.cc',
57 'app_list/app_list_item_view.h', 58 'app_list/app_list_item_view.h',
58 'app_list/app_list_model.cc', 59 'app_list/app_list_model.cc',
59 'app_list/app_list_model.h', 60 'app_list/app_list_model.h',
60 'app_list/app_list_model_view.cc', 61 'app_list/app_list_model_view.cc',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'shell/cocoa/app-Info.plist', 438 'shell/cocoa/app-Info.plist',
438 ], 439 ],
439 'xcode_settings': { 440 'xcode_settings': {
440 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 441 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
441 }, 442 },
442 }], 443 }],
443 ], 444 ],
444 }, 445 },
445 ], 446 ],
446 } 447 }
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