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

Side by Side Diff: ash/ash.gyp

Issue 10694043: Handle gesture events in notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/system/ime/tray_ime.cc » ('j') | ash/system/tray/tray_notification_view.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 10
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'system/tray/tray_details_view.cc', 177 'system/tray/tray_details_view.cc',
178 'system/tray/tray_details_view.h', 178 'system/tray/tray_details_view.h',
179 'system/tray/tray_empty.cc', 179 'system/tray/tray_empty.cc',
180 'system/tray/tray_empty.h', 180 'system/tray/tray_empty.h',
181 'system/tray/tray_image_item.cc', 181 'system/tray/tray_image_item.cc',
182 'system/tray/tray_image_item.h', 182 'system/tray/tray_image_item.h',
183 'system/tray/tray_item_more.cc', 183 'system/tray/tray_item_more.cc',
184 'system/tray/tray_item_more.h', 184 'system/tray/tray_item_more.h',
185 'system/tray/tray_item_view.cc', 185 'system/tray/tray_item_view.cc',
186 'system/tray/tray_item_view.h', 186 'system/tray/tray_item_view.h',
187 'system/tray/tray_notification_view.cc',
188 'system/tray/tray_notification_view.h',
187 'system/tray/tray_views.cc', 189 'system/tray/tray_views.cc',
188 'system/tray/tray_views.h', 190 'system/tray/tray_views.h',
189 'system/tray_accessibility.cc', 191 'system/tray_accessibility.cc',
190 'system/tray_accessibility.h', 192 'system/tray_accessibility.h',
191 'system/tray_caps_lock.cc', 193 'system/tray_caps_lock.cc',
192 'system/tray_caps_lock.h', 194 'system/tray_caps_lock.h',
193 'system/tray_update.cc', 195 'system/tray_update.cc',
194 'system/tray_update.h', 196 'system/tray_update.h',
195 'system/user/login_status.h', 197 'system/user/login_status.h',
196 'system/user/tray_user.cc', 198 'system/user/tray_user.cc',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'shell/cocoa/app-Info.plist', 563 'shell/cocoa/app-Info.plist',
562 ], 564 ],
563 'xcode_settings': { 565 'xcode_settings': {
564 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 566 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
565 }, 567 },
566 }], 568 }],
567 ], 569 ],
568 }, 570 },
569 ], 571 ],
570 } 572 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | ash/system/tray/tray_notification_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698