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

Side by Side Diff: ash/ash.gyp

Issue 10914016: ash: Extract animator from PowerButtonController (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: restore ASH_EXPORT Created 8 years, 2 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 | « no previous file | ash/wm/power_button_controller.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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'wm/property_util.cc', 316 'wm/property_util.cc',
317 'wm/property_util.h', 317 'wm/property_util.h',
318 'wm/resize_shadow.cc', 318 'wm/resize_shadow.cc',
319 'wm/resize_shadow.h', 319 'wm/resize_shadow.h',
320 'wm/resize_shadow_controller.cc', 320 'wm/resize_shadow_controller.cc',
321 'wm/resize_shadow_controller.h', 321 'wm/resize_shadow_controller.h',
322 'wm/root_window_layout_manager.cc', 322 'wm/root_window_layout_manager.cc',
323 'wm/root_window_layout_manager.h', 323 'wm/root_window_layout_manager.h',
324 'wm/screen_dimmer.cc', 324 'wm/screen_dimmer.cc',
325 'wm/screen_dimmer.h', 325 'wm/screen_dimmer.h',
326 'wm/session_state_animator.cc',
327 'wm/session_state_animator.h',
326 'wm/shadow.cc', 328 'wm/shadow.cc',
327 'wm/shadow.h', 329 'wm/shadow.h',
328 'wm/shadow_controller.cc', 330 'wm/shadow_controller.cc',
329 'wm/shadow_controller.h', 331 'wm/shadow_controller.h',
330 'wm/shadow_types.cc', 332 'wm/shadow_types.cc',
331 'wm/shadow_types.h', 333 'wm/shadow_types.h',
332 'wm/shelf_layout_manager.cc', 334 'wm/shelf_layout_manager.cc',
333 'wm/shelf_layout_manager.h', 335 'wm/shelf_layout_manager.h',
334 'wm/shelf_types.h', 336 'wm/shelf_types.h',
335 'wm/stacking_controller.cc', 337 'wm/stacking_controller.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'shell/cocoa/app-Info.plist', 668 'shell/cocoa/app-Info.plist',
667 ], 669 ],
668 'xcode_settings': { 670 'xcode_settings': {
669 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 671 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
670 }, 672 },
671 }], 673 }],
672 ], 674 ],
673 }, 675 },
674 ], 676 ],
675 } 677 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/power_button_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698