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

Side by Side Diff: ash/ash.gyp

Issue 11361274: Add NetworkStateListDetailedView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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_strings.grd » ('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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'system/bluetooth/bluetooth_observer.h', 158 'system/bluetooth/bluetooth_observer.h',
159 'system/bluetooth/tray_bluetooth.cc', 159 'system/bluetooth/tray_bluetooth.cc',
160 'system/bluetooth/tray_bluetooth.h', 160 'system/bluetooth/tray_bluetooth.h',
161 'system/brightness/brightness_observer.h', 161 'system/brightness/brightness_observer.h',
162 'system/brightness/brightness_control_delegate.h', 162 'system/brightness/brightness_control_delegate.h',
163 'system/brightness/tray_brightness.cc', 163 'system/brightness/tray_brightness.cc',
164 'system/brightness/tray_brightness.h', 164 'system/brightness/tray_brightness.h',
165 'system/chromeos/keyboard_brightness_controller.cc', 165 'system/chromeos/keyboard_brightness_controller.cc',
166 'system/chromeos/keyboard_brightness_controller.h', 166 'system/chromeos/keyboard_brightness_controller.h',
167 'system/chromeos/network/network_detailed_view.h', 167 'system/chromeos/network/network_detailed_view.h',
168 'system/chromeos/network/network_icon.cc',
169 'system/chromeos/network/network_icon.h',
170 'system/chromeos/network/network_icon_animation_observer.h',
171 'system/chromeos/network/network_list_detailed_view_base.cc',
168 'system/chromeos/network/network_list_detailed_view_base.h', 172 'system/chromeos/network/network_list_detailed_view_base.h',
169 'system/chromeos/network/network_list_detailed_view_base.cc',
170 'system/chromeos/network/network_observer.h', 173 'system/chromeos/network/network_observer.h',
174 'system/chromeos/network/network_state_list_detailed_view.cc',
175 'system/chromeos/network/network_state_list_detailed_view.h',
171 'system/chromeos/network/tray_network.cc', 176 'system/chromeos/network/tray_network.cc',
172 'system/chromeos/network/tray_network.h', 177 'system/chromeos/network/tray_network.h',
178 'system/chromeos/network/tray_network_state_observer.cc',
179 'system/chromeos/network/tray_network_state_observer.h',
173 'system/chromeos/network/tray_sms.cc', 180 'system/chromeos/network/tray_sms.cc',
174 'system/chromeos/network/tray_sms.h', 181 'system/chromeos/network/tray_sms.h',
175 'system/chromeos/network/tray_vpn.cc', 182 'system/chromeos/network/tray_vpn.cc',
176 'system/chromeos/network/tray_vpn.h', 183 'system/chromeos/network/tray_vpn.h',
177 'system/chromeos/tray_display.cc', 184 'system/chromeos/tray_display.cc',
178 'system/chromeos/tray_display.h', 185 'system/chromeos/tray_display.h',
179 'system/date/clock_observer.h', 186 'system/date/clock_observer.h',
180 'system/date/date_view.cc', 187 'system/date/date_view.cc',
181 'system/date/date_view.h', 188 'system/date/date_view.h',
182 'system/date/tray_date.cc', 189 'system/date/tray_date.cc',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'shell/cocoa/app-Info.plist', 714 'shell/cocoa/app-Info.plist',
708 ], 715 ],
709 'xcode_settings': { 716 'xcode_settings': {
710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 717 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
711 }, 718 },
712 }], 719 }],
713 ], 720 ],
714 }, 721 },
715 ], 722 ],
716 } 723 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698