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

Side by Side Diff: ash/ash.gyp

Issue 12186029: Merge 180012 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 10 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/system/chromeos/network/network_icon.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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'system/brightness/tray_brightness.cc', 167 'system/brightness/tray_brightness.cc',
168 'system/brightness/tray_brightness.h', 168 'system/brightness/tray_brightness.h',
169 'system/chromeos/enterprise/enterprise_domain_observer.h', 169 'system/chromeos/enterprise/enterprise_domain_observer.h',
170 'system/chromeos/enterprise/tray_enterprise.h', 170 'system/chromeos/enterprise/tray_enterprise.h',
171 'system/chromeos/enterprise/tray_enterprise.cc', 171 'system/chromeos/enterprise/tray_enterprise.cc',
172 'system/chromeos/keyboard_brightness_controller.cc', 172 'system/chromeos/keyboard_brightness_controller.cc',
173 'system/chromeos/keyboard_brightness_controller.h', 173 'system/chromeos/keyboard_brightness_controller.h',
174 'system/chromeos/network/network_detailed_view.h', 174 'system/chromeos/network/network_detailed_view.h',
175 'system/chromeos/network/network_icon.cc', 175 'system/chromeos/network/network_icon.cc',
176 'system/chromeos/network/network_icon.h', 176 'system/chromeos/network/network_icon.h',
177 'system/chromeos/network/network_icon_animation.cc',
178 'system/chromeos/network/network_icon_animation.h',
177 'system/chromeos/network/network_icon_animation_observer.h', 179 'system/chromeos/network/network_icon_animation_observer.h',
178 'system/chromeos/network/network_list_detailed_view.cc', 180 'system/chromeos/network/network_list_detailed_view.cc',
179 'system/chromeos/network/network_list_detailed_view.h', 181 'system/chromeos/network/network_list_detailed_view.h',
180 'system/chromeos/network/network_list_detailed_view_base.cc', 182 'system/chromeos/network/network_list_detailed_view_base.cc',
181 'system/chromeos/network/network_list_detailed_view_base.h', 183 'system/chromeos/network/network_list_detailed_view_base.h',
182 'system/chromeos/network/network_observer.h', 184 'system/chromeos/network/network_observer.h',
183 'system/chromeos/network/network_state_list_detailed_view.cc', 185 'system/chromeos/network/network_state_list_detailed_view.cc',
184 'system/chromeos/network/network_state_list_detailed_view.h', 186 'system/chromeos/network/network_state_list_detailed_view.h',
185 'system/chromeos/network/tray_network.cc', 187 'system/chromeos/network/tray_network.cc',
186 'system/chromeos/network/tray_network.h', 188 'system/chromeos/network/tray_network.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 'shell/cocoa/app-Info.plist', 742 'shell/cocoa/app-Info.plist',
741 ], 743 ],
742 'xcode_settings': { 744 'xcode_settings': {
743 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 745 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
744 }, 746 },
745 }], 747 }],
746 ], 748 ],
747 }, 749 },
748 ], 750 ],
749 } 751 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698