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

Side by Side Diff: ash/ash.gyp

Issue 10546125: Add WebNotificationTray to the status area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/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 10
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'system/tray_accessibility.h', 186 'system/tray_accessibility.h',
187 'system/tray_caps_lock.cc', 187 'system/tray_caps_lock.cc',
188 'system/tray_caps_lock.h', 188 'system/tray_caps_lock.h',
189 'system/tray_update.cc', 189 'system/tray_update.cc',
190 'system/tray_update.h', 190 'system/tray_update.h',
191 'system/user/login_status.h', 191 'system/user/login_status.h',
192 'system/user/tray_user.cc', 192 'system/user/tray_user.cc',
193 'system/user/tray_user.h', 193 'system/user/tray_user.h',
194 'system/user/update_observer.h', 194 'system/user/update_observer.h',
195 'system/user/user_observer.h', 195 'system/user/user_observer.h',
196 'system/web_notification/web_notification_tray.cc',
197 'system/web_notification/web_notification_tray.h',
196 'tooltips/tooltip_controller.cc', 198 'tooltips/tooltip_controller.cc',
197 'tooltips/tooltip_controller.h', 199 'tooltips/tooltip_controller.h',
198 'touch/touch_observer_hud.cc', 200 'touch/touch_observer_hud.cc',
199 'touch/touch_observer_hud.h', 201 'touch/touch_observer_hud.h',
200 'ui_controls_ash.cc', 202 'ui_controls_ash.cc',
201 'volume_control_delegate.h', 203 'volume_control_delegate.h',
202 'wm/app_list_controller.cc', 204 'wm/app_list_controller.cc',
203 'wm/app_list_controller.h', 205 'wm/app_list_controller.h',
204 'wm/activation_controller.cc', 206 'wm/activation_controller.cc',
205 'wm/activation_controller.h', 207 'wm/activation_controller.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'focus_cycler_unittest.cc', 378 'focus_cycler_unittest.cc',
377 'launcher/launcher_context_menu_unittest.cc', 379 'launcher/launcher_context_menu_unittest.cc',
378 'launcher/launcher_model_unittest.cc', 380 'launcher/launcher_model_unittest.cc',
379 'launcher/launcher_navigator_unittest.cc', 381 'launcher/launcher_navigator_unittest.cc',
380 'launcher/launcher_unittest.cc', 382 'launcher/launcher_unittest.cc',
381 'launcher/launcher_view_unittest.cc', 383 'launcher/launcher_view_unittest.cc',
382 'monitor/multi_monitor_manager_unittest.cc', 384 'monitor/multi_monitor_manager_unittest.cc',
383 'screensaver/screensaver_view_unittest.cc', 385 'screensaver/screensaver_view_unittest.cc',
384 'shell_unittest.cc', 386 'shell_unittest.cc',
385 'system/tray/system_tray_unittest.cc', 387 'system/tray/system_tray_unittest.cc',
388 'system/web_notification/web_notification_tray_unittest.cc',
386 'test/ash_test_base.cc', 389 'test/ash_test_base.cc',
387 'test/ash_test_base.h', 390 'test/ash_test_base.h',
388 'test/ash_unittests.cc', 391 'test/ash_unittests.cc',
389 'test/capture_tracking_view.cc', 392 'test/capture_tracking_view.cc',
390 'test/capture_tracking_view.h', 393 'test/capture_tracking_view.h',
391 'test/launcher_view_test_api.cc', 394 'test/launcher_view_test_api.cc',
392 'test/launcher_view_test_api.h', 395 'test/launcher_view_test_api.h',
393 'test/test_activation_delegate.cc', 396 'test/test_activation_delegate.cc',
394 'test/test_activation_delegate.h', 397 'test/test_activation_delegate.h',
395 'test/test_launcher_delegate.cc', 398 'test/test_launcher_delegate.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'shell/cocoa/app-Info.plist', 552 'shell/cocoa/app-Info.plist',
550 ], 553 ],
551 'xcode_settings': { 554 'xcode_settings': {
552 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 555 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
553 }, 556 },
554 }], 557 }],
555 ], 558 ],
556 }, 559 },
557 ], 560 ],
558 } 561 }
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