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

Side by Side Diff: ash/ash.gyp

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the COUNT value from the SystemMenuDefaultViewRows enum. Created 4 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
« no previous file with comments | « no previous file | ash/common/system/audio/tray_audio.cc » ('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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'common/system/tray/tray_background_view.cc', 278 'common/system/tray/tray_background_view.cc',
279 'common/system/tray/tray_background_view.h', 279 'common/system/tray/tray_background_view.h',
280 'common/system/tray/tray_bar_button_with_title.cc', 280 'common/system/tray/tray_bar_button_with_title.cc',
281 'common/system/tray/tray_bar_button_with_title.h', 281 'common/system/tray/tray_bar_button_with_title.h',
282 'common/system/tray/tray_bubble_wrapper.cc', 282 'common/system/tray/tray_bubble_wrapper.cc',
283 'common/system/tray/tray_bubble_wrapper.h', 283 'common/system/tray/tray_bubble_wrapper.h',
284 'common/system/tray/tray_constants.cc', 284 'common/system/tray/tray_constants.cc',
285 'common/system/tray/tray_constants.h', 285 'common/system/tray/tray_constants.h',
286 'common/system/tray/tray_details_view.cc', 286 'common/system/tray/tray_details_view.cc',
287 'common/system/tray/tray_details_view.h', 287 'common/system/tray/tray_details_view.h',
288 'common/system/tray/tray_empty.cc',
289 'common/system/tray/tray_empty.h',
290 'common/system/tray/tray_event_filter.cc', 288 'common/system/tray/tray_event_filter.cc',
291 'common/system/tray/tray_event_filter.h', 289 'common/system/tray/tray_event_filter.h',
292 'common/system/tray/tray_image_item.cc', 290 'common/system/tray/tray_image_item.cc',
293 'common/system/tray/tray_image_item.h', 291 'common/system/tray/tray_image_item.h',
294 'common/system/tray/tray_item_more.cc', 292 'common/system/tray/tray_item_more.cc',
295 'common/system/tray/tray_item_more.h', 293 'common/system/tray/tray_item_more.h',
296 'common/system/tray/tray_item_view.cc', 294 'common/system/tray/tray_item_view.cc',
297 'common/system/tray/tray_item_view.h', 295 'common/system/tray/tray_item_view.h',
298 'common/system/tray/tray_notification_view.cc', 296 'common/system/tray/tray_notification_view.cc',
299 'common/system/tray/tray_notification_view.h', 297 'common/system/tray/tray_notification_view.h',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'test/test_shelf_item_delegate.cc', 837 'test/test_shelf_item_delegate.cc',
840 'test/test_shelf_item_delegate.h', 838 'test/test_shelf_item_delegate.h',
841 'test/test_shell_delegate.cc', 839 'test/test_shell_delegate.cc',
842 'test/test_shell_delegate.h', 840 'test/test_shell_delegate.h',
843 'test/test_suite.cc', 841 'test/test_suite.cc',
844 'test/test_suite.h', 842 'test/test_suite.h',
845 'test/test_suite_init.h', 843 'test/test_suite_init.h',
846 'test/test_suite_init.mm', 844 'test/test_suite_init.mm',
847 'test/test_system_tray_delegate.cc', 845 'test/test_system_tray_delegate.cc',
848 'test/test_system_tray_delegate.h', 846 'test/test_system_tray_delegate.h',
847 'test/test_system_tray_item.cc',
848 'test/test_system_tray_item.h',
849 'test/test_user_wallpaper_delegate.cc', 849 'test/test_user_wallpaper_delegate.cc',
850 'test/test_user_wallpaper_delegate.h', 850 'test/test_user_wallpaper_delegate.h',
851 'test/test_volume_control_delegate.cc', 851 'test/test_volume_control_delegate.cc',
852 'test/test_volume_control_delegate.h', 852 'test/test_volume_control_delegate.h',
853 'test/tray_cast_test_api.cc', 853 'test/tray_cast_test_api.cc',
854 'test/tray_cast_test_api.h', 854 'test/tray_cast_test_api.h',
855 'test/ui_controls_factory_ash.cc', 855 'test/ui_controls_factory_ash.cc',
856 'test/ui_controls_factory_ash.h', 856 'test/ui_controls_factory_ash.h',
857 'test/user_metrics_recorder_test_api.cc', 857 'test/user_metrics_recorder_test_api.cc',
858 'test/user_metrics_recorder_test_api.h', 858 'test/user_metrics_recorder_test_api.h',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1467 ], 1467 ],
1468 } 1468 }
1469 ], 1469 ],
1470 ], 1470 ],
1471 }, 1471 },
1472 ], 1472 ],
1473 }], 1473 }],
1474 ], 1474 ],
1475 } 1475 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/audio/tray_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698