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

Side by Side Diff: ash/ash.gyp

Issue 10384178: ash: Make sure all the sub-popups retain the same height as the main popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/bluetooth/tray_bluetooth.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'system/tray/system_tray_bubble.cc', 147 'system/tray/system_tray_bubble.cc',
148 'system/tray/system_tray_bubble.h', 148 'system/tray/system_tray_bubble.h',
149 'system/tray/system_tray_delegate.cc', 149 'system/tray/system_tray_delegate.cc',
150 'system/tray/system_tray_delegate.h', 150 'system/tray/system_tray_delegate.h',
151 'system/tray/system_tray_item.cc', 151 'system/tray/system_tray_item.cc',
152 'system/tray/system_tray_item.h', 152 'system/tray/system_tray_item.h',
153 'system/tray/system_tray_widget_delegate.cc', 153 'system/tray/system_tray_widget_delegate.cc',
154 'system/tray/system_tray_widget_delegate.h', 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_details_view.cc',
158 'system/tray/tray_details_view.h',
157 'system/tray/tray_empty.cc', 159 'system/tray/tray_empty.cc',
158 'system/tray/tray_empty.h', 160 'system/tray/tray_empty.h',
159 'system/tray/tray_image_item.cc', 161 'system/tray/tray_image_item.cc',
160 'system/tray/tray_image_item.h', 162 'system/tray/tray_image_item.h',
161 'system/tray/tray_item_more.cc', 163 'system/tray/tray_item_more.cc',
162 'system/tray/tray_item_more.h', 164 'system/tray/tray_item_more.h',
163 'system/tray/tray_item_view.cc', 165 'system/tray/tray_item_view.cc',
164 'system/tray/tray_item_view.h', 166 'system/tray/tray_item_view.h',
165 'system/tray/tray_views.cc', 167 'system/tray/tray_views.cc',
166 'system/tray/tray_views.h', 168 'system/tray/tray_views.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'shell/cocoa/app-Info.plist', 527 'shell/cocoa/app-Info.plist',
526 ], 528 ],
527 'xcode_settings': { 529 'xcode_settings': {
528 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 530 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
529 }, 531 },
530 }], 532 }],
531 ], 533 ],
532 }, 534 },
533 ], 535 ],
534 } 536 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/bluetooth/tray_bluetooth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698