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

Side by Side Diff: ash/ash.gyp

Issue 11092034: Add Wallpaper option to launcher context menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace, Null Check, Comment Update 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_view.cc » ('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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'root_window_controller.h', 140 'root_window_controller.h',
141 'rotator/screen_rotation.cc', 141 'rotator/screen_rotation.cc',
142 'rotator/screen_rotation.h', 142 'rotator/screen_rotation.h',
143 'screen_ash.cc', 143 'screen_ash.cc',
144 'screen_ash.h', 144 'screen_ash.h',
145 'screensaver/screensaver_view.cc', 145 'screensaver/screensaver_view.cc',
146 'screensaver/screensaver_view.h', 146 'screensaver/screensaver_view.h',
147 'screenshot_delegate.h', 147 'screenshot_delegate.h',
148 'shell.cc', 148 'shell.cc',
149 'shell.h', 149 'shell.h',
150 'shell_context_menu.cc',
151 'shell_context_menu.h',
152 'shell_delegate.h', 150 'shell_delegate.h',
153 'shell_factory.h', 151 'shell_factory.h',
154 'shell_window_ids.h', 152 'shell_window_ids.h',
155 'system/audio/audio_observer.h', 153 'system/audio/audio_observer.h',
156 'system/audio/tray_volume.cc', 154 'system/audio/tray_volume.cc',
157 'system/audio/tray_volume.h', 155 'system/audio/tray_volume.h',
158 'system/bluetooth/bluetooth_observer.h', 156 'system/bluetooth/bluetooth_observer.h',
159 'system/bluetooth/tray_bluetooth.cc', 157 'system/bluetooth/tray_bluetooth.cc',
160 'system/bluetooth/tray_bluetooth.h', 158 'system/bluetooth/tray_bluetooth.h',
161 'system/brightness/brightness_observer.h', 159 'system/brightness/brightness_observer.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'shell/cocoa/app-Info.plist', 682 'shell/cocoa/app-Info.plist',
685 ], 683 ],
686 'xcode_settings': { 684 'xcode_settings': {
687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 685 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
688 }, 686 },
689 }], 687 }],
690 ], 688 ],
691 }, 689 },
692 ], 690 ],
693 } 691 }
OLDNEW
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698