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

Side by Side Diff: ash/ash.gyp

Issue 10545058: Add UIControlsAsh that works with multiple root windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 8 years, 6 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/shell.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'system/tray_update.h', 184 'system/tray_update.h',
185 'system/user/login_status.h', 185 'system/user/login_status.h',
186 'system/user/tray_user.cc', 186 'system/user/tray_user.cc',
187 'system/user/tray_user.h', 187 'system/user/tray_user.h',
188 'system/user/update_observer.h', 188 'system/user/update_observer.h',
189 'system/user/user_observer.h', 189 'system/user/user_observer.h',
190 'tooltips/tooltip_controller.cc', 190 'tooltips/tooltip_controller.cc',
191 'tooltips/tooltip_controller.h', 191 'tooltips/tooltip_controller.h',
192 'touch/touch_observer_hud.cc', 192 'touch/touch_observer_hud.cc',
193 'touch/touch_observer_hud.h', 193 'touch/touch_observer_hud.h',
194 'ui_controls_ash.cc',
194 'volume_control_delegate.h', 195 'volume_control_delegate.h',
195 'wm/app_list_controller.cc', 196 'wm/app_list_controller.cc',
196 'wm/app_list_controller.h', 197 'wm/app_list_controller.h',
197 'wm/activation_controller.cc', 198 'wm/activation_controller.cc',
198 'wm/activation_controller.h', 199 'wm/activation_controller.h',
199 'wm/always_on_top_controller.cc', 200 'wm/always_on_top_controller.cc',
200 'wm/always_on_top_controller.h', 201 'wm/always_on_top_controller.h',
201 'wm/base_layout_manager.cc', 202 'wm/base_layout_manager.cc',
202 'wm/base_layout_manager.h', 203 'wm/base_layout_manager.h',
203 'wm/custom_frame_view_ash.cc', 204 'wm/custom_frame_view_ash.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'shell/cocoa/app-Info.plist', 540 'shell/cocoa/app-Info.plist',
540 ], 541 ],
541 'xcode_settings': { 542 'xcode_settings': {
542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 543 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
543 }, 544 },
544 }], 545 }],
545 ], 546 ],
546 }, 547 },
547 ], 548 ],
548 } 549 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698