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

Side by Side Diff: ash/ash.gyp

Issue 11293026: Revert 165244 - Create ash memory monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'system/date/tray_date.h', 178 'system/date/tray_date.h',
179 'system/drive/drive_observer.h', 179 'system/drive/drive_observer.h',
180 'system/drive/tray_drive.cc', 180 'system/drive/tray_drive.cc',
181 'system/drive/tray_drive.h', 181 'system/drive/tray_drive.h',
182 'system/ime/ime_observer.h', 182 'system/ime/ime_observer.h',
183 'system/ime/tray_ime.cc', 183 'system/ime/tray_ime.cc',
184 'system/ime/tray_ime.h', 184 'system/ime/tray_ime.h',
185 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 185 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
186 'system/locale/tray_locale.cc', 186 'system/locale/tray_locale.cc',
187 'system/locale/tray_locale.h', 187 'system/locale/tray_locale.h',
188 'system/monitor/tray_monitor.cc',
189 'system/monitor/tray_monitor.h',
190 'system/power/power_status_observer.h', 188 'system/power/power_status_observer.h',
191 'system/power/power_status_view.cc', 189 'system/power/power_status_view.cc',
192 'system/power/power_status_view.h', 190 'system/power/power_status_view.h',
193 'system/power/power_supply_status.cc', 191 'system/power/power_supply_status.cc',
194 'system/power/power_supply_status.h', 192 'system/power/power_supply_status.h',
195 'system/power/tray_power.cc', 193 'system/power/tray_power.cc',
196 'system/power/tray_power.h', 194 'system/power/tray_power.h',
197 'system/settings/tray_settings.cc', 195 'system/settings/tray_settings.cc',
198 'system/settings/tray_settings.h', 196 'system/settings/tray_settings.h',
199 'system/status_area_widget.cc', 197 'system/status_area_widget.cc',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'shell/cocoa/app-Info.plist', 685 'shell/cocoa/app-Info.plist',
688 ], 686 ],
689 'xcode_settings': { 687 'xcode_settings': {
690 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 688 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
691 }, 689 },
692 }], 690 }],
693 ], 691 ],
694 }, 692 },
695 ], 693 ],
696 } 694 }
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