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

Side by Side Diff: ash/ash.gyp

Issue 11345017: Create ash memory monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New files 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') | ash/system/monitor/tray_monitor.cc » ('J')
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'system/date/tray_date.h', 177 'system/date/tray_date.h',
178 'system/drive/drive_observer.h', 178 'system/drive/drive_observer.h',
179 'system/drive/tray_drive.cc', 179 'system/drive/tray_drive.cc',
180 'system/drive/tray_drive.h', 180 'system/drive/tray_drive.h',
181 'system/ime/ime_observer.h', 181 'system/ime/ime_observer.h',
182 'system/ime/tray_ime.cc', 182 'system/ime/tray_ime.cc',
183 'system/ime/tray_ime.h', 183 'system/ime/tray_ime.h',
184 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 184 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
185 'system/locale/tray_locale.cc', 185 'system/locale/tray_locale.cc',
186 'system/locale/tray_locale.h', 186 'system/locale/tray_locale.h',
187 'system/monitor/tray_monitor.cc',
188 'system/monitor/tray_monitor.h',
187 'system/power/power_status_observer.h', 189 'system/power/power_status_observer.h',
188 'system/power/power_status_view.cc', 190 'system/power/power_status_view.cc',
189 'system/power/power_status_view.h', 191 'system/power/power_status_view.h',
190 'system/power/power_supply_status.cc', 192 'system/power/power_supply_status.cc',
191 'system/power/power_supply_status.h', 193 'system/power/power_supply_status.h',
192 'system/power/tray_power.cc', 194 'system/power/tray_power.cc',
193 'system/power/tray_power.h', 195 'system/power/tray_power.h',
194 'system/settings/tray_settings.cc', 196 'system/settings/tray_settings.cc',
195 'system/settings/tray_settings.h', 197 'system/settings/tray_settings.h',
196 'system/status_area_widget.cc', 198 'system/status_area_widget.cc',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'shell/cocoa/app-Info.plist', 696 'shell/cocoa/app-Info.plist',
695 ], 697 ],
696 'xcode_settings': { 698 'xcode_settings': {
697 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 699 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
698 }, 700 },
699 }], 701 }],
700 ], 702 ],
701 }, 703 },
702 ], 704 ],
703 } 705 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/system/monitor/tray_monitor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698