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

Side by Side Diff: ash/ash.gyp

Issue 2091953002: mash: Move TrayTracing to //ash/common/system/chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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/chromeos/tray_tracing.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/system/chromeos/power/power_status.h', 119 'common/system/chromeos/power/power_status.h',
120 'common/system/chromeos/power/power_status_view.cc', 120 'common/system/chromeos/power/power_status_view.cc',
121 'common/system/chromeos/power/power_status_view.h', 121 'common/system/chromeos/power/power_status_view.h',
122 'common/system/chromeos/power/tray_power.cc', 122 'common/system/chromeos/power/tray_power.cc',
123 'common/system/chromeos/power/tray_power.h', 123 'common/system/chromeos/power/tray_power.h',
124 'common/system/chromeos/settings/tray_settings.cc', 124 'common/system/chromeos/settings/tray_settings.cc',
125 'common/system/chromeos/settings/tray_settings.h', 125 'common/system/chromeos/settings/tray_settings.h',
126 'common/system/chromeos/shutdown_policy_observer.h', 126 'common/system/chromeos/shutdown_policy_observer.h',
127 'common/system/chromeos/system_clock_observer.cc', 127 'common/system/chromeos/system_clock_observer.cc',
128 'common/system/chromeos/system_clock_observer.h', 128 'common/system/chromeos/system_clock_observer.h',
129 'common/system/chromeos/tray_tracing.cc',
130 'common/system/chromeos/tray_tracing.h',
129 'common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', 131 'common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
130 'common/system/date/clock_observer.h', 132 'common/system/date/clock_observer.h',
131 'common/system/date/date_default_view.cc', 133 'common/system/date/date_default_view.cc',
132 'common/system/date/date_default_view.h', 134 'common/system/date/date_default_view.h',
133 'common/system/date/date_view.cc', 135 'common/system/date/date_view.cc',
134 'common/system/date/date_view.h', 136 'common/system/date/date_view.h',
135 'common/system/date/tray_date.cc', 137 'common/system/date/tray_date.cc',
136 'common/system/date/tray_date.h', 138 'common/system/date/tray_date.h',
137 'common/system/ime/ime_observer.h', 139 'common/system/ime/ime_observer.h',
138 'common/system/ime/tray_ime_chromeos.cc', 140 'common/system/ime/tray_ime_chromeos.cc',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'system/chromeos/session/session_length_limit_observer.h', 589 'system/chromeos/session/session_length_limit_observer.h',
588 'system/chromeos/session/tray_session_length_limit.cc', 590 'system/chromeos/session/tray_session_length_limit.cc',
589 'system/chromeos/session/tray_session_length_limit.h', 591 'system/chromeos/session/tray_session_length_limit.h',
590 'system/chromeos/supervised/custodian_info_tray_observer.h', 592 'system/chromeos/supervised/custodian_info_tray_observer.h',
591 'system/chromeos/supervised/tray_supervised_user.cc', 593 'system/chromeos/supervised/tray_supervised_user.cc',
592 'system/chromeos/supervised/tray_supervised_user.h', 594 'system/chromeos/supervised/tray_supervised_user.h',
593 'system/chromeos/tray_caps_lock.cc', 595 'system/chromeos/tray_caps_lock.cc',
594 'system/chromeos/tray_caps_lock.h', 596 'system/chromeos/tray_caps_lock.h',
595 'system/chromeos/tray_display.cc', 597 'system/chromeos/tray_display.cc',
596 'system/chromeos/tray_display.h', 598 'system/chromeos/tray_display.h',
597 'system/chromeos/tray_tracing.cc',
598 'system/chromeos/tray_tracing.h',
599 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', 599 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
600 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', 600 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
601 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 601 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
602 'system/overview/overview_button_tray.cc', 602 'system/overview/overview_button_tray.cc',
603 'system/overview/overview_button_tray.h', 603 'system/overview/overview_button_tray.h',
604 'system/status_area_widget.cc', 604 'system/status_area_widget.cc',
605 'system/status_area_widget.h', 605 'system/status_area_widget.h',
606 'system/status_area_widget_delegate.cc', 606 'system/status_area_widget_delegate.cc',
607 'system/status_area_widget_delegate.h', 607 'system/status_area_widget_delegate.h',
608 'system/toast/toast_data.cc', 608 'system/toast/toast_data.cc',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1456 ],
1457 } 1457 }
1458 ], 1458 ],
1459 ], 1459 ],
1460 }, 1460 },
1461 ], 1461 ],
1462 }], 1462 }],
1463 ], 1463 ],
1464 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/tray_tracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698