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

Side by Side Diff: ash/ash.gyp

Issue 10810039: 2nd display should show the same background as login/lock screen: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Post-review fix #2 Created 8 years, 5 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'accelerators/nested_dispatcher_controller.h', 53 'accelerators/nested_dispatcher_controller.h',
54 'ash_switches.cc', 54 'ash_switches.cc',
55 'ash_switches.h', 55 'ash_switches.h',
56 'caps_lock_delegate.h', 56 'caps_lock_delegate.h',
57 'desktop_background/desktop_background_controller.cc', 57 'desktop_background/desktop_background_controller.cc',
58 'desktop_background/desktop_background_controller.h', 58 'desktop_background/desktop_background_controller.h',
59 'desktop_background/desktop_background_resources.cc', 59 'desktop_background/desktop_background_resources.cc',
60 'desktop_background/desktop_background_resources.h', 60 'desktop_background/desktop_background_resources.h',
61 'desktop_background/desktop_background_view.cc', 61 'desktop_background/desktop_background_view.cc',
62 'desktop_background/desktop_background_view.h', 62 'desktop_background/desktop_background_view.h',
63 'desktop_background/desktop_background_widget_controller.cc',
64 'desktop_background/desktop_background_widget_controller.h',
63 'drag_drop/drag_drop_controller.cc', 65 'drag_drop/drag_drop_controller.cc',
64 'drag_drop/drag_drop_controller.h', 66 'drag_drop/drag_drop_controller.h',
65 'drag_drop/drag_image_view.cc', 67 'drag_drop/drag_image_view.cc',
66 'drag_drop/drag_image_view.h', 68 'drag_drop/drag_image_view.h',
67 'event_rewriter_delegate.h', 69 'event_rewriter_delegate.h',
68 'focus_cycler.cc', 70 'focus_cycler.cc',
69 'focus_cycler.h', 71 'focus_cycler.h',
70 'high_contrast/high_contrast_controller.cc', 72 'high_contrast/high_contrast_controller.cc',
71 'high_contrast/high_contrast_controller.h', 73 'high_contrast/high_contrast_controller.h',
72 'launcher/app_list_button.cc', 74 'launcher/app_list_button.cc',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'shell/cocoa/app-Info.plist', 600 'shell/cocoa/app-Info.plist',
599 ], 601 ],
600 'xcode_settings': { 602 'xcode_settings': {
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 603 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
602 }, 604 },
603 }], 605 }],
604 ], 606 ],
605 }, 607 },
606 ], 608 ],
607 } 609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698