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

Side by Side Diff: ash/ash.gyp

Issue 11273059: ash: Clean up system background layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply review feedback Created 8 years, 1 month 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/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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'wm/shadow_controller.h', 344 'wm/shadow_controller.h',
345 'wm/shadow_types.cc', 345 'wm/shadow_types.cc',
346 'wm/shadow_types.h', 346 'wm/shadow_types.h',
347 'wm/shelf_layout_manager.cc', 347 'wm/shelf_layout_manager.cc',
348 'wm/shelf_layout_manager.h', 348 'wm/shelf_layout_manager.h',
349 'wm/shelf_types.h', 349 'wm/shelf_types.h',
350 'wm/stacking_controller.cc', 350 'wm/stacking_controller.cc',
351 'wm/stacking_controller.h', 351 'wm/stacking_controller.h',
352 'wm/status_area_layout_manager.cc', 352 'wm/status_area_layout_manager.cc',
353 'wm/status_area_layout_manager.h', 353 'wm/status_area_layout_manager.h',
354 'wm/system_background_controller.cc',
355 'wm/system_background_controller.h',
354 'wm/system_gesture_event_filter.cc', 356 'wm/system_gesture_event_filter.cc',
355 'wm/system_gesture_event_filter.h', 357 'wm/system_gesture_event_filter.h',
356 'wm/system_modal_container_event_filter.cc', 358 'wm/system_modal_container_event_filter.cc',
357 'wm/system_modal_container_event_filter.h', 359 'wm/system_modal_container_event_filter.h',
358 'wm/system_modal_container_event_filter_delegate.h', 360 'wm/system_modal_container_event_filter_delegate.h',
359 'wm/system_modal_container_layout_manager.cc', 361 'wm/system_modal_container_layout_manager.cc',
360 'wm/system_modal_container_layout_manager.h', 362 'wm/system_modal_container_layout_manager.h',
361 'wm/toplevel_window_event_handler.cc', 363 'wm/toplevel_window_event_handler.cc',
362 'wm/toplevel_window_event_handler.h', 364 'wm/toplevel_window_event_handler.h',
363 'wm/user_activity_detector.cc', 365 'wm/user_activity_detector.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'shell/cocoa/app-Info.plist', 696 'shell/cocoa/app-Info.plist',
695 ], 697 ],
696 'xcode_settings': { 698 'xcode_settings': {
697 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 699 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
698 }, 700 },
699 }], 701 }],
700 ], 702 ],
701 }, 703 },
702 ], 704 ],
703 } 705 }
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