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

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: Merge with ToT 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'accelerators/accelerator_filter.h', 47 'accelerators/accelerator_filter.h',
48 'accelerators/accelerator_table.cc', 48 'accelerators/accelerator_table.cc',
49 'accelerators/accelerator_table.h', 49 'accelerators/accelerator_table.h',
50 'accelerators/focus_manager_factory.cc', 50 'accelerators/focus_manager_factory.cc',
51 'accelerators/focus_manager_factory.h', 51 'accelerators/focus_manager_factory.h',
52 'accelerators/nested_dispatcher_controller.cc', 52 'accelerators/nested_dispatcher_controller.cc',
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_component.cc',
58 'desktop_background/desktop_background_component.h',
57 'desktop_background/desktop_background_controller.cc', 59 'desktop_background/desktop_background_controller.cc',
58 'desktop_background/desktop_background_controller.h', 60 'desktop_background/desktop_background_controller.h',
59 'desktop_background/desktop_background_resources.cc', 61 'desktop_background/desktop_background_resources.cc',
60 'desktop_background/desktop_background_resources.h', 62 'desktop_background/desktop_background_resources.h',
61 'desktop_background/desktop_background_view.cc', 63 'desktop_background/desktop_background_view.cc',
62 'desktop_background/desktop_background_view.h', 64 'desktop_background/desktop_background_view.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',
(...skipping 531 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