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

Side by Side Diff: ash/ash.gyp

Issue 1782793002: Ash: Implement Toasts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/toast/toast_manager.cc » ('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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'system/locale/locale_notification_controller.cc', 399 'system/locale/locale_notification_controller.cc',
400 'system/locale/locale_notification_controller.h', 400 'system/locale/locale_notification_controller.h',
401 'system/overview/overview_button_tray.cc', 401 'system/overview/overview_button_tray.cc',
402 'system/overview/overview_button_tray.h', 402 'system/overview/overview_button_tray.h',
403 'system/status_area_widget.cc', 403 'system/status_area_widget.cc',
404 'system/status_area_widget.h', 404 'system/status_area_widget.h',
405 'system/status_area_widget_delegate.cc', 405 'system/status_area_widget_delegate.cc',
406 'system/status_area_widget_delegate.h', 406 'system/status_area_widget_delegate.h',
407 'system/system_notifier.cc', 407 'system/system_notifier.cc',
408 'system/system_notifier.h', 408 'system/system_notifier.h',
409 'system/toast/toast_manager.cc',
410 'system/toast/toast_manager.h',
411 'system/toast/toast_overlay.cc',
412 'system/toast/toast_overlay.h',
409 'system/tray/actionable_view.cc', 413 'system/tray/actionable_view.cc',
410 'system/tray/actionable_view.h', 414 'system/tray/actionable_view.h',
411 'system/tray/default_system_tray_delegate.cc', 415 'system/tray/default_system_tray_delegate.cc',
412 'system/tray/default_system_tray_delegate.h', 416 'system/tray/default_system_tray_delegate.h',
413 'system/tray/fixed_sized_image_view.cc', 417 'system/tray/fixed_sized_image_view.cc',
414 'system/tray/fixed_sized_image_view.h', 418 'system/tray/fixed_sized_image_view.h',
415 'system/tray/fixed_sized_scroll_view.cc', 419 'system/tray/fixed_sized_scroll_view.cc',
416 'system/tray/fixed_sized_scroll_view.h', 420 'system/tray/fixed_sized_scroll_view.h',
417 'system/tray/hover_highlight_view.cc', 421 'system/tray/hover_highlight_view.cc',
418 'system/tray/hover_highlight_view.h', 422 'system/tray/hover_highlight_view.h',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1359 ], 1363 ],
1360 } 1364 }
1361 ], 1365 ],
1362 ], 1366 ],
1363 }, 1367 },
1364 ], 1368 ],
1365 }], 1369 }],
1366 ], 1370 ],
1367 } 1371 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/toast/toast_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698