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

Side by Side Diff: ash/ash.gyp

Issue 2064953002: mash: Migrate tray date view to //ash/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayviews
Patch Set: review feedback Created 4 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
« no previous file with comments | « no previous file | ash/common/system/date/clock_observer.h » ('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 # 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'common/shelf/shelf_model.cc', 86 'common/shelf/shelf_model.cc',
87 'common/shelf/shelf_model.h', 87 'common/shelf/shelf_model.h',
88 'common/shelf/shelf_model_observer.h', 88 'common/shelf/shelf_model_observer.h',
89 'common/shelf/shelf_types.h', 89 'common/shelf/shelf_types.h',
90 'common/shelf/wm_shelf.h', 90 'common/shelf/wm_shelf.h',
91 'common/shelf/wm_shelf_observer.h', 91 'common/shelf/wm_shelf_observer.h',
92 'common/shelf/wm_shelf_util.cc', 92 'common/shelf/wm_shelf_util.cc',
93 'common/shelf/wm_shelf_util.h', 93 'common/shelf/wm_shelf_util.h',
94 'common/shell_window_ids.cc', 94 'common/shell_window_ids.cc',
95 'common/shell_window_ids.h', 95 'common/shell_window_ids.h',
96 'common/system/date/clock_observer.h',
96 'common/system/networking_config_delegate.cc', 97 'common/system/networking_config_delegate.cc',
97 'common/system/networking_config_delegate.h', 98 'common/system/networking_config_delegate.h',
98 'common/system/tray/actionable_view.cc', 99 'common/system/tray/actionable_view.cc',
99 'common/system/tray/actionable_view.h', 100 'common/system/tray/actionable_view.h',
100 'common/system/tray/default_system_tray_delegate.cc', 101 'common/system/tray/default_system_tray_delegate.cc',
101 'common/system/tray/default_system_tray_delegate.h', 102 'common/system/tray/default_system_tray_delegate.h',
102 'common/system/tray/fixed_sized_image_view.cc', 103 'common/system/tray/fixed_sized_image_view.cc',
103 'common/system/tray/fixed_sized_image_view.h', 104 'common/system/tray/fixed_sized_image_view.h',
104 'common/system/tray/fixed_sized_scroll_view.cc', 105 'common/system/tray/fixed_sized_scroll_view.cc',
105 'common/system/tray/fixed_sized_scroll_view.h', 106 'common/system/tray/fixed_sized_scroll_view.h',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'system/chromeos/system_clock_observer.h', 550 'system/chromeos/system_clock_observer.h',
550 'system/chromeos/tray_caps_lock.cc', 551 'system/chromeos/tray_caps_lock.cc',
551 'system/chromeos/tray_caps_lock.h', 552 'system/chromeos/tray_caps_lock.h',
552 'system/chromeos/tray_display.cc', 553 'system/chromeos/tray_display.cc',
553 'system/chromeos/tray_display.h', 554 'system/chromeos/tray_display.h',
554 'system/chromeos/tray_tracing.cc', 555 'system/chromeos/tray_tracing.cc',
555 'system/chromeos/tray_tracing.h', 556 'system/chromeos/tray_tracing.h',
556 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', 557 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
557 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', 558 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
558 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', 559 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
559 'system/date/clock_observer.h',
560 'system/date/date_default_view.cc', 560 'system/date/date_default_view.cc',
561 'system/date/date_default_view.h', 561 'system/date/date_default_view.h',
562 'system/date/date_view.cc', 562 'system/date/date_view.cc',
563 'system/date/date_view.h', 563 'system/date/date_view.h',
564 'system/date/tray_date.cc', 564 'system/date/tray_date.cc',
565 'system/date/tray_date.h', 565 'system/date/tray_date.h',
566 'system/ime/ime_observer.h', 566 'system/ime/ime_observer.h',
567 'system/ime/tray_ime_chromeos.cc', 567 'system/ime/tray_ime_chromeos.cc',
568 'system/ime/tray_ime_chromeos.h', 568 'system/ime/tray_ime_chromeos.h',
569 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 569 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1452 ],
1453 } 1453 }
1454 ], 1454 ],
1455 ], 1455 ],
1456 }, 1456 },
1457 ], 1457 ],
1458 }], 1458 }],
1459 ], 1459 ],
1460 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/date/clock_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698