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

Side by Side Diff: ash/ash.gyp

Issue 10202012: Revert 133691 because it accidentally reverted revs 133686 and 133684. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/focus_cycler_unittest.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 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'screen_ash.cc', 110 'screen_ash.cc',
111 'screen_ash.h', 111 'screen_ash.h',
112 'screenshot_delegate.h', 112 'screenshot_delegate.h',
113 'shell.cc', 113 'shell.cc',
114 'shell.h', 114 'shell.h',
115 'shell_context_menu.cc', 115 'shell_context_menu.cc',
116 'shell_context_menu.h', 116 'shell_context_menu.h',
117 'shell_delegate.h', 117 'shell_delegate.h',
118 'shell_factory.h', 118 'shell_factory.h',
119 'shell_window_ids.h', 119 'shell_window_ids.h',
120 'status_area/status_area_view.cc',
121 'status_area/status_area_view.h',
122 'system/audio/audio_observer.h', 120 'system/audio/audio_observer.h',
123 'system/audio/tray_volume.cc', 121 'system/audio/tray_volume.cc',
124 'system/audio/tray_volume.h', 122 'system/audio/tray_volume.h',
125 'system/bluetooth/bluetooth_observer.h', 123 'system/bluetooth/bluetooth_observer.h',
126 'system/bluetooth/tray_bluetooth.cc', 124 'system/bluetooth/tray_bluetooth.cc',
127 'system/bluetooth/tray_bluetooth.h', 125 'system/bluetooth/tray_bluetooth.h',
128 'system/brightness/brightness_observer.h', 126 'system/brightness/brightness_observer.h',
129 'system/brightness/brightness_control_delegate.h', 127 'system/brightness/brightness_control_delegate.h',
130 'system/brightness/tray_brightness.cc', 128 'system/brightness/tray_brightness.cc',
131 'system/brightness/tray_brightness.h', 129 'system/brightness/tray_brightness.h',
(...skipping 13 matching lines...) Expand all
145 'system/power/power_supply_status.h', 143 'system/power/power_supply_status.h',
146 'system/power/tray_power.cc', 144 'system/power/tray_power.cc',
147 'system/power/tray_power.h', 145 'system/power/tray_power.h',
148 'system/settings/tray_settings.cc', 146 'system/settings/tray_settings.cc',
149 'system/settings/tray_settings.h', 147 'system/settings/tray_settings.h',
150 'system/tray/system_tray.cc', 148 'system/tray/system_tray.cc',
151 'system/tray/system_tray.h', 149 'system/tray/system_tray.h',
152 'system/tray/system_tray_delegate.h', 150 'system/tray/system_tray_delegate.h',
153 'system/tray/system_tray_item.cc', 151 'system/tray/system_tray_item.cc',
154 'system/tray/system_tray_item.h', 152 'system/tray/system_tray_item.h',
153 'system/tray/system_tray_widget_delegate.cc',
154 'system/tray/system_tray_widget_delegate.h',
155 'system/tray/tray_constants.cc', 155 'system/tray/tray_constants.cc',
156 'system/tray/tray_constants.h', 156 'system/tray/tray_constants.h',
157 'system/tray/tray_empty.cc', 157 'system/tray/tray_empty.cc',
158 'system/tray/tray_empty.h', 158 'system/tray/tray_empty.h',
159 'system/tray/tray_image_item.cc', 159 'system/tray/tray_image_item.cc',
160 'system/tray/tray_image_item.h', 160 'system/tray/tray_image_item.h',
161 'system/tray/tray_item_more.cc', 161 'system/tray/tray_item_more.cc',
162 'system/tray/tray_item_more.h', 162 'system/tray/tray_item_more.h',
163 'system/tray/tray_item_view.cc', 163 'system/tray/tray_item_view.cc',
164 'system/tray/tray_item_view.h', 164 'system/tray/tray_item_view.h',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'shell/cocoa/app-Info.plist', 508 'shell/cocoa/app-Info.plist',
509 ], 509 ],
510 'xcode_settings': { 510 'xcode_settings': {
511 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 511 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
512 }, 512 },
513 }], 513 }],
514 ], 514 ],
515 }, 515 },
516 ], 516 ],
517 } 517 }
OLDNEW
« no previous file with comments | « no previous file | ash/focus_cycler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698