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

Side by Side Diff: ash/ash.gyp

Issue 10514008: Add WebNotificationTray (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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'system/settings/tray_settings.cc', 149 'system/settings/tray_settings.cc',
150 'system/settings/tray_settings.h', 150 'system/settings/tray_settings.h',
151 'system/status_area_widget.cc', 151 'system/status_area_widget.cc',
152 'system/status_area_widget.h', 152 'system/status_area_widget.h',
153 'system/status_area_widget_delegate.cc', 153 'system/status_area_widget_delegate.cc',
154 'system/status_area_widget_delegate.h', 154 'system/status_area_widget_delegate.h',
155 'system/tray/system_tray.cc', 155 'system/tray/system_tray.cc',
156 'system/tray/system_tray.h', 156 'system/tray/system_tray.h',
157 'system/tray/system_tray_bubble.cc', 157 'system/tray/system_tray_bubble.cc',
158 'system/tray/system_tray_bubble.h', 158 'system/tray/system_tray_bubble.h',
159 'system/tray/system_tray_bubble_view.cc',
160 'system/tray/system_tray_bubble_view.h',
159 'system/tray/system_tray_delegate.cc', 161 'system/tray/system_tray_delegate.cc',
160 'system/tray/system_tray_delegate.h', 162 'system/tray/system_tray_delegate.h',
161 'system/tray/system_tray_item.cc', 163 'system/tray/system_tray_item.cc',
162 'system/tray/system_tray_item.h', 164 'system/tray/system_tray_item.h',
163 'system/tray/tray_background_view.cc', 165 'system/tray/tray_background_view.cc',
164 'system/tray/tray_background_view.h', 166 'system/tray/tray_background_view.h',
165 'system/tray/tray_constants.cc', 167 'system/tray/tray_constants.cc',
166 'system/tray/tray_constants.h', 168 'system/tray/tray_constants.h',
167 'system/tray/tray_details_view.cc', 169 'system/tray/tray_details_view.cc',
168 'system/tray/tray_details_view.h', 170 'system/tray/tray_details_view.h',
(...skipping 11 matching lines...) Expand all
180 'system/tray_accessibility.h', 182 'system/tray_accessibility.h',
181 'system/tray_caps_lock.cc', 183 'system/tray_caps_lock.cc',
182 'system/tray_caps_lock.h', 184 'system/tray_caps_lock.h',
183 'system/tray_update.cc', 185 'system/tray_update.cc',
184 'system/tray_update.h', 186 'system/tray_update.h',
185 'system/user/login_status.h', 187 'system/user/login_status.h',
186 'system/user/tray_user.cc', 188 'system/user/tray_user.cc',
187 'system/user/tray_user.h', 189 'system/user/tray_user.h',
188 'system/user/update_observer.h', 190 'system/user/update_observer.h',
189 'system/user/user_observer.h', 191 'system/user/user_observer.h',
192 'system/web_notification/web_notification_tray.cc',
193 'system/web_notification/web_notification_tray.h',
190 'tooltips/tooltip_controller.cc', 194 'tooltips/tooltip_controller.cc',
191 'tooltips/tooltip_controller.h', 195 'tooltips/tooltip_controller.h',
192 'touch/touch_observer_hud.cc', 196 'touch/touch_observer_hud.cc',
193 'touch/touch_observer_hud.h', 197 'touch/touch_observer_hud.h',
194 'volume_control_delegate.h', 198 'volume_control_delegate.h',
195 'wm/app_list_controller.cc', 199 'wm/app_list_controller.cc',
196 'wm/app_list_controller.h', 200 'wm/app_list_controller.h',
197 'wm/activation_controller.cc', 201 'wm/activation_controller.cc',
198 'wm/activation_controller.h', 202 'wm/activation_controller.h',
199 'wm/always_on_top_controller.cc', 203 'wm/always_on_top_controller.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'focus_cycler_unittest.cc', 371 'focus_cycler_unittest.cc',
368 'launcher/launcher_context_menu_unittest.cc', 372 'launcher/launcher_context_menu_unittest.cc',
369 'launcher/launcher_model_unittest.cc', 373 'launcher/launcher_model_unittest.cc',
370 'launcher/launcher_navigator_unittest.cc', 374 'launcher/launcher_navigator_unittest.cc',
371 'launcher/launcher_unittest.cc', 375 'launcher/launcher_unittest.cc',
372 'launcher/launcher_view_unittest.cc', 376 'launcher/launcher_view_unittest.cc',
373 'monitor/multi_monitor_manager_unittest.cc', 377 'monitor/multi_monitor_manager_unittest.cc',
374 'screensaver/screensaver_view_unittest.cc', 378 'screensaver/screensaver_view_unittest.cc',
375 'shell_unittest.cc', 379 'shell_unittest.cc',
376 'system/tray/system_tray_unittest.cc', 380 'system/tray/system_tray_unittest.cc',
381 'system/web_notification/web_notification_tray_unittest.cc',
377 'test/ash_test_base.cc', 382 'test/ash_test_base.cc',
378 'test/ash_test_base.h', 383 'test/ash_test_base.h',
379 'test/ash_unittests.cc', 384 'test/ash_unittests.cc',
380 'test/capture_tracking_view.cc', 385 'test/capture_tracking_view.cc',
381 'test/capture_tracking_view.h', 386 'test/capture_tracking_view.h',
382 'test/launcher_view_test_api.cc', 387 'test/launcher_view_test_api.cc',
383 'test/launcher_view_test_api.h', 388 'test/launcher_view_test_api.h',
384 'test/test_activation_delegate.cc', 389 'test/test_activation_delegate.cc',
385 'test/test_activation_delegate.h', 390 'test/test_activation_delegate.h',
386 'test/test_launcher_delegate.cc', 391 'test/test_launcher_delegate.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'shell/cocoa/app-Info.plist', 544 'shell/cocoa/app-Info.plist',
540 ], 545 ],
541 'xcode_settings': { 546 'xcode_settings': {
542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 547 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
543 }, 548 },
544 }], 549 }],
545 ], 550 ],
546 }, 551 },
547 ], 552 ],
548 } 553 }
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