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

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: Fix non-chromeos build 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') | 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'system/chromeos/screen_security/screen_capture_tray_item.h', 253 'system/chromeos/screen_security/screen_capture_tray_item.h',
254 'system/chromeos/screen_security/screen_share_observer.h', 254 'system/chromeos/screen_security/screen_share_observer.h',
255 'system/chromeos/screen_security/screen_share_tray_item.cc', 255 'system/chromeos/screen_security/screen_share_tray_item.cc',
256 'system/chromeos/screen_security/screen_share_tray_item.h', 256 'system/chromeos/screen_security/screen_share_tray_item.h',
257 'system/chromeos/screen_security/screen_tray_item.cc', 257 'system/chromeos/screen_security/screen_tray_item.cc',
258 'system/chromeos/screen_security/screen_tray_item.h', 258 'system/chromeos/screen_security/screen_tray_item.h',
259 'system/chromeos/settings/tray_settings.cc', 259 'system/chromeos/settings/tray_settings.cc',
260 'system/chromeos/settings/tray_settings.h', 260 'system/chromeos/settings/tray_settings.h',
261 'system/chromeos/tray_display.cc', 261 'system/chromeos/tray_display.cc',
262 'system/chromeos/tray_display.h', 262 'system/chromeos/tray_display.h',
263 'system/chromeos/tray_tracing.cc',
264 'system/chromeos/tray_tracing.h',
263 'system/date/clock_observer.h', 265 'system/date/clock_observer.h',
264 'system/date/date_view.cc', 266 'system/date/date_view.cc',
265 'system/date/date_view.h', 267 'system/date/date_view.h',
266 'system/date/tray_date.cc', 268 'system/date/tray_date.cc',
267 'system/date/tray_date.h', 269 'system/date/tray_date.h',
268 'system/drive/drive_observer.h', 270 'system/drive/drive_observer.h',
269 'system/drive/tray_drive.cc', 271 'system/drive/tray_drive.cc',
270 'system/drive/tray_drive.h', 272 'system/drive/tray_drive.h',
271 'system/ime/ime_observer.h', 273 'system/ime/ime_observer.h',
272 'system/ime/tray_ime.cc', 274 'system/ime/tray_ime.cc',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'shell/cocoa/app-Info.plist', 917 'shell/cocoa/app-Info.plist',
916 ], 918 ],
917 'xcode_settings': { 919 'xcode_settings': {
918 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 920 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
919 }, 921 },
920 }], 922 }],
921 ], 923 ],
922 }, 924 },
923 ], 925 ],
924 } 926 }
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