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

Side by Side Diff: ash/ash.gyp

Issue 11230050: ash : introduce second SessionStateController implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with TOT, review fixes 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/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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 326 'wm/session_state_animator.cc',
327 'wm/session_state_animator.h', 327 'wm/session_state_animator.h',
328 'wm/session_state_controller.cc', 328 'wm/session_state_controller.cc',
329 'wm/session_state_controller.h', 329 'wm/session_state_controller.h',
330 'wm/session_state_controller_impl.cc',
331 'wm/session_state_controller_impl.h',
332 'wm/session_state_controller_impl2.cc',
333 'wm/session_state_controller_impl2.h',
330 'wm/shadow.cc', 334 'wm/shadow.cc',
331 'wm/shadow.h', 335 'wm/shadow.h',
332 'wm/shadow_controller.cc', 336 'wm/shadow_controller.cc',
333 'wm/shadow_controller.h', 337 'wm/shadow_controller.h',
334 'wm/shadow_types.cc', 338 'wm/shadow_types.cc',
335 'wm/shadow_types.h', 339 'wm/shadow_types.h',
336 'wm/shelf_layout_manager.cc', 340 'wm/shelf_layout_manager.cc',
337 'wm/shelf_layout_manager.h', 341 'wm/shelf_layout_manager.h',
338 'wm/shelf_types.h', 342 'wm/shelf_types.h',
339 'wm/stacking_controller.cc', 343 'wm/stacking_controller.cc',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'shell/cocoa/app-Info.plist', 687 'shell/cocoa/app-Info.plist',
684 ], 688 ],
685 'xcode_settings': { 689 'xcode_settings': {
686 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 690 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
687 }, 691 },
688 }], 692 }],
689 ], 693 ],
690 }, 694 },
691 ], 695 ],
692 } 696 }
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