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

Side by Side Diff: ash/ash.gyp

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff to the correct base Created 7 years, 4 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/ash_strings.grd » ('j') | ash/system/tray/system_tray.h » ('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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'system/tray/tray_popup_label_button.h', 337 'system/tray/tray_popup_label_button.h',
338 'system/tray/tray_popup_label_button_border.cc', 338 'system/tray/tray_popup_label_button_border.cc',
339 'system/tray/tray_popup_label_button_border.h', 339 'system/tray/tray_popup_label_button_border.h',
340 'system/tray/tray_utils.cc', 340 'system/tray/tray_utils.cc',
341 'system/tray/tray_utils.h', 341 'system/tray/tray_utils.h',
342 'system/tray/view_click_listener.h', 342 'system/tray/view_click_listener.h',
343 'system/tray_accessibility.cc', 343 'system/tray_accessibility.cc',
344 'system/tray_accessibility.h', 344 'system/tray_accessibility.h',
345 'system/tray_caps_lock.cc', 345 'system/tray_caps_lock.cc',
346 'system/tray_caps_lock.h', 346 'system/tray_caps_lock.h',
347 'system/tray_tracing.cc',
348 'system/tray_tracing.h',
347 'system/tray_update.cc', 349 'system/tray_update.cc',
348 'system/tray_update.h', 350 'system/tray_update.h',
349 'system/user/login_status.cc', 351 'system/user/login_status.cc',
350 'system/user/login_status.h', 352 'system/user/login_status.h',
351 'system/user/tray_user.cc', 353 'system/user/tray_user.cc',
352 'system/user/tray_user.h', 354 'system/user/tray_user.h',
353 'system/user/update_observer.h', 355 'system/user/update_observer.h',
354 'system/user/user_observer.h', 356 'system/user/user_observer.h',
355 'system/web_notification/web_notification_tray.cc', 357 'system/web_notification/web_notification_tray.cc',
356 'system/web_notification/web_notification_tray.h', 358 'system/web_notification/web_notification_tray.h',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'shell/cocoa/app-Info.plist', 914 'shell/cocoa/app-Info.plist',
913 ], 915 ],
914 'xcode_settings': { 916 'xcode_settings': {
915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 917 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
916 }, 918 },
917 }], 919 }],
918 ], 920 ],
919 }, 921 },
920 ], 922 ],
921 } 923 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/tray/system_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698